summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | sbc: ARM NEON optimized joint stereo processing in SBC encoderSiarhei Siamashka2011-03-141-0/+243
* | sbc: fix signedness of parametersSiarhei Siamashka2011-03-142-5/+6
* | 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-1411-1/+1
* | 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
* | cork-on-phone: Only cork (and subsequently uncork) streams that are not alrea...Colin Guthrie2011-03-121-8/+17
* | Fix up according to Coding StyleMaarten Bosmans2011-03-1125-140/+85
* | 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
* | 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
* | alsa-mixer: Fix a git-am cockup in b0f72311Colin Guthrie2011-03-041-3/+3
* | Various fixes for build warningsMaarten Bosmans2011-03-021-1/+1
* | Include <time.h> where necessaryMaarten Bosmans2011-03-011-0/+1
* | alsa-mixer: Add support for "Line Boost" elementDavid Henningsson2011-02-282-0/+11
* | Add src/*-symdef.h to .gitignore.Tanu Kaskinen2011-02-281-1/+0
* | virtual-sink: Fix a crash when moving the sink to a new master right after se...Tanu Kaskinen2011-02-262-5/+8
* | 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
* | 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-256-78/+317
* | 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
* | Support for multichannel DSP processing in module-ladspa-sinkKim Therkelsen2011-02-251-147/+237
* | Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-02-2512-184/+258
|\|
| * module-waveout: Adapted to updated APIMaarten Bosmans2011-02-171-168/+227
| * Use PCRE if POSIX regex.h is not availableMaarten Bosmans2011-02-171-1/+6
| * Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-173-1/+16
| * Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-172-5/+2
| * Clean up <poll.h> includesMaarten Bosmans2011-02-177-9/+7
* | 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