summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Fighting rewinds: Reduce calls to handle_seekDavid Henningsson2011-01-311-30/+26
* | Fighting rewinds: Seek and write data in the same messageDavid Henningsson2011-01-311-8/+12