[pulseaudio-commits] 5 commits - configure.ac PROTOCOL src/Makefile.am src/modules src/pulse src/pulsecore

2011-11-26 Thread Tanu Kaskinen
PROTOCOL| 15 + configure.ac|2 src/Makefile.am |1 src/modules/alsa/alsa-mixer.c |9 +-- src/modules/alsa/alsa-mixer.h |2 src/modules/alsa/alsa-sink.c|2 src/modules/alsa/alsa-source.c |2 src

[pulseaudio-commits] src/pulsecore

2011-11-27 Thread Tanu Kaskinen
src/pulsecore/device-port.h | 12 1 file changed, 4 insertions(+), 8 deletions(-) New commits: commit 46920bab16e545e9bc334b3b115d9e89940d66d3 Author: Tanu Kaskinen Date: Sun Nov 27 17:16:53 2011 +0200 device-port: Fix the circular dependency problem more cleanly

[pulseaudio-commits] src/modules

2011-12-01 Thread Tanu Kaskinen
src/modules/alsa/alsa-mixer.c | 351 +--- src/modules/alsa/alsa-mixer.h | 17 - src/modules/alsa/alsa-sink.c| 25 -- src/modules/alsa/alsa-source.c | 25 -- src/modules/alsa/module-alsa-card.c | 20 +- 5 files changed, 253 insertion

[pulseaudio-commits] src/modules

2011-12-02 Thread Tanu Kaskinen
src/modules/alsa/alsa-mixer.c | 17 ++--- src/modules/alsa/alsa-mixer.h |1 - 2 files changed, 10 insertions(+), 8 deletions(-) New commits: commit c1f3f7709fd729aedffd7c1d8c5d71c70dae0405 Author: David Henningsson Date: Fri Dec 2 10:20:23 2011 +0100 Fixup a few things i

[pulseaudio-commits] src/utils

2011-12-02 Thread Tanu Kaskinen
src/utils/pactl.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) New commits: commit 1623859d1bdaec1ee575944a3d71bf7dd9108b2f Author: David Henningsson Date: Fri Dec 2 14:15:28 2011 +0100 pactl: Show port availability Signed-off-by: David Henningsson d

[pulseaudio-commits] src/pulsecore

2011-12-02 Thread Tanu Kaskinen
src/pulsecore/cli-text.c|6 +- src/pulsecore/device-port.c |3 +++ src/pulsecore/device-port.h |1 + 3 files changed, 9 insertions(+), 1 deletion(-) New commits: commit 0ef3456f6836fa8d0083e5fb9d62e85c6edbc3aa Author: David Henningsson Date: Fri Dec 2 13:34:54 2011 +0100

[pulseaudio-commits] src/modules

2011-12-05 Thread Tanu Kaskinen
src/modules/alsa/alsa-mixer.h |1 - 1 file changed, 1 deletion(-) New commits: commit ba33ae47907504ce0c15ba683c57aecaec7500ac Author: Tanu Kaskinen Date: Mon Dec 5 20:42:44 2011 +0200 alsa-mixer: Remove unused pa_alsa_path_set_probe() declaration. diff --git a/src/modules/alsa/alsa

[pulseaudio-commits] src/modules

2012-01-06 Thread Tanu Kaskinen
src/modules/alsa/alsa-mixer.c | 226 +++--- 1 file changed, 105 insertions(+), 121 deletions(-) New commits: commit 45262959e21a6c36eea5aae43b988d82347cf487 Author: David Henningsson Date: Fri Dec 2 18:14:18 2011 +0100 alsa-mixer: Refactor pa_alsa_prof

[pulseaudio-commits] 3 commits - src/modules src/pulse src/pulsecore

2012-01-14 Thread Tanu Kaskinen
: commit 717701aa7135d0c1bc60e74a70e756d7bc0ef5ef Author: Tanu Kaskinen Date: Tue Dec 13 21:57:03 2011 +0200 bluetooth: When receiving D-Bus errors, print also the error message. diff --git a/src/modules/bluetooth/bluetooth-util.c b/src/modules/bluetooth/bluetooth-util.c index c5befe3..15c544e

[pulseaudio-commits] src/.gitignore src/Makefile.am src/pulsecore src/tests

2012-01-21 Thread Tanu Kaskinen
src/.gitignore |1 src/Makefile.am|9 - src/pulsecore/prioq.c | 256 - src/pulsecore/prioq.h | 62 --- src/tests/prioq-test.c | 47 5 files changed, 1 insertion(+), 374 deletions(-) New commits: commi

[pulseaudio-commits] 3 commits - src/modules src/pulsecore

2012-01-28 Thread Tanu Kaskinen
src/modules/bluetooth/module-bluetooth-proximity.c | 12 ++-- src/pulsecore/dbus-util.c | 16 +++- 2 files changed, 9 insertions(+), 19 deletions(-) New commits: commit 54ca23df6fb27b0874f72d8c747d8674c1028fb2 Author: Tanu Kaskinen Date: Sun

[pulseaudio-commits] src/pulse

2012-01-28 Thread Tanu Kaskinen
src/pulse/pulseaudio.h | 21 + 1 file changed, 21 insertions(+) New commits: commit 2da8b1fa63dc23648e9b3f5cc41a62bd9539b4cd Author: Peter Meerwald Date: Sun Jan 8 11:13:37 2012 +0100 pulse: Document general error handling. diff --git a/src/pulse/pulseaudio.h b/src/

