f40bfc9267
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
17 lines
670 B
Text
17 lines
670 B
Text
* look at possible overflow/precision issues in integer port
|
|
|
|
* redo all bit allocation if previous frame had zero_snr_offsets
|
|
* make dynrng work in dual-channel streams
|
|
|
|
* implement A/52a downmix extensions
|
|
* reduce size of delay buffer by 50%
|
|
* include float->s16 conversion in liba52 API ?
|
|
* include up/downsampling 44100<->48000 in liba52 API ?
|
|
* include audio dithering in liba52 API ?
|
|
* API extensions might be at a different level (base vs. extended)
|
|
|
|
* use restrict pointers where appropriate
|
|
* avoid overflows, including reading the a52 stream !!!
|
|
* faster bitstream parsing ?
|
|
* make dither code faster (generate dither table in advance ?)
|
|
* SIMD optimizations
|