summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/sbc.c
Commit message (Collapse)AuthorAgeFilesLines
* bluetooth: detect when bitpool has changed on sbc codecLuiz Augusto von Dentz2010-12-231-2/+6
| | | | | | | | | | | A2DP spec allow bitpool changes midstream which is why sbc configuration has a range of values for bitpool that the encoder can use and decoder must support. Bitpool changes do not affect the state of encoder/decoder so they don't need to be reinitialize when this happens, so the impact is fairly small, what it does change is the frame length so encoders may change the bitpool to use the link more efficiently.
* 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