[pulseaudio-commits] 2 commits - src/modules

2012-01-28 Thread Tanu Kaskinen
src/modules/module-stream-restore.c | 168 +++- 1 file changed, 129 insertions(+), 39 deletions(-) New commits: commit ea2b80b20a919322af61cd31e381e9b70a4b918e Author: Tanu Kaskinen Date: Fri Jan 6 16:15:58 2012 +0200 stream-restore: Don't verify

[pulseaudio-commits] man/pulseaudio.1.xml.in

2012-01-28 Thread Tanu Kaskinen
man/pulseaudio.1.xml.in |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 5f16d42ffa51b8b169fccdcdc6568b848491aacd Author: Peter Meerwald Date: Sun Jan 8 13:16:49 2012 +0100 manpage: document --log-target=file:PATH diff --git a/man/pulseaudio.1.xml.in b/ma

[pulseaudio-commits] man/pulseaudio.1.xml.in

2012-01-28 Thread Tanu Kaskinen
man/pulseaudio.1.xml.in | 19 +++ 1 file changed, 19 insertions(+) New commits: commit fab254c41929c237130c693677a2eb4363cf08bc Author: Peter Meerwald Date: Sun Jan 8 13:16:50 2012 +0100 manpage: document --log-meta, --log-time, log-backtrace diff --git a/man/pulseaudio

[pulseaudio-commits] man/pulse-daemon.conf.5.xml.in src/modules src/pulse src/pulsecore src/tests

2012-01-28 Thread Tanu Kaskinen
man/pulse-daemon.conf.5.xml.in |2 +- src/modules/macosx/module-coreaudio-device.c |2 +- src/modules/module-equalizer-sink.c |4 ++-- src/modules/module-null-sink.c |2 +- src/pulse/context.h |2 +- src/pulse/propli

[pulseaudio-commits] src/modules

2012-02-12 Thread Tanu Kaskinen
src/modules/module-virtual-sink.c |3 --- 1 file changed, 3 deletions(-) New commits: commit 9c84f1274eb119a5175e7a22648e9d64696ccaaf Author: Tanu Kaskinen Date: Sun Feb 12 16:23:17 2012 +0200 virtual-sink: Remove irrelevant comment. The comment is inherited from module

[pulseaudio-commits] man/pulse-daemon.conf.5.xml.in

2012-02-12 Thread Tanu Kaskinen
man/pulse-daemon.conf.5.xml.in | 16 1 file changed, 16 insertions(+) New commits: commit df0e46065cdeff1a4b991a03a8166d2f9c8f803a Author: Tanu Kaskinen Date: Sat Jan 14 16:19:14 2012 +0200 man: Document the local-server-type daemon.conf option. diff --git a/man/pulse

[pulseaudio-commits] src/pulse

2012-02-19 Thread Tanu Kaskinen
src/pulse/stream.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit e91e78bb54456eda7f815afdb25857fe0887de22 Author: Maarten Lankhorst Date: Wed Feb 15 02:09:02 2012 +0100 pulse: Fix old bug in stream_free Signed-off-by: Maarten Lankhorst diff --

[pulseaudio-commits] src/pulsecore

2012-03-05 Thread Tanu Kaskinen
src/pulsecore/protocol-dbus.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 66f04c3bdcbdd550d8a7ce0486251bf1d502fb3a Author: Tanu Kaskinen Date: Fri Mar 2 12:02:29 2012 +0200 dbus: Use correct free function. diff --git a/src/pulsecore/protocol-dbus.c b/src

[pulseaudio-commits] 2 commits - src/pulsecore

2012-03-06 Thread Tanu Kaskinen
src/pulsecore/flist.c | 74 ++ 1 file changed, 51 insertions(+), 23 deletions(-) New commits: commit 25c73a00c405c74532fe05b6b59467c8c8adabb3 Author: Tanu Kaskinen Date: Wed Mar 7 09:39:18 2012 +0200 flist: Make name non-const to avoid

[pulseaudio-commits] src/Makefile.am src/modules

2012-03-08 Thread Tanu Kaskinen
+0100 Add module-virtual-surround-sink. It provides a virtual surround sound effect. v2: Normalize hrir to avoid clipping, some cleanups v3: use fabs, not abs v4: implement changes proposed by Tanu Kaskinen v5: likewise v6: use channel map from hrir file v7

[pulseaudio-commits] 2 commits - src/pulse

2012-03-08 Thread Tanu Kaskinen
src/pulse/proplist.c | 16 +--- src/pulse/proplist.h |4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) New commits: commit d6755696b4b2e95d8239d8d7e01333529863484d Author: Tanu Kaskinen Date: Fri Mar 9 09:20:16 2012 +0200 proplist: Match pa_proplist_copy

[pulseaudio-commits] 2 commits - po/POTFILES.in src/Makefile.am

2012-03-10 Thread Tanu Kaskinen
po/POTFILES.in |1 + src/Makefile.am |8 2 files changed, 1 insertion(+), 8 deletions(-) New commits: commit 74e01ad6164060ac1dc9aa98239b2d435f2d4bda Author: Tanu Kaskinen Date: Sat Mar 10 12:54:29 2012 +0200 i18n: Fix POTFILES. diff --git a/po/POTFILES.in b/po

