summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | sbc: ARM NEON optimization for scale factors calculationSiarhei Siamashka2011-03-142-1/+59
| * | sbc: MMX optimization for scale factors calculationSiarhei Siamashka2011-03-141-0/+54
| * | sbc: new 'sbc_calc_scalefactors_j' function added to sbc primitivesSiarhei Siamashka2011-03-143-68/+102
| * | sbc: Fix redundant null check on calling free()Gustavo F. Padovan2011-03-141-2/+1
| * | sbc: added saturated clipping of decoder output to 16-bitSiarhei Siamashka2011-03-141-5/+15
| * | sbc: ensure 16-byte buffer position alignment for 4 subbands encodingSiarhei Siamashka2011-03-142-4/+4
| * | build: move sbc related files to its own directoryLuiz Augusto von Dentz2011-03-1412-2/+2
| * | bluetooth: add proper handling for bluetooth.nrec propertyLuiz Augusto von Dentz2011-03-143-48/+112
| * | bluetooth: fix a2dp_process_pushLuiz Augusto von Dentz2011-03-141-6/+12
| * | bluetooth: reduce bitpool if audio start skippingLuiz Augusto von Dentz2011-03-141-0/+71
| * | bluetooth: handle Acquire API changeLuiz Augusto von Dentz2011-03-143-47/+12
* | | build-sys: No need to create folder for echo-cancel module.Colin Guthrie2011-03-141-1/+1
|/ /
* | cork-on-phone: Only cork (and subsequently uncork) streams that are not alrea...Colin Guthrie2011-03-121-8/+17
* | build: Use silent rules for generating filesMaarten Bosmans2011-03-111-10/+10
* | Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-1121-41/+32
* | Fix up according to Coding StyleMaarten Bosmans2011-03-1160-424/+303
* | alsa-mixer: When figuring out the max_dB of a path, use only channels that ar...Tanu Kaskinen2011-03-111-4/+9
* | alsa-mixer: Implement support for setting element specific upper limits for v...Tanu Kaskinen2011-03-113-1/+69
* | dbus: Always accept mono volumes when setting device or stream volume.Tanu Kaskinen2011-03-112-10/+8
* | dbusiface-stream: Fix crash when there's no resampling used.Tanu Kaskinen2011-03-111-0/+5
* | alsa-card: Print the profile set configuration when loading the card.Tanu Kaskinen2011-03-111-0/+1
* | alsa-mixer: Add a default case for a switch, so that the compiler won't compl...Tanu Kaskinen2011-03-111-15/+17
* | pacat: Fix memory leak when draining the context.Tanu Kaskinen2011-03-111-1/+3
* | alsa-mixer: Use decibel fixes when getting and setting decibel volumes.Tanu Kaskinen2011-03-112-56/+212
* | 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