[pulseaudio-commits] src/pulsecore

2018-05-31 Thread Tanu Kaskinen
src/pulsecore/sink-input.c|8 ++-- src/pulsecore/source-output.c |8 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) New commits: commit ad14bdb2406692eb78e9c9c989534978730428a6 Author: Tanu Kaskinen Date: Sat May 5 16:53:04 2018 +0300 sink-input, source-output:

[pulseaudio-commits] src/pulsecore

2018-02-22 Thread Tanu Kaskinen
src/pulsecore/sink.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d6e39b5e891c767dd42c369d9f118560b8bb24ae Author: Tanu Kaskinen Date: Thu Feb 22 10:06:59 2018 +0200 sink: don't sync monitor suspend state when unlinking When the sink is unlinked, t

[pulseaudio-commits] src/pulsecore

2017-11-29 Thread Tanu Kaskinen
src/pulsecore/sconv-s16be.h |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit f5f44950c27dd2a3e522bb78d156feb8c2573071 Author: Constantine Kharlamov Date: Wed Nov 8 20:01:07 2017 +0300 sconv-s16be: declaration/implementation mismatches Fixes the

[pulseaudio-commits] src/pulsecore

2017-11-05 Thread Tanu Kaskinen
src/pulsecore/svolume_mmx.c |8 src/pulsecore/svolume_sse.c |8 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit 3c45897d2064c90c3f3ef2edfbdd3c1cfd1147a3 Author: Mihai Moldovan Date: Tue Mar 7 23:00:10 2017 +0100 svolume: disable incompatible

[pulseaudio-commits] src/pulsecore

2017-10-30 Thread Tanu Kaskinen
src/pulsecore/sink-input.c|5 + src/pulsecore/source-output.c |5 + 2 files changed, 10 insertions(+) New commits: commit 917730a55565e1a98a4fa0249470794f81bbe42a Author: Tanu Kaskinen Date: Sun Oct 29 21:15:48 2017 +0200 sink-input, source-output: add a couple of asse

[pulseaudio-commits] src/pulsecore

2017-10-15 Thread Tanu Kaskinen
src/pulsecore/source-output.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 51bae8d547d778d15b78d6e6608d9146a5aaca46 Author: Tanu Kaskinen Date: Sun Oct 15 19:24:11 2017 +0300 source-output: fix copy-paste error diff --git a/src/pulsecore/source-output.c b/

[pulseaudio-commits] src/pulsecore

2017-10-03 Thread Tanu Kaskinen
src/pulsecore/thread-mq.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d1fa269216a0531a8d943dd3cd3eb14764151d4a Author: Tanu Kaskinen Date: Tue Sep 13 15:48:11 2016 +0300 thread-mq: create event on the right mainloop It seems that the intention was

[pulseaudio-commits] src/pulsecore

2017-09-02 Thread Tanu Kaskinen
src/pulsecore/core.c |6 ++ 1 file changed, 6 insertions(+) New commits: commit 970b475a255b6d98258e9a2b067de9bdc14e7337 Author: Tanu Kaskinen Date: Wed Aug 30 21:51:15 2017 +0300 core: ignore devices that are not linked when choosing the default sink or source Sources s

[pulseaudio-commits] src/pulsecore

2017-08-04 Thread Tanu Kaskinen
src/pulsecore/conf-parser.c | 42 ++ 1 file changed, 42 insertions(+) New commits: commit 464b949059820698d9b0fe8583ecefb0940adc58 Author: Vadim Troshchinskiy Date: Fri Aug 4 15:05:31 2017 +0200 conf-parser: provide a replacement for scandir on Wi

[pulseaudio-commits] src/pulsecore

2017-05-18 Thread Tanu Kaskinen
src/pulsecore/sink-input.c| 26 ++ src/pulsecore/source-output.c | 27 +++ 2 files changed, 53 insertions(+) New commits: commit a7017b831e0d5b6f699fe05bc1b67a14c151ef12 Author: Tanu Kaskinen Date: Mon May 8 12:58:49 2017 +0300 sink-

[pulseaudio-commits] src/pulsecore

2017-05-17 Thread Tanu Kaskinen
src/pulsecore/sink.c |3 +++ src/pulsecore/source.c |3 +++ 2 files changed, 6 insertions(+) New commits: commit 4c6843f02067bed2a299bed1651d00832e2afea0 Author: Tanu Kaskinen Date: Sun May 7 12:12:39 2017 +0300 sink, source: update the default sink/source on port switches

[pulseaudio-commits] src/pulsecore

2017-03-31 Thread Tanu Kaskinen
src/pulsecore/sink.c |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit b53dd1f0df269d7e1b55e059b0a0d3d530b124b5 Author: Christian Kellner Date: Thu Mar 9 15:51:49 2017 +0100 sink: Invert priorities to prefer external devices Currently internal >

[pulseaudio-commits] src/pulsecore

2016-12-29 Thread Tanu Kaskinen
src/pulsecore/memblockq.c | 51 +- 1 file changed, 24 insertions(+), 27 deletions(-) New commits: commit 5d3d4f5970f0b3b06b95cc305ab464ca2fc0fb9d Author: Tanu Kaskinen Date: Wed Dec 28 16:09:54 2016 +0200 Revert "memblockq: remove internal "mi