[pulseaudio-commits] src/Makefile.am

2012-03-12 Thread Tanu Kaskinen
src/Makefile.am |8 1 file changed, 8 insertions(+) New commits: commit bbc600aae9066ece6ed7802319669e3d00bdc095 Author: Tanu Kaskinen Date: Mon Mar 12 09:05:52 2012 +0200 Revert "build-sys: Remove the public API stuff from libpulsecommon." This reve

[pulseaudio-commits] src/daemon

2012-03-13 Thread Tanu Kaskinen
src/daemon/main.c |2 ++ 1 file changed, 2 insertions(+) New commits: commit 961a83a3fa2b2f98b37383f38b7a62a16e9cbe68 Author: David Henningsson Date: Tue Mar 13 00:06:22 2012 +0100 daemon: Initialize dbus to use thread-safe mode by default In most cases, we use dbus from more

[pulseaudio-commits] src/modules

2012-03-22 Thread Tanu Kaskinen
src/modules/bluetooth/module-bluetooth-device.c |3 --- 1 file changed, 3 deletions(-) New commits: commit 4502d7cb2866ccc8a7b96d519d4179892dbc3690 Author: Tanu Kaskinen Date: Thu Mar 22 19:39:46 2012 +0200 bluetooth: Remove unused variable. diff --git a/src/modules/bluetooth/module

[pulseaudio-commits] src/pulsecore

2012-03-24 Thread Tanu Kaskinen
src/pulsecore/protocol-dbus.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit e9d82afdea4fff19de97a53e5ee7a149b18301eb Author: Tanu Kaskinen Date: Sun Mar 25 08:40:56 2012 +0300 dbus: Check method call signatures. BugLink: https

[pulseaudio-commits] 8 commits - src/modules src/pulsecore src/utils

2012-03-28 Thread Tanu Kaskinen
1c134f45170df1832a982e4653a4054d53a08bf9 Author: Tanu Kaskinen Date: Wed Mar 28 14:47:20 2012 +0300 dbus: Add assertions to get rid of warnings from Coverity. Coverity thinks that expected_method_sig can be NULL when it's dereferenced by pa_streq(). Adding assertions doesn't hurt here (in my opinion)

[pulseaudio-commits] src/modules

2012-04-02 Thread Tanu Kaskinen
src/modules/module-loopback.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit b762f4eef10fd90c4e85e574b4fcf9429ce1cbe3 Author: Frédéric Dalleau Date: Mon Apr 2 11:16:03 2012 +0200 loopback: Fix crash on error during init If an error during pa__ini

[pulseaudio-commits] 6 commits - src/Makefile.am src/modules src/pulse src/pulsecore

2012-04-17 Thread Tanu Kaskinen
src/Makefile.am |2 src/modules/dbus/iface-stream.c |2 src/modules/echo-cancel/module-echo-cancel.c |4 - src/pulse/introspect.h | 100 +-- src/pulse/proplist.h |6 -

[pulseaudio-commits] 3 commits - src/modules

2012-04-27 Thread Tanu Kaskinen
src/modules/echo-cancel/module-echo-cancel.c | 167 ++- 1 file changed, 88 insertions(+), 79 deletions(-) New commits: commit a0879ac3f690190ff7d2825d255d093a8742242d Author: Tanu Kaskinen Date: Wed Apr 25 11:25:16 2012 +0300 echo-cancel: Clarify function call

[pulseaudio-commits] src/utils

2012-05-05 Thread Tanu Kaskinen
src/utils/pacmd.c | 102 +++--- 1 file changed, 90 insertions(+), 12 deletions(-) New commits: commit a6394b1cb0fe575bdf04fb125e0cccbc518466b6 Author: poljar Date: Tue May 1 23:17:22 2012 +0200 pacmd: Added --help and --version options.

[pulseaudio-commits] man/pacmd.1.xml.in

2012-05-13 Thread Tanu Kaskinen
man/pacmd.1.xml.in | 18 ++ 1 file changed, 18 insertions(+) New commits: commit d85360e65c7642eb5e170e03448f1795cf52c20c Author: poljar Date: Sun May 6 16:10:51 2012 +0200 pacmd: Added --help and --version descriptions to the man page. The pacmd man page should

[pulseaudio-commits] src/modules

2012-05-15 Thread Tanu Kaskinen
src/modules/bluetooth/module-bluetooth-device.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) New commits: commit 21b1d92b793b0c6d987ccd10ec80805cb5246155 Author: Frédéric Danis Date: Tue May 15 15:55:36 2012 +0200 bluetooth: Fix crash on disconnection

[pulseaudio-commits] src/pulsecore

2012-05-22 Thread Tanu Kaskinen
src/pulsecore/protocol-native.c |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 4c65e58325fabde724eb340da6ce2c9988e45871 Author: poljar Date: Mon May 21 21:42:20 2012 +0200 native: Use foreach to iterate trough modules. The PA_IDXSET_FOREACH is

[pulseaudio-commits] man/pactl.1.xml.in src/utils

