summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-11build-sys: Bump sonamev2.0Arun Raghavan1-1/+1
2012-05-11Correct spelling of PulseAudioPaul Menzel4-5/+5
2012-05-11bluetooth: Fix crash due to usage of pa_bool_t instead of dbus_bool_tArun Raghavan1-2/+4
2012-05-11alsa: Add support for sound cards with 4-channel input.Tanu Kaskinen2-0/+10
2012-05-11resampler: Add support for resamplers that consume less data than asked.Tanu Kaskinen1-56/+135
2012-05-11resampler: Use more descriptive buffer names.Tanu Kaskinen1-55/+63
2012-05-11resampler: Use pa_xnew0() to avoid manual zeroing.Tanu Kaskinen1-31/+19
2012-05-05pacmd: Added --help and --version options.poljar1-12/+90
2012-04-27echo-cancel: Clarify function call contexts.Tanu Kaskinen1-34/+45
2012-04-27echo-cancel: Fix memblockq length check.Tanu Kaskinen1-44/+42
2012-04-27echo-cancel: Drop the correct amount of samples when skipping.Tanu Kaskinen1-1/+1
2012-04-27doc: Add entry for correct spellingPaul Menzel1-0/+3
2012-04-18sink/source.h: Clarify set_port commentDavid Henningsson2-4/+4
2012-04-17pulse: Fix warning in introspect.h; minor rewording and punctuation.Peter Meerwald1-50/+50
2012-04-17pulse: Clarify proplist doxygen documentation.Peter Meerwald1-3/+3
2012-04-17core: Fix comments.Peter Meerwald2-3/+3
2012-04-17echo-cancel: Upper/lowercase in comment.Peter Meerwald1-2/+2
2012-04-17build: Fix spelling in src/Makefile.am.Peter Meerwald1-1/+1
2012-04-17dbus: Fix dbus argument type in iface-stream.c handle_move().Peter Meerwald1-1/+1
2012-04-15alsa: Add the DTS/DCA mapping to extra-hdmi.conf too.Colin Guthrie1-0/+6
2012-04-12alsa-sink/source: Make sure volumes are synchronised after fast user switchingDavid Henningsson6-4/+73
2012-04-10cli: Allow source-output volumes/mute to be set via CLIColin Guthrie2-5/+101
2012-04-10man: Document the cli inteface a little.Colin Guthrie7-31/+379
2012-04-04alsa-sink/source: Really set volumes on port changeDavid Henningsson2-4/+14
2012-04-04module-loopback: Reset process_msg callbacks in teardownDavid Henningsson1-0/+2
2012-04-02loopback: Fix crash on error during initFrédéric Dalleau1-1/+2
2012-03-28dbus: Add assertions to get rid of warnings from Coverity.Tanu Kaskinen1-2/+2
2012-03-28device-manager: Add an assertion to get rid of a warning from Coverity.Tanu Kaskinen1-1/+1
2012-03-28dbus: Add an assertion to get rid of a warning from Coverity.Tanu Kaskinen1-1/+1
2012-03-28alsa: Fix SND_MIXER_SCHN_LAST related stuff.Tanu Kaskinen4-7/+3
2012-03-28device-manager: Fix a memory leak.Tanu Kaskinen1-0/+2
2012-03-28sample-util: Remove redundant check from pa_volume_memchunk.Tanu Kaskinen1-5/+1
2012-03-28padsp: Fix a double-free bug.Tanu Kaskinen1-0/+1
2012-03-28dbus: Fix device latency querying.Tanu Kaskinen1-3/+7
2012-03-28sink-input/source-output: Prevent filter sink/source cyclesDavid Henningsson2-0/+34
2012-03-28module-jack-sink/source: Set fixed latency correctly on creationMaarten Lankhorst2-2/+16
2012-03-28Fix input device for M-audio fasttrack proDavid Henningsson1-1/+3
2012-03-28libpulse: Cope with systems not implementing SA_NOCLDWAITPino Toscano1-0/+4
2012-03-28Revert "resamplers: Optimize trivial resampler"Colin Guthrie1-10/+1
2012-03-28core-util: Attempt to make runtime paths smaller to avoid 108 char limit.Colin Guthrie1-5/+16
2012-03-28stream: Fix sample spec initialisation for extended APIArun Raghavan1-1/+1
2012-03-26alsa-mixer: Fix a small issue when detecting required-anyDavid Henningsson1-3/+3
2012-03-26alsa-mixer: Show HDMI ports for older Nvidia cardsDavid Henningsson4-4/+4
2012-03-25dbus: Check method call signatures.Tanu Kaskinen1-2/+7
2012-03-23fix compilation warning via PRI prefixDeng Zhenrong1-1/+1
2012-03-22bluetooth: Remove unused variable.Tanu Kaskinen1-3/+0
2012-03-21build-sys: padsp target should not be phonyDavid Henningsson1-1/+1
2012-03-21pactl: show availability information for "list cards"David Henningsson1-1/+3
2012-03-21module-switch-on-port-available: Do not switch profile if current port is ava...David Henningsson1-2/+22
2012-03-20module-loopback: Never call adjust_rates after teardownDavid Henningsson1-3/+7