[pulseaudio-commits] src/pulsecore

2016-12-12 Thread Tanu Kaskinen
src/pulsecore/module.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) New commits: commit 509cfd9138c59802ece75e8ebd43b0b07c28c6d0 Author: Tanu Kaskinen Date: Wed Sep 21 12:55:08 2016 +0300 module: postpone lt_dlclose() until a safe time When unloading a

[pulseaudio-commits] src/pulsecore

2016-11-17 Thread Tanu Kaskinen
src/pulsecore/iochannel.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 451d1d676237c81c4d7e64b2480d2010b48d3348 Author: Ahmed S. Darwish Date: Tue Nov 15 16:48:46 2016 + iochannel: Strictly specify PF_UNIX ancillary data boundaries Users rep

[pulseaudio-commits] src/pulsecore

2016-09-10 Thread Tanu Kaskinen
src/pulsecore/core-util.c | 20 1 file changed, 20 insertions(+) New commits: commit 8cda1fe3e2072aba21cfa9f90d707b029c07773c Author: Marcin Lewandowski Date: Thu Jun 30 12:38:14 2016 +0200 core-util: log error if we hit file descriptors limit diff --git a/src/puls

[pulseaudio-commits] src/pulsecore

2016-08-15 Thread Peter Meerwald
src/pulsecore/sink-input.c| 10 -- src/pulsecore/source-output.c | 10 -- 2 files changed, 8 insertions(+), 12 deletions(-) New commits: commit 0a5cff62416573b6f899e6c969a7dad6b2f15161 Author: Peter Meerwald-Stadler Date: Mon Aug 15 19:08:49 2016 +0200 sink-input,s

[pulseaudio-commits] src/pulsecore

2016-08-15 Thread Tanu Kaskinen
src/pulsecore/core-util.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1df21e6ab6cd42e2f7601a6c5577c20b7e3d1046 Author: John Paul Adrian Glaubitz Date: Mon Jul 4 20:23:17 2016 +0200 core-util: Use _SC_NPROCESSORS_ONLN instead of _SC_NPROCESSORS_CONF

[pulseaudio-commits] src/pulsecore

2016-07-22 Thread Arun Raghavan
src/pulsecore/memblockq.c | 51 -- 1 file changed, 27 insertions(+), 24 deletions(-) New commits: commit 74251f07864c63439ea847d7287024ac54578d64 Author: Pierre Ossman Date: Thu May 19 15:54:08 2016 +0200 memblockq: remove internal "missing" s

[pulseaudio-commits] src/pulsecore

2016-07-04 Thread Tanu Kaskinen
src/pulsecore/protocol-native.c | 261 1 file changed, 109 insertions(+), 152 deletions(-) New commits: commit 82d0314a05956fe13df04cab1929c11e69af0a50 Author: Ahmed S. Darwish Date: Sun Jul 3 00:08:06 2016 +0200 protocol-native: DRY: Remove pdisp

[pulseaudio-commits] src/pulsecore

2016-05-26 Thread Arun Raghavan
src/pulsecore/resampler.c |2 ++ 1 file changed, 2 insertions(+) New commits: commit 1d5dfccbb2b72abca6989a1c85b92e3e6e23bded Author: Barun Kumar Singh Date: Fri May 13 16:14:31 2016 +0530 resampler: Fix leaking lfe filter on init failure Fix memory leak in pa_resampler_new()

[pulseaudio-commits] src/pulsecore

2016-05-13 Thread Arun Raghavan
src/pulsecore/resampler/ffmpeg.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 6603ee8563760f7a5c09b17da69b54d7e0da490e Author: Sachin Kumar Chauhan Date: Fri May 13 14:16:16 2016 +0530 resampler: Fix a memory leak in pa_resampler_ffmpeg_init() f

[pulseaudio-commits] src/pulsecore

2016-05-05 Thread Arun Raghavan
src/pulsecore/core-util.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit ccc83b6cd7ab14e10f5fec72255a5a9786c277f9 Author: Deepak Srivastava Date: Fri May 6 10:14:46 2016 +0530 pulsecore: Fixed possible memory leak BugLink: https://bugs.freedesktop

[pulseaudio-commits] src/pulsecore

2016-04-24 Thread Tanu Kaskinen
src/pulsecore/protocol-native.c |5 + src/pulsecore/pstream-util.c|4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) New commits: commit 26d5b6d199b66028ee10187da50d78303ce8d36e Author: Ahmed S. Darwish Date: Fri Apr 22 21:48:26 2016 +0200 protocol-native: Disable s

[pulseaudio-commits] src/pulsecore

2016-03-25 Thread Tanu Kaskinen
src/pulsecore/log.c | 11 +++ 1 file changed, 11 insertions(+) New commits: commit 0f48b7c82378c32194b625d1fd886eee7f1e5928 Author: Ahmed S. Darwish Date: Sun Mar 13 23:56:54 2016 +0200 log: journal: Prevent duplicate values for CODE_* fields sd_journal_send() implicitl

