summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-224-5/+2
* capture: Implement per-stream volume control for capture streams.Colin Guthrie2011-06-221-2/+2
* bluetooth-discover: Remove remaining ifdef NOKIAs.Tanu Kaskinen2011-06-221-12/+3
* bluetooth: Fix early return styling and add missing return valueColin Guthrie2011-05-151-5/+6
* bluetooth: Only close SCO if status has changedLuiz Augusto von Dentz2011-04-301-5/+5
* bluetooth: Fix using pointer-pointer when appending an array as variantLuiz Augusto von Dentz2011-04-301-4/+2
* bluetooth: Fix not updating sample spec when using Media APILuiz Augusto von Dentz2011-04-301-0/+13
* bluetooth-device: fix rounding errors caused by few bt volume stepsJuho Hämäläinen2011-04-051-11/+36
* bluetooth: drop data every 500ms on oor conditionMarc-André Lureau2011-04-041-11/+14
* bluetooth: Fix HSP volume handling.Tanu Kaskinen2011-04-011-32/+69
* bluetooth: restore original sco_{sink, src}->set_volume when unloadingMarc-André Lureau2011-04-011-0/+6
* bluetooth: fix set_volume_cb on sco over pcmMarc-André Lureau2011-04-011-9/+50
* bluetooth: use sco_sink/source to start with right stateMarc-André Lureau2011-04-011-16/+23
* bluetooth: Drop all "#ifdef NOKIA" directives.Tanu Kaskinen2011-04-011-49/+8
* bluetooth: Pull a2dp-codecs.h from BlueZArun Raghavan2011-03-314-38/+122
* bluetooth: run `make update-sbc` to pull in build fix for thumb modePaul Menzel2011-03-292-3/+3
* 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