]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/wmaprodec.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / wmaprodec.c
2009-10-18 mruWMAPRO: use some type punning in decode_coeffs()
2009-10-03 faust3increase maximum compressed frame size
2009-10-03 faust3return AVERROR_INVALIDDATA when the bitstream could...
2009-09-29 mruWMA: store level_table as floats, use type punning...
2009-09-27 mruWMAPRO: use vector_fmul_scalar from dsputil where possible
2009-09-20 mruMerge FFTContext and MDCTContext
2009-09-16 faust3Add CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-09-15 vitorAdd two more sizes to ff_sine_windows[] and also pad...
2009-09-11 faust3reinit get_bits for every decode_packet call
2009-09-06 faust3do not decode more than one audio frame in a decode...
2009-09-06 faust3avoid extra memcpy during scale factor decoding
2009-09-05 faust3fix handling of packet loss when the output buffer...
2009-09-05 faust3reindent
2009-09-05 faust3remove no longer needed debug output
2009-09-05 faust3reduce output buffer needs
2009-09-05 faust3store packet GetBitContext in the decoder context
2009-09-02 diegocosmetics: indentation and other prettyprinting fixes
2009-09-02 faust3add missing wmapro decoder parts
2009-08-26 diegowhitespace cosmetics
2009-08-26 faust3add decode_coeffs()
2009-08-26 faust3merge 2-channel M/S stereo decoding code with the multi...
2009-08-25 diegowhitespace cosmetics
2009-08-21 faust3Add some more wmapro decoder hunks
2009-08-02 diegocosmetics: K&R coding style, prettyprinting
2009-08-02 faust3add approved hunks of the wmapro decoder