[pulseaudio-commits] src/pulsecore src/tests

2016-01-15 Thread Arun Raghavan
src/pulsecore/sample-util.h |2 +- src/tests/mult-s16-test.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit f8c69de418f00c33f011d6bc96b821f36e3f3149 Author: Arun Raghavan Date: Fri Jan 15 16:09:49 2016 +0530 build-sys: Use #ifdef with HAVE_FAST_64BIT

[pulseaudio-commits] src/pulsecore

2015-12-13 Thread Tanu Kaskinen
src/pulsecore/card.h |7 +++ src/pulsecore/client.h|3 +-- src/pulsecore/core.h |3 +-- src/pulsecore/device-port.h |3 +-- src/pulsecore/sink-input.h|3 +-- src/pulsecore/sink.h |4 +--- src/pulsecore/source-output.h |3 +--

[pulseaudio-commits] src/pulsecore

2015-12-07 Thread Arun Raghavan
src/pulsecore/core-rtclock.h |2 ++ 1 file changed, 2 insertions(+) New commits: commit 9dd77827ad55bf2c6e58f3ce24537afb42616e8e Author: Kamil Rytarowski Date: Tue Dec 8 02:52:08 2015 +0100 core-rtclock: Add missing declaration of struct timespec diff --git a/src/pulsecore/core-rtclo

[pulseaudio-commits] src/pulsecore

2015-12-07 Thread David Henningsson
src/pulsecore/core-util.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) New commits: commit 96f4b4ffe341a4d7c4a84dd46a9c9f60d94928d2 Author: Tanu Kaskinen Date: Wed Aug 12 11:37:00 2015 +0200 core-util: improve comments in pa_machine_id() diff --git a/src

[pulseaudio-commits] src/pulsecore

2015-11-27 Thread David Henningsson
src/pulsecore/card.c | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) New commits: commit cd46a4ef06a5805886691b671b036c95fa0419ac Author: David Henningsson Date: Thu Nov 26 14:29:23 2015 +0100 card: Only update port's preferred profile if profile is sa

[pulseaudio-commits] src/pulsecore

2015-11-17 Thread David Henningsson
src/pulsecore/packet.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 1c5005ef77737a21b513eaa322d2f119e12f31e3 Author: Thomas Petazzoni Date: Tue Nov 17 12:06:36 2015 +0100 pulsecore/packet: avoid redefinition of pa_packet structure packet.h defi

[pulseaudio-commits] src/pulsecore

2015-11-17 Thread Arun Raghavan
src/pulsecore/sink.c | 38 +++--- 1 file changed, 31 insertions(+), 7 deletions(-) New commits: commit 5504b26e1e0bff9e51f2ceb4f9e42b33e95a2a67 Author: Arun Raghavan Date: Mon Nov 16 19:43:18 2015 +0530 sink: Make early drain reporting propagate down to f

[pulseaudio-commits] src/pulsecore

2015-11-02 Thread David Henningsson
src/pulsecore/resampler/soxr.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) New commits: commit 8fe984770681ba4a63f0dd4a114076f0fc7230f0 Author: Andrey Semashev Date: Sat Oct 31 18:59:46 2015 +0300 soxr: Use soxr_clear() if libsoxr version is 0.1.2 or later.

[pulseaudio-commits] src/pulsecore

2015-10-18 Thread Arun Raghavan
src/pulsecore/core-util.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c021bfc6e06035d6b913cc6a05df1ee7ee2588f2 Author: Julien Isorce Date: Sat Oct 10 20:11:21 2015 +0100 core-util: avoid calling fchmod if already right mode fchmod is denied in chr

[pulseaudio-commits] src/pulsecore

2015-10-16 Thread Tanu Kaskinen
src/pulsecore/card.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit 336a2cc6f05bb6b2ea35aab9172445b0830c553a Author: David Henningsson Date: Tue May 5 17:01:07 2015 +0200 card: Use pa_xmalloc0 when creating card profiles Signed-off-by: David He

[pulseaudio-commits] src/pulsecore

2015-09-28 Thread David Henningsson
src/pulsecore/shm.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit 12a93495b9cba1af6954461f4a916297831ec03b Author: David Henningsson Date: Mon Sep 28 15:41:15 2015 +0200 shm: Warn on not being able to open shm files With the exception of w

[pulseaudio-commits] src/pulsecore

2015-06-18 Thread David Henningsson
src/pulsecore/module.c |4 1 file changed, 4 insertions(+) New commits: commit 8f12ef901c183454eecce2faefd759f040e738fd Author: David Henningsson Date: Thu Jun 11 14:00:08 2015 +0200 module: Warn about modules loaded after unload We have crashes related to modules loaded

[pulseaudio-commits] src/pulsecore

2015-05-12 Thread Arun Raghavan
src/pulsecore/protocol-native.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) New commits: commit e490a900e236917caf9158bb30546f48075a2bca Author: Arun Raghavan Date: Mon Apr 13 14:53:45 2015 +0530 protocol-native: Fix source latency calculation in ADJUST_LA

