Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sbc: Fix for overflow bug in SBC quantization code | Siarhei Siamashka | 2012-07-29 | 1 | -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 encoder | Siarhei Siamashka | 2012-07-29 | 1 | -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 decoder | Marcel Holtmann | 2012-07-29 | 2 | -13/+48 | |
| | ||||||
* | sbc: Fix SBC gain mismatch | Marcel Holtmann | 2012-07-29 | 2 | -4/+5 | |
| | ||||||
* | sbc: Fix SBC decoding handling | Marcel Holtmann | 2012-07-29 | 1 | -4/+4 | |
| | ||||||
* | sbc: Let the decoder write Sun/NeXT audio S16_BE files | Marcel Holtmann | 2012-07-29 | 3 | -33/+74 | |
| | ||||||
* | sbc: Add bitpool option to encoder | Marcel Holtmann | 2012-07-29 | 1 | -5/+13 | |
| | ||||||
* | sbc: Fix missing encoding of last frame | Marcel Holtmann | 2012-07-29 | 2 | -5/+4 | |
| | ||||||
* | sbc: Add low-complexity, subband codec support | Marcel Holtmann | 2012-07-29 | 8 | -0/+2970 | |
| | ||||||
* | Initial revision | Marcel Holtmann | 2012-07-11 | 14 | -0/+1201 | |