summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * module-waveout: Move thread creationMaarten Bosmans2011-03-191-9/+13
| * module-waveout: Query device for supported samplerateMaarten Bosmans2011-03-191-23/+36
| * Fix pa_rtclock_from_wallclockMaarten Bosmans2011-03-192-19/+18
| * Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-1920-140/+68
| * build: Protect some more variables by ifdefsMaarten Bosmans2011-03-191-1/+9
| * build: copy instead of link pacat to other utils on win32Maarten Bosmans2011-03-191-8/+13
| * Find modules and config files relative to the installed libraries.Maarten Bosmans2011-03-195-84/+65
| * module-waveout: Add device_name parameterMaarten Bosmans2011-03-151-2/+30
* | log: Add a new log target to a file descriptorVincent Becker2011-03-184-2/+56
* | Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans2011-03-189-11/+17
* | build-sys: Fix bluetooth update-sbc now that it's in a subfolder.Colin Guthrie2011-03-181-2/+2
* | build-sys: Whitespace changesColin Guthrie2011-03-181-12/+26
* | bluetooth: Fix build errors relating to SBCColin Guthrie2011-03-182-3/+3
* | alsa: Add two more ALSA audio card profilesDaniel Mack2011-03-184-0/+227
* | Make pulse compile with clangMaarten Bosmans2011-03-181-2/+2
* | Fix up some double spacesMaarten Bosmans2011-03-1838-76/+75
* | Merge remote-tracking branch 'vudentz/master'Colin Guthrie2011-03-1819-450/+2018
|\ \
| * | sbc: add iwmmxt optimization for sbc for pxa series cpuSiarhei Siamashka2011-03-144-1/+351
| * | sbc: ARMv6 optimized version of analysis filter for SBC encoderSiarhei Siamashka2011-03-144-1/+356
| * | sbc: added "cc" to the clobber list of mmx inline assemblySiarhei Siamashka2011-03-141-3/+3
| * | sbc: faster 'sbc_calculate_bits' functionSiarhei Siamashka2011-03-141-15/+28
| * | sbc: slightly faster 'sbc_calc_scalefactors_neon'Siarhei Siamashka2011-03-141-15/+10
| * | sbc: ARM NEON optimizations for input permutation in SBC encoderSiarhei Siamashka2011-03-141-0/+350
| * | 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-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