[pulseaudio-commits] src/pulsecore

2015-05-08 Thread Tanu Kaskinen
src/pulsecore/filter/lfe-filter.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7922851152170c1d875d7a59fbdf35043516c156 Author: Paul Menzel Date: Sun May 3 12:52:22 2015 +0200 lfe-filter: Use length modifier `z` for type `size_t` Fix the follow

[pulseaudio-commits] src/pulsecore

2015-04-29 Thread Tanu Kaskinen
src/pulsecore/core-util.c | 42 ++ 1 file changed, 26 insertions(+), 16 deletions(-) New commits: commit bae15c420ab44ec7a88de7cfe3fb112e4627f031 Author: Tanu Kaskinen Date: Mon Apr 27 14:34:03 2015 +0300 core-util: Make pa_parse_volume() more str

[pulseaudio-commits] src/pulsecore src/utils

2015-04-20 Thread David Henningsson
src/pulsecore/core-util.h |4 src/utils/pactl.c | 20 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) New commits: commit 17e939dc155a73727ec92cde3de62d4fe0ed4eaa Author: David Henningsson Date: Mon Apr 20 17:36:53 2015 +0200 core-util, pactl: Ma

[pulseaudio-commits] src/pulsecore

2015-04-06 Thread Arun Raghavan
src/pulsecore/sink-input.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f0c9321b5380d48c6e3376e08a75cd37a39d26f3 Author: Arun Raghavan Date: Mon Mar 30 11:27:46 2015 +0530 sink-input: Clarify the meaning of rewrite and flush a bit in rewinds diff --git

[pulseaudio-commits] src/pulsecore

2015-03-31 Thread Tanu Kaskinen
src/pulsecore/sink.c |2 ++ src/pulsecore/source.c |2 ++ 2 files changed, 4 insertions(+) New commits: commit 1f659cc836cdfea956479669d9e26f6c9bad06be Author: Tanu Kaskinen Date: Tue Mar 31 12:39:53 2015 +0300 sink, source: Fix a volume change leak When a sink or sourc

[pulseaudio-commits] src/pulsecore

2015-03-19 Thread Peter Meerwald
src/pulsecore/cpu-arm.c |1 + 1 file changed, 1 insertion(+) New commits: commit 80791ceb5ac90c582b0b62e544197ecf82518b8e Author: Sukesh Adiga Date: Tue Mar 17 22:51:52 2015 +0530 cpu-arm: Fix memory leak in pa_cpu_get_arm_flags() diff --git a/src/pulsecore/cpu-arm.c b/src/pulsecore/

[pulseaudio-commits] src/pulsecore

2015-03-16 Thread Tanu Kaskinen
src/pulsecore/core-util.c | 55 +++--- 1 file changed, 52 insertions(+), 3 deletions(-) New commits: commit c0ab9e6ce05c4cf34bec2e0be98923c7e5b09879 Author: Tanu Kaskinen Date: Wed Feb 25 11:56:47 2015 +0200 core-util: Make number parsing stricter

[pulseaudio-commits] src/pulsecore

2015-03-12 Thread David Henningsson
src/pulsecore/core-util.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit b8bcfeb78d2be05cd1f441f292c808c7c4f4abc2 Author: David Herrmann Date: Thu Mar 12 13:42:46 2015 +0100 core-util: Fix set_nice() to use private bus connections In src/pulsecore/

[pulseaudio-commits] src/pulsecore

2015-02-23 Thread David Henningsson
src/pulsecore/tagstruct.c | 442 -- 1 file changed, 194 insertions(+), 248 deletions(-) New commits: commit 390b7db95d1a96f14b62d61f491cfafbcc50ba35 Author: Tanu Kaskinen Date: Tue Feb 17 21:40:13 2015 +0200 tagstruct: Refactor writing/reading

[pulseaudio-commits] src/pulsecore

2015-01-21 Thread David Henningsson
src/pulsecore/protocol-native.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 34862dbd43079d19faff31fa9ba996acc874d586 Author: David Henningsson Date: Wed Jan 21 15:06:53 2015 +0100 protocol-native: Disable srbchannel by default Recent testing h

[pulseaudio-commits] src/pulsecore

2015-01-12 Thread Arun Raghavan
src/pulsecore/svolume.orc |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 50186d7fcb37113f94b2d116b445909940114391 Author: Wim Taymans Date: Wed Jan 7 11:20:01 2015 +0100 svolume.orc: avoid parameter loading undefined behaviour In some cases, depen

[pulseaudio-commits] src/pulsecore

2015-01-08 Thread David Henningsson
src/pulsecore/memblock.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 112a39fa43217ee48922b78e58d69d57579ae893 Author: David Henningsson Date: Thu Jan 8 13:11:17 2015 +0100 memblock: Fix more block ID collisions Since the srb memblock and the

[pulseaudio-commits] src/pulsecore

2014-12-10 Thread David Henningsson
src/pulsecore/memblock.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 9e65fd137364d67f06168a260f7ab192536c85f5 Author: David Henningsson Date: Tue Dec 9 22:58:36 2014 +0100 memblock: Initialize mempool object to zero This fixes a "use of uninitia

