summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Fix a double-free-esque error introduced in 8f3ef04bColin Guthrie2011-03-261-2/+0
* 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
* bluetooth: Run 'make update-sbc'Colin Guthrie2011-03-2013-25/+52
* Get rid of some warningsMaarten Bosmans2011-03-201-1/+1
* Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans2011-03-181-1/+0
* bluetooth: Fix build errors relating to SBCColin Guthrie2011-03-181-1/+1
* Fix up some double spacesMaarten Bosmans2011-03-182-3/+3
* 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
* Fix up according to Coding StyleMaarten Bosmans2011-03-112-22/+12
* Clean up <poll.h> includesMaarten Bosmans2011-02-171-2/+1
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-311-20/+0
* bluetooth: detect when bitpool has changed on sbc codecLuiz Augusto von Dentz2010-12-231-2/+6
* bluetooth: fix build for libdbus < 1.3Luiz Augusto von Dentz2010-12-231-0/+2
* bluetooth: fix case of profile UUIDs to match what BlueZ usesLuiz Augusto von Dentz2010-12-231-8/+8
* bluetooth: Fix a2dp processingMaarten Lankhorst2010-12-121-1/+1
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-052-1/+20
* bluetooth: make use of dbus-util helper functionsLuiz Augusto von Dentz2010-10-201-66/+6
* bluetooth: Add support for Media APILuiz Augusto von Dentz2010-10-074-72/+1109
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-071-1/+1
* bluetooth: add HFP Gateway supportJoão Paulo Rechi Vita2010-02-214-20/+72
* bluetooth: improve dbus loggingJoão Paulo Rechi Vita2010-02-211-2/+3
* bluetooth: fix invalid memory accessLennart Poettering2010-02-091-1/+7
* bluetooth: don't hit an assert if latency is queried for a stooped recording ...Lennart Poettering2010-02-091-3/+7
* bluetooth: destruct stream only if it is not already destructedLennart Poettering2010-02-091-13/+15
* dbus: remove filter functions only if they were actually set beforeLennart Poettering2010-02-093-8/+15
* bluetooth: do not hand out access to devices that are not fully configured yetLennart Poettering2009-10-311-2/+8
* bluetooth: don't set auto_connect flag when discovering bt devicesLennart Poettering2009-10-042-3/+12
* blueooth: actually honour 'room' variable (llvm-clang-analyzer)Lennart Poettering2009-09-081-3/+6
* bluetooth: remove left-over debug lineLennart Poettering2009-08-281-1/+0
* Handle DisconnectRequested in bluetooth module.Luiz Augusto von Dentz2009-08-271-0/+17
* bluetooth: add discover of bluetooth sourcesJoão Paulo Rechi Vita2009-08-233-10/+31