summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sbc: Fix for overflow bug in SBC quantization codeSiarhei Siamashka2012-07-291-1/+1
| | | | | | | The result of multiplication does not always fit into 32-bits. Using 64-bit calculations helps to avoid overflows and sound quality problems in encoded audio. Overflows are more likely to show up when using high values for bitpool setting.
* sbc: Bitstream writing optimization for SBC encoderSiarhei Siamashka2012-07-291-28/+37
| | | | | SBC encoder performance improvement up to 1.5x for ARM11 and almost twice faster for Intel Core2 in some cases.
* sbc: Add more options to SBC encoder and decoderMarcel Holtmann2012-07-292-13/+48
|
* sbc: Fix SBC gain mismatchMarcel Holtmann2012-07-292-4/+5
|
* sbc: Fix SBC decoding handlingMarcel Holtmann2012-07-291-4/+4
|
* sbc: Let the decoder write Sun/NeXT audio S16_BE filesMarcel Holtmann2012-07-293-33/+74
|
* sbc: Add bitpool option to encoderMarcel Holtmann2012-07-291-5/+13
|
* sbc: Fix missing encoding of last frameMarcel Holtmann2012-07-292-5/+4
|
* sbc: Add low-complexity, subband codec supportMarcel Holtmann2012-07-298-0/+2970
|
* Initial revisionMarcel Holtmann2012-07-1114-0/+1201