[pulseaudio-commits] src/pulsecore

2014-12-08 Thread David Henningsson
src/pulsecore/srbchannel.c |3 +++ 1 file changed, 3 insertions(+) New commits: commit e175796fa5a799dfdb71c928fedada5fac315e9c Author: David Henningsson Date: Thu Dec 4 22:06:30 2014 +0100 srbchannel: Check return value of pa_memblock_new_pool In case PA_MEMPOOL_DISABLE is s

[pulseaudio-commits] src/pulsecore

2014-12-08 Thread David Henningsson
src/pulsecore/memblock.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) New commits: commit baf7b985fbea3696491474a1cd97b4e49c28f368 Author: David Henningsson Date: Fri Dec 5 11:54:39 2014 +0100 memblock: Avoid block ID collisions when exporting memory blocks

[pulseaudio-commits] src/pulsecore

2014-12-05 Thread Tanu Kaskinen
src/pulsecore/core.c |6 +- src/pulsecore/core.h |1 + src/pulsecore/module.c |9 + 3 files changed, 11 insertions(+), 5 deletions(-) New commits: commit 2b6632e8518eb280bc6b86accb52233097200e9a Author: Tanu Kaskinen Date: Fri Dec 5 15:51:35 2014 +0200 module:

[pulseaudio-commits] src/pulsecore

2014-12-04 Thread David Henningsson
src/pulsecore/core-util.c |2 ++ 1 file changed, 2 insertions(+) New commits: commit 686baf80d92c47d8f1a41884b3e410ae9ec52e34 Author: David Henningsson Date: Wed Dec 3 12:46:28 2014 +0100 core-util: Fix build on mingw32 mingw32 does not have "getuid", so ifdef it properly.

[pulseaudio-commits] src/pulsecore src/tests

2014-12-01 Thread David Henningsson
src/pulsecore/atomic.h |2 +- src/pulsecore/sconv_sse.c |4 ++-- src/pulsecore/svolume_mmx.c |8 src/pulsecore/svolume_sse.c |8 src/tests/once-test.c |6 -- src/tests/rtstutter.c |6 -- 6 files changed, 19 insertions(+), 15 dele

[pulseaudio-commits] src/pulsecore

2014-11-12 Thread Peter Meerwald
src/pulsecore/resampler.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 807c98a37dcdb65557847cd79e657bfe29c12698 Author: Andrey Semashev Date: Wed Nov 12 23:49:13 2014 +0300 resampler: Fix sample_format_more_precise() for the case of comparing against PA_SA

[pulseaudio-commits] src/pulsecore

2014-11-03 Thread Tanu Kaskinen
src/pulsecore/socket-server.c | 30 ++ 1 file changed, 14 insertions(+), 16 deletions(-) New commits: commit 9b87baf58aaa259a1ecb0832aafb3294cfd4d6a3 Author: Tanu Kaskinen Date: Mon Nov 3 11:23:25 2014 +0200 socket-server: Improve readability diff --git a/sr

[pulseaudio-commits] src/pulsecore

2014-10-26 Thread David Henningsson
src/pulsecore/pstream-util.c |4 1 file changed, 4 insertions(+) New commits: commit 356e13335702508f50b81990c2847742e1a0caae Author: David Henningsson Date: Fri Aug 29 14:54:19 2014 +0200 pstream-util: Fix build on freebsd The previous fix was not entirely complete.

[pulseaudio-commits] src/pulsecore

2014-10-02 Thread Tanu Kaskinen
src/pulsecore/core-util.c | 18 +- src/pulsecore/core-util.h |1 + src/pulsecore/start-child.c |2 +- 3 files changed, 15 insertions(+), 6 deletions(-) New commits: commit f04e31dc5ebf252fc694632b6b85f5d2a5175389 Author: Tanu Kaskinen Date: Thu Oct 2 12:14:09 2014

[pulseaudio-commits] src/pulsecore

2014-09-18 Thread David Henningsson
src/pulsecore/srbchannel.c | 24 +--- src/pulsecore/srbchannel.h |3 --- 2 files changed, 21 insertions(+), 6 deletions(-) New commits: commit e521d38787ff99ed1a8427eb9b6c72e958406e58 Author: David Henningsson Date: Wed Sep 17 08:56:51 2014 +0200 srbchannel: Defe

[pulseaudio-commits] src/pulsecore

2014-09-08 Thread David Henningsson
src/pulsecore/core-util.c |8 1 file changed, 8 insertions(+) New commits: commit 076601ee28a442868ba4ab92a6f379190f6fa0ab Author: David Henningsson Date: Tue Nov 12 07:52:48 2013 +0100 core-util: Fail if XDG_RUNTIME_DIR belongs to someone else Usually, PA will use t

[pulseaudio-commits] src/pulsecore src/tests

