summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | Include <time.h> where necessaryMaarten Bosmans2011-03-011-0/+1
* | alsa-mixer: Add support for "Line Boost" elementDavid Henningsson2011-02-282-0/+11
* | Add src/*-symdef.h to .gitignore.Tanu Kaskinen2011-02-281-1/+0
* | virtual-sink: Fix a crash when moving the sink to a new master right after se...Tanu Kaskinen2011-02-262-5/+8
* | virtual-sink/source: Remove an unused variable.Tanu Kaskinen2011-02-262-10/+0
* | virtual-sink/source: Use a more descriptive stream name.Tanu Kaskinen2011-02-262-2/+2
* | virtual-sink: Add a modarg for forcing flat volume.Tanu Kaskinen2011-02-261-1/+15
* | virtual-sink: Add a modarg for enabling volume sharing.Tanu Kaskinen2011-02-261-5/+12
* | alsa-mixer: Make sure capture source and input source use right pathDavid Henningsson2011-02-256-45/+12
* | alsa-mixer: Fixup "Mic"/"Line"/"analog-input" paths to work with the new pathsDavid Henningsson2011-02-254-22/+111
* | alsa-mixer: Add new paths for Internal Mic, Front Mic, Rear Mic and Dock MicDavid Henningsson2011-02-256-78/+317
* | alsa-mixer: always round towards 0 dBDavid Henningsson2011-02-251-6/+9
* | alsa-mixer: add required-any and required-* for enum optionsDavid Henningsson2011-02-253-12/+91
* | alsa-mixer: Add a few well-known descriptionsDavid Henningsson2011-02-251-0/+7
* | alsa-card: Add a new modarg "profile_set" for giving the card a custom profil...Tanu Kaskinen2011-02-251-1/+8
* | alsa-mixer: Fix path set building when using the element-output or element-in...Tanu Kaskinen2011-02-251-0/+5
* | Support for multichannel DSP processing in module-ladspa-sinkKim Therkelsen2011-02-251-147/+237
* | Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-02-2512-184/+258
|\|
| * module-waveout: Adapted to updated APIMaarten Bosmans2011-02-171-168/+227
| * Use PCRE if POSIX regex.h is not availableMaarten Bosmans2011-02-171-1/+6
| * Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-173-1/+16
| * Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-172-5/+2
| * Clean up <poll.h> includesMaarten Bosmans2011-02-177-9/+7
* | solaris: update call of pa_thread_new to new prototypeEdward Rudd2011-02-221-1/+1
* | coreaudio: Fix call to pa_thread_newEdward Rudd2011-02-221-1/+1
* | Allow read-only or non-existing sink input volume.Tanu Kaskinen2011-02-222-48/+86
* | dbusiface-stream: Send the Device property in the GetAll handler.Tanu Kaskinen2011-02-221-0/+1
* | core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-226-1/+21
|/
* alsa: disable period wakeups in tsched mode if possiblePierre-Louis Bossart2011-02-011-0/+28
* echo-cancel: Make Orc file names less sillyArun Raghavan2011-02-012-1/+1
* build: Simplify Orc-related make rulesArun Raghavan2011-02-013-312/+1
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-3113-260/+0
* Merge remote branch 'mkbosmans/rate-adjustment'Colin Guthrie2011-01-313-60/+103
|\
| * module-rtp-recv: Request proper rewind after underrunMaarten Bosmans2011-01-161-1/+3
| * module-rtp-recv: Remove smoother from write indexMaarten Bosmans2011-01-161-21/+3
| * module-rtp-recv: Average the estimated real sample rateMaarten Bosmans2011-01-161-4/+22
| * module-rtp-recv: Use new algorithm for adjusting sample rateMaarten Bosmans2011-01-161-15/+29
| * Limit rate adjustments to small, inaudible jumpsMaarten Bosmans2011-01-163-26/+52
| * module-loopback: Add adjust_time to valid argsMaarten Bosmans2011-01-161-0/+1
* | ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-313-6/+6
* | Merge commit 'e4979ab5cff84ef64c88bba3a1b6b4c5e02f7777'Colin Guthrie2011-01-173-10/+16
|\ \
| * | bluetooth: detect when bitpool has changed on sbc codecLuiz Augusto von Dentz2010-12-231-2/+6
| * | bluetooth: fix build for libdbus < 1.3Luiz Augusto von Dentz2010-12-231-0/+2
| * | bluetooth: fix case of profile UUIDs to match what BlueZ usesLuiz Augusto von Dentz2010-12-231-8/+8
| |/
* | tunnel: Fix automatic names when source/sink_name argument is missing.Colin Guthrie2011-01-161-2/+2
* | alsa-sink: Don't assume we were able to enable hw-volume or sync-volume (v1.1)Jyri Sarha2011-01-151-21/+21
* | alsa-sink: Fix double use of stringJyri Sarha2011-01-151-6/+8
* | loopback: Add new arguments to disable stream moveCai Yuanqing2011-01-031-1/+26
|/
* coreaudio: Make coreaudio-detect safer by adding asserts before dereferencingCai Yuanqing2010-12-221-6/+11
* fix bug about get source-output statusChen Rui2010-12-201-1/+1