2012-06-04 Thread Tanu Kaskinen
man/pactl.1.xml.in |4 ++-- src/utils/pactl.c | 38 ++ 2 files changed, 36 insertions(+), 6 deletions(-) New commits: commit 48f4c8ab8f2f7878bf6816ad166f036037f841b2 Author: poljar Date: Wed May 30 14:27:25 2012 +0200 pactl: Add unloading modules

[pulseaudio-commits] src/pulsecore src/utils

2012-06-04 Thread Tanu Kaskinen
src/pulsecore/cli-command.c | 31 +++ src/utils/pacmd.c |2 +- 2 files changed, 24 insertions(+), 9 deletions(-) New commits: commit 23432d39ee83ce773941a045b8e6f0527b1336fb Author: poljar Date: Wed May 30 14:27:26 2012 +0200 pacmd: Add unloadin

[pulseaudio-commits] 2 commits - src/modules src/pulsecore

2012-06-08 Thread Tanu Kaskinen
t userdata *u, const pa_bluetooth_device *device) { d = PA_CARD_PROFILE_DATA(p); *d = PROFILE_HSP; +create_ports_for_profile(u, &data, p); pa_hashmap_put(data.profiles, p->name, p); } @@ -2793,6 +2916,7 @@ static int add_card(struct userdata *u, const pa_bluetooth_device *devic

[pulseaudio-commits] src/pulsecore

2012-06-08 Thread Tanu Kaskinen
src/pulsecore/device-port.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e0c16af551d21a2165da3af4f0af82ea70b6cf0d Author: Tanu Kaskinen Date: Fri Jun 8 19:00:14 2012 +0300 device-port: Remove an out-of-date comment. diff --git a/src/pulsecore/device

[pulseaudio-commits] 4 commits - src/daemon src/modules src/pulsecore src/tests

2012-06-09 Thread Tanu Kaskinen
src/daemon/dumpmodules.c |2 +- src/daemon/main.c |2 +- src/modules/alsa/alsa-mixer.c | 12 ++-- src/modules/bluetooth/module-bluetooth-proximity.c |2 +- src/modules/dbus/module-dbus-protocol.c

[pulseaudio-commits] src/pulsecore

2012-06-11 Thread Tanu Kaskinen
src/pulsecore/protocol-native.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 9b4332eca47eb1d1750071e6f3fe99b75029f172 Author: Tanu Kaskinen Date: Thu Apr 5 16:24:48 2012 +0300 native: Don't save device, volume or mute of new st

[pulseaudio-commits] src/modules

2012-06-15 Thread Tanu Kaskinen
src/modules/bluetooth/bluetooth-util.c | 16 +++- src/modules/bluetooth/bluetooth-util.h | 10 - src/modules/bluetooth/module-bluetooth-device.c | 47 3 files changed, 47 insertions(+), 26 deletions(-) New commits: commit 017e1c4dda581dccf1

[pulseaudio-commits] 3 commits - src/pulsecore src/utils

2012-06-27 Thread Tanu Kaskinen
src/pulsecore/cli-command.c | 48 src/pulsecore/cli-text.c|5 ++-- src/pulsecore/device-port.c | 28 + src/pulsecore/device-port.h |3 ++ src/pulsecore/sink.c| 28 + src/pulsecore

[pulseaudio-commits] src/utils

2012-06-28 Thread Tanu Kaskinen
src/utils/pactl.c |4 1 file changed, 4 insertions(+) New commits: commit 062a104247cd5c8f4ee8a6a87eb6a03abf2a2006 Author: Arun Raghavan Date: Thu Jun 28 12:19:27 2012 +0530 pactl: Print sink-input/source-output corked status Sending this out for review before committing

[pulseaudio-commits] src/Makefile.am src/modules

2012-06-28 Thread Tanu Kaskinen
src/Makefile.am |5 src/modules/module-ladspa-sink.c | 677 ++- 2 files changed, 538 insertions(+), 144 deletions(-) New commits: commit fdf358beed878d0e7df420439e24b0bebe27228f Author: Ismo Puustinen Date: Fri Jun 15 17:35:58 2012 +03

[pulseaudio-commits] src/tests

2012-06-28 Thread Tanu Kaskinen
src/tests/ladspa-dbus.py | 112 +++ 1 file changed, 112 insertions(+) New commits: commit f6e4bfbbc577870243a1c1deda8e4eab8dbcbacd Author: Ismo Puustinen Date: Fri Jun 15 17:35:59 2012 +0300 ladspa: Added a python script for testing. T

[pulseaudio-commits] 2 commits - src/pulsecore

2012-06-28 Thread Tanu Kaskinen
/source.h |6 +++--- 7 files changed, 42 insertions(+), 22 deletions(-) New commits: commit 0c8fdf30d103b0ed877917f39cf6003f40867400 Author: Tanu Kaskinen Date: Thu Jun 28 16:34:56 2012 +0300 sink, source: Fix setting the latency offset when the sink/source is unlinked. diff --git a

[pulseaudio-commits] PROTOCOL

2012-06-29 Thread Tanu Kaskinen
PROTOCOL |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7a0251eab26be4be2c396e295bbe25f384c80e6b Author: Tanu Kaskinen Date: Fri Apr 13 14:31:44 2012 +0300 Fix a copy-paste error in PROTOCOL. diff --git a/PROTOCOL b/PROTOCOL index acd53ba..bfbd23b

[pulseaudio-commits] src/pulse

2012-06-29 Thread Tanu Kaskinen
src/pulse/introspect.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) New commits: commit 9b3d5acbbc005b96925aa0e5b35156e5c856240b Author: Tanu Kaskinen Date: Fri Apr 13 14:32:12 2012 +0300 pulse: Use more intuitive indexing with port infos in

