summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Implement the "volume sharing" feature.Tanu Kaskinen2011-02-265-185/+591
* | 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-257-79/+321
* | 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
* | core: Add a new hook PA_CORE_HOOK_CARD_PROFILE_CHANGEDColin Guthrie2011-02-252-0/+3
* | core: Added new hooks: PA_CORE_HOOK_SOURCE_PORT_CHANGED and PA_CORE_HOOK_SINK...Kim Therkelsen2011-02-253-0/+6
* | Support for multichannel DSP processing in module-ladspa-sinkKim Therkelsen2011-02-251-147/+237
* | Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-02-2566-433/+659
|\|
| * Use pa_read, pa_write and pa_poll instead of system functionsMaarten Bosmans2011-02-174-14/+14
| * tests/rtstutter: Use pa_rtclockMaarten Bosmans2011-02-171-22/+11
| * Use pa_* instead of generic functions to improve portabilityMaarten Bosmans2011-02-174-14/+15
| * Give module-waveout a configure switchMaarten Bosmans2011-02-171-3/+6
| * module-waveout: Adapted to updated APIMaarten Bosmans2011-02-172-177/+235
| * win32: Implement pa_randomMaarten Bosmans2011-02-171-1/+16
| * win32: Implement rtclock based on QueryPerformanceCounterMaarten Bosmans2011-02-179-19/+36
| * win32: flush stderr after log outputMaarten Bosmans2011-02-171-0/+3
| * Implement some functions for win32Maarten Bosmans2011-02-174-17/+71
| * Repair some typosMaarten Bosmans2011-02-173-6/+6
| * Add AM_LDFLAGS more consistently to all commandsMaarten Bosmans2011-02-171-14/+14
| * Fix dependencies and include necessary headersMaarten Bosmans2011-02-178-1/+15
| * Use PCRE if POSIX regex.h is not availableMaarten Bosmans2011-02-172-2/+12
| * Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-1719-12/+118
| * Adapt win32 specific code to current APIMaarten Bosmans2011-02-173-5/+29
| * Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-1730-108/+52
| * Clean up <poll.h> includesMaarten Bosmans2011-02-1710-20/+8
| * Use setenv instead of putenvMaarten Bosmans2011-02-171-1/+1
* | sconv_sse: Exclude SSE optimizations for Mac OS XEdward Rudd2011-02-221-2/+2
* | 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-228-61/+148
* | 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-2214-3/+34
* | src/Makefile.am: add missing space to fix build using uClibcHenning Heinold2011-02-221-1/+1
* | Correct wav file creation for 24/32 and 24 bits sample formats HSD=3669357Vincent Becker2011-02-221-2/+11
* | PulseAudio: added IT block to fix thumb conditional instruction build error m...Kurt Taylor2011-02-211-0/+1
|/
* 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-013-4/+4
* build: Simplify Orc-related make rulesArun Raghavan2011-02-014-321/+23
* build: Move orc.mak out of build/Arun Raghavan2011-01-311-1/+1
* build: Remove unnecessary flags in AM_CFLAGSMaarten Bosmans2011-01-311-15/+9
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-3120-382/+0
* build: Generate module symdefs in src/modules directoryMaarten Bosmans2011-01-311-104/+88