summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* alsa-mixer: Add DecibelFix section to the profile set config file format.Tanu Kaskinen2011-03-114-14/+297
* volume: Add Orc-based optimised volume scalingArun Raghavan2011-03-056-0/+282
* volume: Fix sample array size for testsArun Raghavan2011-03-053-3/+3
* volume: Make tests use only valid volumesArun Raghavan2011-03-053-3/+3
* alsa-mixer: Fix a git-am cockup in b0f72311Colin Guthrie2011-03-041-3/+3
* volume: Add a PA_VOLUME_UI_MAX define for the recommended max volume to show ...Colin Guthrie2011-03-031-0/+7
* conf: Make system.pa use udev-detect and not hal-detect.Colin Guthrie2011-03-032-4/+4
* Various fixes for build warningsMaarten Bosmans2011-03-025-13/+7
* Get rid of some unused-function compiler warningsMaarten Bosmans2011-03-025-5/+11
* introspect: Client-side implementation for has_volume/read_only_volumeArun Raghavan2011-03-021-2/+6
* x11: Make pax11publish -r remove PULSE_SESSION_IDColin Guthrie2011-03-011-0/+1
* Include <time.h> where necessaryMaarten Bosmans2011-03-014-1/+4
* Merge remote-tracking branch 'arun/no-ramping'Colin Guthrie2011-02-288-1641/+82
|\
| * Remove remaining ramping/envelope referencesArun Raghavan2011-02-282-2/+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-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