[pulseaudio-commits] 2 commits - src/map-file src/modules src/pulse src/pulsecore

2012-06-29 Thread Tanu Kaskinen
(-) New commits: commit 1edb4a470b2fb67dd5cb61fb830770ff122b4876 Author: Tanu Kaskinen Date: Fri Apr 13 14:40:32 2012 +0300 tagstruct: Allow NULL proplist with pa_tagstruct_get_proplist(). module-tunnel doesn't care about the proplist contents, so pa_tagstruct_get_proplist

[pulseaudio-commits] 5 commits - src/modules src/pulsecore

2012-06-29 Thread Tanu Kaskinen
|7 - src/pulsecore/source.c |7 - 16 files changed, 140 insertions(+), 193 deletions(-) New commits: commit 8239fca09f4a500fbe333d215be899c5df34234e Author: Tanu Kaskinen Date: Fri Jun 8 21:49:12 2012 +0300 Assume that the ports hashmap

[pulseaudio-commits] src/pulsecore

2012-06-30 Thread Tanu Kaskinen
src/pulsecore/conf-parser.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e9fd8298776cb6cc31173ecf040817aab2d1da39 Author: poljar (Damir Jelić) Date: Fri Jun 29 23:19:52 2012 +0200 conf-parser: Initialize the state to zero immediately. Set the st

[pulseaudio-commits] src/pulsecore

2012-06-30 Thread Tanu Kaskinen
src/pulsecore/device-port.c |7 +++ 1 file changed, 7 insertions(+) New commits: commit 51e9104e36075cfd967b107590e8ae86112d7b5f Author: poljar (Damir Jelić) Date: Thu Jun 28 13:17:21 2012 +0200 device-port: Send a subscription event when the offset changes. When the off

[pulseaudio-commits] man/pulse-daemon.conf.5.xml.in po/as.po po/bn_IN.po po/gu.po po/hi.po po/ml.po po/pa.po po/ta.po po/zh_CN.po src/modules

2012-06-30 Thread Tanu Kaskinen
man/pulse-daemon.conf.5.xml.in |2 +- po/as.po |4 ++-- po/bn_IN.po |4 ++-- po/gu.po

[pulseaudio-commits] 2 commits - configure.ac man/pactl.1.xml.in PROTOCOL src/map-file src/pulse src/pulsecore src/utils

2012-06-30 Thread Tanu Kaskinen
PROTOCOL| 11 + configure.ac|2 - man/pactl.1.xml.in |6 + src/map-file|1 src/pulse/introspect.c | 40 ++ src/pulse/introspect.h |4 +++

[pulseaudio-commits] man/pulse-cli-syntax.5.xml.in

2012-06-30 Thread Tanu Kaskinen
man/pulse-cli-syntax.5.xml.in |5 + 1 file changed, 5 insertions(+) New commits: commit 5a57686e3e432e9b1ebd90e9f273f2e2b25e4e0b Author: poljar (Damir Jelić) Date: Thu Jun 28 15:02:27 2012 +0200 man: Add latency offset documentation to the cli syntax. The new latency off

[pulseaudio-commits] src/pavucontrol.cc

2012-07-04 Thread Tanu Kaskinen
src/pavucontrol.cc | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) New commits: commit ba868cc0b064a3c20b5e61e061a53b6efc8a8f5c Author: Frédéric Dalleau Date: Fri Jun 22 11:03:08 2012 +0200 Add --retry command line option As a developper, I find it an

[pulseaudio-commits] .gitignore

2012-07-04 Thread Tanu Kaskinen
.gitignore |1 + 1 file changed, 1 insertion(+) New commits: commit 241b23cc839658a8f683ad10581a02707a534ad1 Author: Tanu Kaskinen Date: Wed Jul 4 12:57:53 2012 +0300 gitignore: Add *.swp. diff --git a/.gitignore b/.gitignore index a0f9298..6163e7d 100644 --- a/.gitignore +++ b

[pulseaudio-commits] src/modules

2012-07-04 Thread Tanu Kaskinen
src/modules/module-loopback.c | 115 -- 1 file changed, 89 insertions(+), 26 deletions(-) New commits: commit c6d8d1d7c19a105b224eac393e44bae319897b6b Author: Frédéric Dalleau Date: Wed Jun 20 17:33:35 2012 +0200 loopback: Enable routing on loopb

[pulseaudio-commits] src/Makefile.am src/modules

2012-07-04 Thread Tanu Kaskinen
src/Makefile.am |7 + src/modules/bluetooth/module-bluetooth-policy.c | 107 2 files changed, 114 insertions(+) New commits: commit f6d5476e7a241df8eb516a8b05ffeef02f97f644 Author: Frédéric Dalleau Date: Wed Jul 4 16:48:27 2012 +0

[pulseaudio-commits] src/modules

2012-07-05 Thread Tanu Kaskinen
src/modules/module-card-restore.c | 122 ++ 1 file changed, 112 insertions(+), 10 deletions(-) New commits: commit 758e5bc28ef4eb29c43570da0a6f296e13515630 Author: poljar (Damir Jelić) Date: Wed Jun 27 22:55:35 2012 +0200 card-restore: Add the ability

