summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* bluetooth: Fix a double-free-esque error introduced in 8f3ef04bColin Guthrie2011-03-261-2/+0
* dbus: Do not refcnt the core.Colin Guthrie2011-03-252-4/+2
* bluetooth: Get rid of warnings about unused stuff when building against a D-B...Tanu Kaskinen2011-03-241-0/+10
* bluetooth: Don't log an error if an endpoint type is disabled.Tanu Kaskinen2011-03-242-12/+23
* Move compile-time checks around pa_run_from_build_tree to core-utilMaarten Bosmans2011-03-241-8/+4
* Merge remote-tracking branch 'zonique/osx'Colin Guthrie2011-03-243-1/+3
|\
| * osx: re-order module locationsDaniel Mack2011-03-213-0/+0
| * module-coreaudio-detect: fix variable assignment in pa__done()Daniel Mack2011-03-211-1/+3
* | echo-cancel: Fix warning/typoColin Guthrie2011-03-201-1/+1
* | tunnel: Remove bogus `{`Paul Menzel2011-03-201-2/+2
* | tunnel: Fix tunnel streams with recent serversColin Guthrie2011-03-201-0/+8
* | bluetooth: Run 'make update-sbc'Colin Guthrie2011-03-2013-25/+52
* | alsa-mixer: Refactoring: merge element_mute_volume(), element_zero_volume() a...Tanu Kaskinen2011-03-201-67/+35
* | alsa-mixer: Implement constant volume.Tanu Kaskinen2011-03-203-12/+59
* | Get rid of some warningsMaarten Bosmans2011-03-206-20/+16
* | Get rid of some warnings: -Wunsafe-loop-optimizationsMaarten Bosmans2011-03-201-7/+7
* | Get rid of some warnings: -Wunused-resultMaarten Bosmans2011-03-201-4/+4
* | Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-209-52/+98
|\ \ | |/ |/|
| * module-waveout: Fix record/playback argsMaarten Bosmans2011-03-191-8/+12
| * module-waveout: Move thread creationMaarten Bosmans2011-03-191-9/+13
| * module-waveout: Query device for supported samplerateMaarten Bosmans2011-03-191-23/+36
| * Use pulsecore/arpa-inet.h to make arpa/inet.h functionality availableMaarten Bosmans2011-03-198-10/+7
| * module-waveout: Add device_name parameterMaarten Bosmans2011-03-151-2/+30
* | Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans2011-03-189-11/+17
* | bluetooth: Fix build errors relating to SBCColin Guthrie2011-03-181-1/+1
* | alsa: Add two more ALSA audio card profilesDaniel Mack2011-03-183-0/+225
* | Fix up some double spacesMaarten Bosmans2011-03-1816-20/+20
* | sbc: add iwmmxt optimization for sbc for pxa series cpuSiarhei Siamashka2011-03-143-0/+350
* | sbc: ARMv6 optimized version of analysis filter for SBC encoderSiarhei Siamashka2011-03-143-0/+355
* | 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-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