TODO
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:0k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. * implement A/52a downmix extensions
  2. * use restrict pointers where appropriate
  3. * reduce size of delay buffer by 50%
  4. * get rid of globals in bitstream parsing
  5. * get rid of statics in imdct.c
  6. * avoid overflows, including reading the a52 stream !!!
  7. * make dither code faster (generate dither table in advance ?)
  8. * redo all bit allocation if previous frame had zero_snr_offsets
  9. * make dynrng work in dual-channel streams
  10. * update bitstream code