[pulseaudio-commits] src/modules

2012-07-06 Thread Tanu Kaskinen
src/modules/module-card-restore.c |3 +++ 1 file changed, 3 insertions(+) New commits: commit cec6b153b7803ccc5bab812638a01dce0def312a Author: Tanu Kaskinen Date: Sat Jun 30 13:00:25 2012 +0300 card-restore: Handle reading NULL profile name from the database. It's assum

[pulseaudio-commits] src/pulsecore

2012-07-06 Thread Tanu Kaskinen
src/pulsecore/memblock.h |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit ea064162a5ae0ef273bf65e4803bf18312c1df96 Author: Peter Meerwald Date: Wed Feb 22 13:07:17 2012 +0100 memblock: Fix typos. diff --git a/src/pulsecore/memblock.h b/src/pulsecore/me

[pulseaudio-commits] 3 commits - src/modules

2012-07-06 Thread Tanu Kaskinen
. [Additional note from Tanu Kaskinen: this change improves the mute-during-activation feature, because now the mixer changes related to selecting the setting happen while the hw is muted.] diff --git a/src/modules/alsa/alsa-mixer.c b/src/modules/alsa/alsa-mixer.c index 8423636..b46508c

[pulseaudio-commits] src/modules

2012-07-09 Thread Tanu Kaskinen
src/modules/macosx/module-coreaudio-device.c | 12 1 file changed, 12 insertions(+) New commits: commit d3cd82d411f9b574678870d8ccd836032a238684 Author: Sjors Gielen Date: Sun Jul 8 23:24:18 2012 +0200 osx: Add a single "On" profile to coreaudio devices. Fixes crash on OS X

[pulseaudio-commits] bootstrap.sh

2012-07-21 Thread Tanu Kaskinen
bootstrap.sh |6 ++ 1 file changed, 6 insertions(+) New commits: commit abeb68dcf265a0fc9fd8d3f6997fe219625934cd Author: Tanu Kaskinen Date: Sat Jul 21 10:03:08 2012 +0300 bootstrap: Enable the pre-commit hook. diff --git a/bootstrap.sh b/bootstrap.sh index 7de732d..c043bc0

[pulseaudio-commits] src/modules

2012-07-25 Thread Tanu Kaskinen
src/modules/bluetooth/module-bluetooth-device.c | 797 1 file changed, 28 insertions(+), 769 deletions(-) New commits: commit 518d1dee450a4071fa3ba55e8b41c824a2cb08f6 Author: Mikel Astiz Date: Fri Jul 6 11:19:52 2012 +0200 bluetooth: Don't use the old socket IPC

[pulseaudio-commits] src/modules

2012-07-25 Thread Tanu Kaskinen
src/modules/bluetooth/bluetooth-util.c | 60 - 1 file changed, 22 insertions(+), 38 deletions(-) New commits: commit 8a402a7d0803ba4abaf5ded212e93022bfa3 Author: Mikel Astiz Date: Wed Jul 25 16:29:52 2012 +0200 bluetooth: Refactor property parsing cod

[pulseaudio-commits] src/Makefile.am src/modules

2012-07-26 Thread Tanu Kaskinen
src/Makefile.am | 15 -- src/modules/bluetooth/ipc.h | 244 2 files changed, 1 insertion(+), 258 deletions(-) New commits: commit d16546cecadb7e408ff33c53258c7dcda160cd8c Author: Mikel Astiz Date: Fri Jul 6 11:19:53 2012 +0200 bl

[pulseaudio-commits] 3 commits - src/cardwidget.h src/devicewidget.cc src/devicewidget.h src/mainwindow.cc src/pavucontrol.glade src/sinkwidget.h src/sourcewidget.h

2012-07-27 Thread Tanu Kaskinen
src/cardwidget.h | 11 ++ src/devicewidget.cc | 48 +-- src/devicewidget.h| 10 - src/mainwindow.cc | 68 +++ src/pavucontrol.glade | 87 -- src/sinkwidget.h

[pulseaudio-commits] 3 commits - src/modules

2012-07-28 Thread Tanu Kaskinen
src/modules/bluetooth/module-bluetooth-device.c | 74 +- src/modules/bluetooth/module-bluetooth-discover.c |5 - 2 files changed, 47 insertions(+), 32 deletions(-) New commits: commit 00cc8af99551177d0e44545c5364924110748632 Author: Mikel Astiz Date: Fri Jul 27 16:4

[pulseaudio-commits] 3 commits - src/modules

2012-07-28 Thread Tanu Kaskinen
src/modules/bluetooth/bluetooth-util.c | 210 - 1 file changed, 104 insertions(+), 106 deletions(-) New commits: commit 57469ce73443c27ab0046962265e398cf6ec2cf0 Author: Mikel Astiz Date: Thu Jul 26 12:36:33 2012 +0200 bluetooth: Remove minor unnecessary ch

[pulseaudio-commits] src/Makefile.am src/modules

2012-07-28 Thread Tanu Kaskinen
src/Makefile.am |4 +- src/modules/echo-cancel/echo-cancel.h|8 src/modules/echo-cancel/module-echo-cancel.c |9 src/modules/echo-cancel/null.c | 50 +++ 4 files changed, 70 insertions(+), 1 deletion