2014-09-04 Thread Peter Meerwald
src/pulsecore/endianmacros.h | 23 --- src/pulsecore/mix.c | 11 --- src/pulsecore/sample-util.c |4 ++-- src/pulsecore/sconv-s16le.c | 22 -- src/pulsecore/svolume_c.c|4 ++-- src/tests/mix-test.c |4 ++-- sr

[pulseaudio-commits] src/pulsecore

2014-09-03 Thread Peter Meerwald
src/pulsecore/svolume_c.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5d7b5e509ce3a9a5c17f3ee3cec2eee2979e190f Author: Peter Meerwald Date: Wed Sep 3 02:03:44 2014 +0200 svolume: Make volume pointer parameter const for pa_volume_float32re_c() cons

[pulseaudio-commits] src/pulsecore

2014-08-31 Thread Arun Raghavan
src/pulsecore/srbchannel.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a7667b990ecf475bb9ad3faaf334cd650da36a9d Author: Arun Raghavan Date: Sun Aug 31 15:09:44 2014 +0530 srbchannel: Fix documentation error I seem to have misread the code previous

[pulseaudio-commits] src/pulsecore

2014-08-21 Thread Arun Raghavan
src/pulsecore/srbchannel.c | 55 - src/pulsecore/srbchannel.h | 16 ++--- 2 files changed, 53 insertions(+), 18 deletions(-) New commits: commit a27e6d6d9e7b92dbbb2bc0312e369f393e0d6bc6 Author: Arun Raghavan Date: Wed Aug 6 07:34:24 2014

[pulseaudio-commits] src/pulsecore

2014-08-18 Thread Peter Meerwald
src/pulsecore/remap.c | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) New commits: commit 97d9f4c5dd9aa44fdc7bd7e5919b55c285a19f53 Author: Peter Meerwald Date: Tue Jul 29 17:59:57 2014 +0200 remap: Add 4-channel to mono channel rearrangement

[pulseaudio-commits] src/pulsecore

2014-08-16 Thread Tanu Kaskinen
src/pulsecore/sink-input.c| 28 ++-- src/pulsecore/sink-input.h|6 ++ src/pulsecore/sink.c | 11 +++ src/pulsecore/source-output.c | 26 +- src/pulsecore/source-output.h |6 ++ src/pulsecore/source.c

[pulseaudio-commits] src/pulsecore

2014-08-10 Thread Tanu Kaskinen
src/pulsecore/sconv_neon.c |4 src/pulsecore/sconv_sse.c |3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) New commits: commit 6d9891e8b951e6d41e10fccd18851dcd31f6ee7c Author: Peter Meerwald Date: Mon Aug 4 18:20:05 2014 +0200 sconv: Use optimized conversion function f

[pulseaudio-commits] src/pulsecore src/tests

2014-08-10 Thread Tanu Kaskinen
src/pulsecore/mix.c |2 +- src/tests/mix-test.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 1499271f46c5b7289a61a4fa508cc412544842c4 Author: Peter Meerwald Date: Mon Aug 4 14:42:00 2014 +0200 mix: Fix mixing of S24 samples stored as S32RE

[pulseaudio-commits] src/pulsecore

2014-08-04 Thread Arun Raghavan
src/pulsecore/pipe.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7dfffdf8e5e21d3fd0dcdf98bc8ea2136d02d599 Author: Sajeesh Sidharthan Date: Mon Aug 4 14:32:22 2014 +0530 core: Closing proper file descriptor when pipe creation fails diff --git a/src/pulseco

[pulseaudio-commits] src/pulsecore

2014-05-24 Thread Tanu Kaskinen
src/pulsecore/resampler.c |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit be101476113b18fbdb32d9905ec8fe88b9d34df1 Author: Tanu Kaskinen Date: Sat May 24 13:15:39 2014 +0300 resampler: Remove prefix from static functions diff --git a/src/pulsecore/res

[pulseaudio-commits] src/pulsecore

2014-05-23 Thread David Henningsson
src/pulsecore/protocol-native.c | 30 -- 1 file changed, 20 insertions(+), 10 deletions(-) New commits: commit 91224484b16b1643d75e4a0f6ceb69eae1bf6023 Author: Pierre Ossman Date: Fri May 23 14:43:32 2014 +0200 protocol-native: Early request bandaid for high

[pulseaudio-commits] src/pulsecore

2014-05-23 Thread Tanu Kaskinen
src/pulsecore/resampler.c | 57 +- 1 file changed, 56 insertions(+), 1 deletion(-) New commits: commit ac984f59d36ef555bc5b0df9af1cd48193d0d14f Author: Alexander E. Patrakov Date: Tue May 13 21:50:52 2014 +0600 resampler: Support speex resampl

[pulseaudio-commits] src/pulsecore

2014-04-26 Thread Tanu Kaskinen
src/pulsecore/sink-input.c|4 ++-- src/pulsecore/source-output.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit cd2db42a6a462c4ad2441984466874a85fec9fbc Author: Tanu Kaskinen Date: Tue Apr 15 10:59:03 2014 +0300 sink-input, source-output: Fix mut

[pulseaudio-commits] src/pulsecore

