summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/sbc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix misuse of 'frame.joint' when estimating the frame length.Luiz Augusto von Dentz2009-03-261-17/+12
| | | | | 'frame.joint' is not the flag for joint stereo mode, it is a set of bits which show for which subbands channels joining was actually used.
* Maintain the original code style for sbc.Luiz Augusto von Dentz2009-03-261-8/+4
|
* fix prototypes of remaining sbc.[ch] API regarding size_t/constLennart Poettering2009-03-201-4/+6
|
* fix prototypes of sbc functions a bitLennart Poettering2009-03-191-6/+8
|
* bluetooth: update SBC from upstreamMarc-André Lureau2009-02-181-2/+16
|
* update sbc stuffLennart Poettering2009-02-021-245/+130
|
* bluetooth: Update sbc from git upstream.Marc-André Lureau2009-01-081-297/+240
| | | | | It contains encoding fixes, pass the conformance tests, and is now vectorizable. Next update might include SSE and/or Neon code.
* remove a few compiler warnings in BlueZ codeLennart Poettering2008-09-291-1/+1
|
* Move bluetooth discover and device modules to src/modules/bluetoothJoão Paulo Rechi Vita2008-09-111-0/+1411