[pulseaudio-commits] src/Makefile.am

2012-08-13 Thread Tanu Kaskinen
src/Makefile.am |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9887cd0a288f6af12b0c53e0b4f3d7fcd3511c71 Author: Tanu Kaskinen Date: Mon Aug 6 15:07:57 2012 +0300 build-sys: Link utf8-test to libpulsecommon. Fixes this: /usr/bin/ld: utf8_test

[pulseaudio-commits] src/modules

2012-08-19 Thread Tanu Kaskinen
+ src/modules/module-virtual-surround-sink.c |5 + 6 files changed, 30 insertions(+) New commits: commit 9197c0323e76b34de16bb1c2e839ba9a25d1c8a4 Author: Tanu Kaskinen Date: Sun Aug 19 14:49:27 2012 +0300 Add comments referring to bug #53709. diff --git a/src/modules/echo-cancel

[pulseaudio-commits] 2 commits - src/modules

2012-08-21 Thread Tanu Kaskinen
src/modules/bluetooth/module-bluetooth-device.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit 33e5802df206b5d47696fcbdff64d5355cc02e8f Author: Mikel Astiz Date: Thu Aug 16 13:08:29 2012 +0200 bluetooth: Fix missing state checks for a2dp_source

[pulseaudio-commits] src/modules src/pulsecore src/tests

2012-08-21 Thread Tanu Kaskinen
|4 +- src/tests/mix-test.c|2 - 16 files changed, 52 insertions(+), 40 deletions(-) New commits: commit 3d6092bb0ffc37626341412b86d5309bebd5edd0 Author: Tanu Kaskinen Date: Fri Aug 17 18:09:34 2012 +0300 memblock: Add pa_memblock_acquire_chunk

[pulseaudio-commits] src/pulsecore

2012-08-22 Thread Tanu Kaskinen
src/pulsecore/object.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0359f6c62439af960a7dbbeffc4dfec6c988df84 Author: Tanu Kaskinen Date: Tue Aug 14 17:08:37 2012 +0300 object: Get rid of "warning: cast increases required alignment of target

[pulseaudio-commits] 4 commits - src/modules

2012-08-22 Thread Tanu Kaskinen
src/modules/bluetooth/module-bluetooth-device.c | 23 - src/modules/bluetooth/module-bluetooth-policy.c | 94 ++-- 2 files changed, 106 insertions(+), 11 deletions(-) New commits: commit 9f924a9dda2c3b636d77756475832d2fa20b092d Author: Mikel Astiz Date: Wed Aug 22 0

[pulseaudio-commits] 2 commits - src/pulsecore

2012-08-28 Thread Tanu Kaskinen
src/pulsecore/sink-input.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 352130f850a0a544b81f791ef1e28bcb204637b5 Author: Tanu Kaskinen Date: Wed Aug 29 08:23:30 2012 +0300 sink-input: Add a comment in pa_sink_input_request_rewind(). diff --git a/src

[pulseaudio-commits] src/pulsecore

2012-08-30 Thread Tanu Kaskinen
src/pulsecore/sink.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) New commits: commit 34ab73b9ac51ba865d299fe2c3c2916e867e94f4 Author: Tanu Kaskinen Date: Fri Aug 24 16:16:43 2012 +0300 sink: Remove an incorrect FIXME comment. The

[pulseaudio-commits] src/pulsecore

2012-09-06 Thread Tanu Kaskinen
src/pulsecore/sink-input.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 6031546f6660e06e05d0b40a4dbc0c8769eb10a6 Author: Uoti Urpala Date: Sat Jul 28 18:24:30 2012 +0300 sink-input: Fix underrun_for calculation when resampling. pa_sink_input_

[pulseaudio-commits] src/.gitignore

2012-09-07 Thread Tanu Kaskinen
src/.gitignore |1 + 1 file changed, 1 insertion(+) New commits: commit 6b52b4785615c3d95c54fa2dfdb1d7d6fb1cef35 Author: Tanu Kaskinen Date: Fri Sep 7 17:20:26 2012 +0300 .gitignore: Add cpu-test. diff --git a/src/.gitignore b/src/.gitignore index 83c18d3..ad8773b 100644 --- a/src

[pulseaudio-commits] src/pulsecore

2012-09-15 Thread Tanu Kaskinen
src/pulsecore/sink-input.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 2c8aa18b1d95e7486fd2f2a337942795abf0cc37 Author: Flavio Ceolin Date: Tue Sep 4 11:28:38 2012 -0300 sink-input: Remove redundant check in pa_sink_input_request_rewind(). This

[pulseaudio-commits] 3 commits - src/modules

2012-09-21 Thread Tanu Kaskinen
src/modules/module-loopback.c | 73 +- 1 file changed, 65 insertions(+), 8 deletions(-) New commits: commit 5412a69cac8af1f052d32c5b968ccf5639366a52 Author: Mikel Astiz Date: Thu Sep 20 14:28:34 2012 +0200 loopback: Disable adjust timer when suspe

[pulseaudio-commits] src/pulsecore