2014-04-25 Thread Tanu Kaskinen
src/pulsecore/core-util.c | 24 +--- 1 file changed, 5 insertions(+), 19 deletions(-) New commits: commit f2f5dffb1dcc4fd8481e58a686d088e4286441b0 Author: Alexander E. Patrakov Date: Sun Apr 20 21:58:19 2014 +0600 core-util: Remove redundant check of directory permis

[pulseaudio-commits] src/pulsecore

2014-04-25 Thread Tanu Kaskinen
src/pulsecore/core-util.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5610d41482df995baaf510308e07ccbe04c9e18b Author: Bradley Broom Date: Fri Apr 25 13:00:00 2014 +0300 core-util: Call fchown() only when necessary This reportedly fixes some cases

[pulseaudio-commits] src/pulsecore

2014-04-15 Thread David Henningsson
src/pulsecore/pstream.c | 30 +- 1 file changed, 1 insertion(+), 29 deletions(-) New commits: commit d3f2bfa21bd1966f6d624dfbfc74f8913bb054a5 Author: David Henningsson Date: Tue Apr 15 11:52:22 2014 +0200 pstream: Use pa_xnew0 in initialization ...fo

[pulseaudio-commits] src/pulsecore

2014-03-28 Thread David Henningsson
src/pulsecore/device-port.c | 27 +++ src/pulsecore/device-port.h |2 ++ src/pulsecore/sink.c| 27 ++- src/pulsecore/source.c | 28 ++-- 4 files changed, 49 insertions(+), 35 deletions(-) New commits: c

[pulseaudio-commits] src/pulsecore

2014-03-24 Thread Tanu Kaskinen
src/pulsecore/core-util.h |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit cd13fb368dd5ee286f83eba500098c37b0df28f0 Author: Tanu Kaskinen Date: Mon Mar 24 09:17:53 2014 +0200 core-util: Make pa_yes_no() translatable BugLink: https://bugs.freedesktop

[pulseaudio-commits] src/pulsecore

2014-02-28 Thread David Henningsson
src/pulsecore/sink-input.c|3 ++- src/pulsecore/source-output.c |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) New commits: commit 732348c9d9d97b0820caca0c7aad67a2fd83c8dd Author: David Henningsson Date: Fri Feb 28 12:16:54 2014 +0100 sink-input/source-output: Fix LF

[pulseaudio-commits] src/pulsecore

2014-02-22 Thread Tanu Kaskinen
src/pulsecore/sconv_sse.c |4 ++-- src/pulsecore/svolume_mmx.c |8 src/pulsecore/svolume_sse.c |8 3 files changed, 10 insertions(+), 10 deletions(-) New commits: commit b0a04d8031f9efd983f76c379a2982cf7ee769f5 Author: Koop Mast Date: Fri Feb 21 00:21:46 2014 +0

[pulseaudio-commits] src/pulsecore

2014-02-17 Thread Arun Raghavan
src/pulsecore/protocol-native.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) New commits: commit 3152226502014129d03a50564b1914ce267817f9 Author: Arun Raghavan Date: Mon Feb 17 16:32:40 2014 +0530 Revert "protocol-native: Don't enumerate unlinked sinks and sources"

[pulseaudio-commits] src/pulsecore

2014-02-14 Thread Tanu Kaskinen
src/pulsecore/sink-input.c| 14 +++--- src/pulsecore/source-output.c | 10 +- 2 files changed, 12 insertions(+), 12 deletions(-) New commits: commit ee1a96499447d0bc3458ab5075d05dbefcee225c Author: Tanu Kaskinen Date: Wed Feb 12 12:41:34 2014 +0200 sink-input, sour

[pulseaudio-commits] src/pulsecore

2014-02-06 Thread Tanu Kaskinen
src/pulsecore/source.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e9768d9aac8c7e9a5313717f754c0b8b574c4765 Author: Tanu Kaskinen Date: Wed Feb 5 17:55:44 2014 +0200 source: Increase max outputs per source This change is just for being symmetric w

[pulseaudio-commits] src/pulsecore

2014-02-04 Thread Tanu Kaskinen
src/pulsecore/protocol-native.c |1 + 1 file changed, 1 insertion(+) New commits: commit 7297feb50bde72f8c148899a3fbec0c9cd13a8e4 Author: Tanu Kaskinen Date: Tue Feb 4 21:28:44 2014 +0200 protocol-native: Fix a crash Without this check pa_source_output_set_volume() crashes if

[pulseaudio-commits] src/pulsecore

2014-01-30 Thread Tanu Kaskinen
src/pulsecore/thread-win32.c |7 +++ 1 file changed, 7 insertions(+) New commits: commit a64eead8767932141b2ee54a6c689d7c45409705 Author: Tanu Kaskinen Date: Sun Jan 26 19:11:07 2014 +0200 thread-win32: Implement pa_thread_free_nojoin() This fixes a build error with mingw

[pulseaudio-commits] src/pulsecore

2014-01-27 Thread Tanu Kaskinen
src/pulsecore/module.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eab0544f230ae4d89d139a9a7af1a7281c40689a Author: Tanu Kaskinen Date: Mon Jan 27 21:00:58 2014 +0200 module: Replace rindex() with strrchr() rindex() appears to be "non-standard" to

