summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include <time.h> where necessaryMaarten Bosmans2011-03-014-1/+4
* Merge remote-tracking branch 'arun/no-ramping'Colin Guthrie2011-02-289-1642/+82
|\
| * Remove remaining ramping/envelope referencesArun Raghavan2011-02-283-3/+0
| * Revert "Add new subsystem for applying envelopes (such as volume ramps) to au...Arun Raghavan2011-02-284-1089/+0
| * Revert "Add volume ramping feature - envelop fix"Arun Raghavan2011-02-282-271/+65
| * Revert "Add volume ramping feature - sink-input modification"Arun Raghavan2011-02-282-330/+81
| * Revert "Add volume ramping feature - sink modification"Arun Raghavan2011-02-281-6/+1
| * Revert "ramping: minor cleanups"Arun Raghavan2011-02-281-10/+2
| * Revert "core: volume ramping fix"Arun Raghavan2011-02-281-1/+1
* | alsa-mixer: Add support for "Line Boost" elementDavid Henningsson2011-02-282-0/+11
|/
* Add src/*-symdef.h to .gitignore.Tanu Kaskinen2011-02-282-1/+1
* sink: Add casts to some printf arguments to get rid of compiler warnings.Tanu Kaskinen2011-02-281-5/+6
* sink: Don't send unnecessary PA_SINK_MESSAGE_SET_SHARED_VOLUME messages.Tanu Kaskinen2011-02-281-2/+0
* virtual-sink: Fix a crash when moving the sink to a new master right after se...Tanu Kaskinen2011-02-263-5/+14
* 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
* 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-2567-439/+709
|\
| * 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-172-5/+48
| * 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-173-5/+18
| * Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-1720-13/+120
| * 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