2012-09-23 Thread Tanu Kaskinen
src/pulsecore/flist.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 24034ed71530a959836ab1ad4a01863feda0dfc5 Author: David Henningsson Date: Thu Apr 19 10:54:08 2012 +0200 flist: Increase default list size to 256 Nowadays, we are using more hashmaps

[pulseaudio-commits] src/modules

2012-09-25 Thread Tanu Kaskinen
src/modules/module-equalizer-sink.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3d2d30f68802a76b09e9c90ffa2f2960bdde76e0 Author: Matthijs Kooijman Date: Mon Sep 24 14:40:06 2012 +0200 equalizer: Don't cleanup u->sink in sink_input_kill_cb yet

[pulseaudio-commits] configure.ac git-version-gen

2012-09-27 Thread Tanu Kaskinen
configure.ac|4 git-version-gen | 14 -- 2 files changed, 16 insertions(+), 2 deletions(-) New commits: commit f16a532e88f124422aea4c823e6c645382cab263 Author: Colin Walters Date: Tue Sep 25 19:26:18 2012 -0400 git-version-gen: Honor GIT_DESCRIBE_FOR_BUILD envir

[pulseaudio-commits] src/modules

2012-10-02 Thread Tanu Kaskinen
src/modules/alsa/alsa-mixer.c | 54 ++ 1 file changed, 50 insertions(+), 4 deletions(-) New commits: commit 2caafa77412a83a55327c7d78aa131fac9503ae0 Author: David Henningsson Date: Mon Oct 1 15:37:21 2012 +0200 alsa-mixer: Cache failure to open in

[pulseaudio-commits] configure.ac src/Makefile.am

2012-10-04 Thread Tanu Kaskinen
configure.ac| 17 +++-- src/Makefile.am | 14 ++ 2 files changed, 29 insertions(+), 2 deletions(-) New commits: commit 67602d8743e8e529919bb9fbb956aa77724a8e50 Author: Deng Zhengrong Date: Mon Aug 13 15:34:05 2012 +0800 tests: make 'check' optional diff --

[pulseaudio-commits] src/modules

2012-10-06 Thread Tanu Kaskinen
src/modules/bluetooth/bluetooth-util.c | 101 -- src/modules/bluetooth/ipc.c | 134 src/modules/bluetooth/ipc.h | 117 src/modules/bluetooth/module-bluetooth-device.c | 35 ++ 4

[pulseaudio-commits] 6 commits - src/modules

2012-10-14 Thread Tanu Kaskinen
src/modules/bluetooth/bluetooth-util.c | 18 src/modules/bluetooth/module-bluetooth-device.c | 104 +--- 2 files changed, 41 insertions(+), 81 deletions(-) New commits: commit fcaef8285aec9d22764b8d41e6e1379f5cfd583f Author: Mikel Astiz Date: Fri Sep 28 17:

[pulseaudio-commits] Changes to 'refs/for/master'

2012-10-16 Thread Tanu Kaskinen
___ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

[pulseaudio-commits] Branch 'refs/for/master' - 0 commits -

2012-10-17 Thread Tanu Kaskinen
Rebased ref, commits from common ancestor: ___ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

[pulseaudio-commits] src/modules

2012-10-18 Thread Tanu Kaskinen
src/modules/bluetooth/module-bluetooth-device.c | 21 - 1 file changed, 21 deletions(-) New commits: commit 2e303b860001346d0d33d06fadfde9f6f38fe18d Author: Mikel Astiz Date: Thu Oct 18 10:27:15 2012 +0200 bluetooth: Remove stream moving code Remove stream m

[pulseaudio-commits] 8 commits - src/modules

2012-10-19 Thread Tanu Kaskinen
src/modules/bluetooth/bluetooth-util.c | 11 +- src/modules/bluetooth/bluetooth-util.h |7 - src/modules/bluetooth/module-bluetooth-device.c | 106 ++-- 3 files changed, 75 insertions(+), 49 deletions(-) New commits: commit 1b83e3fe5fa5da3de564d802c77a

[pulseaudio-commits] src/pulsecore

2012-10-19 Thread Tanu Kaskinen
src/pulsecore/modargs.c | 14 ++ src/pulsecore/modargs.h |3 +++ 2 files changed, 17 insertions(+) New commits: commit ffe6e28ea7473e5e7a630d4f16a6d89cd75184b8 Author: Flavio Ceolin Date: Tue Oct 9 15:16:29 2012 -0300 modargs: New function: pa_modargs_get_value_double().

[pulseaudio-commits] configure.ac src/daemon

2012-10-22 Thread Tanu Kaskinen
configure.ac |9 ++--- src/daemon/dumpmodules.c |4 2 files changed, 2 insertions(+), 11 deletions(-) New commits: commit 2219a775c4271a2c1c80da0fc539a630d63c1e04 Author: Peter Meerwald Date: Tue Jul 10 14:44:03 2012 +0200 daemon: Fix redundant redeclaration w

[pulseaudio-commits] src/modules

2012-10-22 Thread Tanu Kaskinen
src/modules/alsa/alsa-sink.c | 18 -- src/modules/alsa/alsa-source.c | 18 -- 2 files changed, 32 insertions(+), 4 deletions(-) New commits: commit 3bb0b88bebb1c54280d5bfe02c64e5107b125fa5 Author: David Henningsson Date: Mon Oct 22 10:53:32 2012 +0200

  1   2   3   4   5   6   7   8   9   10   >