[pulseaudio-commits] src/pulsecore

2014-01-15 Thread Tanu Kaskinen
src/pulsecore/sink.c | 30 -- src/pulsecore/sink.h |5 - src/pulsecore/source.c | 30 -- src/pulsecore/source.h |5 - 4 files changed, 70 deletions(-) New commits: commit c1c19e4d782a85149ead9485491253cb2e3ef084 Autho

[pulseaudio-commits] src/pulsecore

2013-12-20 Thread Tanu Kaskinen
src/pulsecore/sink-input.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5d2d9e57006c6509ef6d173b89502685ff429449 Author: Tanu Kaskinen Date: Fri Dec 20 16:10:53 2013 +0200 sink-input: Fix volume_factor_sink initialization Source outputs handle volu

[pulseaudio-commits] src/pulsecore

2013-12-20 Thread Tanu Kaskinen
src/pulsecore/thread-mq.c |2 ++ 1 file changed, 2 insertions(+) New commits: commit 8fa5bdc087890d4114f5bfea0ddaa24ce76bf4f1 Author: Jan Alexander Steffens (heftig) Date: Tue Dec 17 00:07:11 2013 +0100 thread-mq: Initialize thread_mainloop to NULL if not in use Fixes a crash

[pulseaudio-commits] src/pulsecore

2013-12-13 Thread Tanu Kaskinen
src/pulsecore/core-util.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 6f954c76745acaaa8cae5a569702e23e83115b3b Author: Ryan Lortie Date: Tue Dec 10 13:27:52 2013 -0500 core-util: set_scheduler: check for RLIMIT_RTTIME set_scheduler() assumes t

[pulseaudio-commits] src/pulsecore

2013-12-06 Thread Tanu Kaskinen
src/pulsecore/core-util.c |5 + 1 file changed, 5 insertions(+) New commits: commit 345de08f2bd91f48ac83464b62c7129e00fac4e6 Author: Peter Meerwald Date: Fri Nov 29 15:58:42 2013 +0100 core-util: Check that we actually have regexec before we use it Thanks to Pierre Ossman

[pulseaudio-commits] src/pulsecore

2013-12-05 Thread Tanu Kaskinen
src/pulsecore/card.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) New commits: commit c00ba036dcadf5e31ca25212e68511902bec6807 Author: Tanu Kaskinen Date: Thu Dec 5 18:56:39 2013 +0200 card: Move pa_card_add_profile() implementation to a more logica

[pulseaudio-commits] src/pulsecore

2013-12-05 Thread Tanu Kaskinen
src/pulsecore/resampler.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) New commits: commit 742b93d32cfb90d23016f8f0dfe6bd66e5909d74 Author: Peter Meerwald Date: Fri Nov 29 15:33:25 2013 +0100 resampler: Clean up ffmpeg resampler buffering buf in struct ffm

[pulseaudio-commits] src/pulsecore

2013-11-28 Thread Tanu Kaskinen
src/pulsecore/sink.h |6 ++ src/pulsecore/source.h |6 ++ 2 files changed, 12 insertions(+) New commits: commit 5c860fe06d00fec459730818bb2e28e615deea8b Author: Tanu Kaskinen Date: Sun Nov 17 21:22:20 2013 +0200 sink, source: Add a TODO comment about removing get_formats

[pulseaudio-commits] src/pulsecore

2013-11-28 Thread Tanu Kaskinen
src/pulsecore/protocol-native.c |1 - 1 file changed, 1 deletion(-) New commits: commit 5ddb486a8c8f40a9d99849740ae55df0a33ed3b2 Author: Scott Reeves Date: Thu Nov 21 14:43:51 2013 -0700 protocol-native: Remove written differently but functionally redundant check. diff --git a/src/p

[pulseaudio-commits] src/pulsecore

2013-11-22 Thread Tanu Kaskinen
src/pulsecore/source-output.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) New commits: commit 1997f43644d832c2486bbe310c608d973ea9ba5b Author: Tanu Kaskinen Date: Thu Nov 14 11:01:17 2013 +0200 source-output: Log the format negotiation result This mak

[pulseaudio-commits] src/pulsecore

2013-11-22 Thread Tanu Kaskinen
src/pulsecore/lock-autospawn.c |9 - src/pulsecore/thread-posix.c |7 +++ src/pulsecore/thread.h |1 + 3 files changed, 16 insertions(+), 1 deletion(-) New commits: commit d8e2b3a78c6c60ffec9a115a0e35a3cb4c68598f Author: Stefan Sperling Date: Thu Nov 21 18:47:

[pulseaudio-commits] src/pulsecore

2013-11-19 Thread Tanu Kaskinen
src/pulsecore/protocol-native.c | 27 +++ 1 file changed, 7 insertions(+), 20 deletions(-) New commits: commit 382b8294e3e0b2f708ee59c2023f133f7bfbd2f6 Author: Parin Porecha Date: Tue Nov 19 11:59:39 2013 -0900 protocol-native: Express XOR asserts more concisely

  1   2   >