blob: dc5fb842032cc424557ff8fff4eb630fd83acb26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
* 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
|