]> git.sesse.net Git - ffmpeg/history - libavcodec/wmaprodec.c
Apply changes made in r21308 to svq3.c.
[ffmpeg] / libavcodec / wmaprodec.c
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-10-18 Måns RullgårdWMAPRO: use some type punning in decode_coeffs()
2009-10-03 Sascha Sommerincrease maximum compressed frame size
2009-10-03 Sascha Sommerreturn AVERROR_INVALIDDATA when the bitstream could...
2009-09-29 Måns RullgårdWMA: store level_table as floats, use type punning...
2009-09-27 Måns RullgårdWMAPRO: use vector_fmul_scalar from dsputil where possible
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-16 Sascha SommerAdd CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-09-15 Vitor SessakAdd two more sizes to ff_sine_windows[] and also pad...
2009-09-11 Sascha Sommerreinit get_bits for every decode_packet call
2009-09-06 Sascha Sommerdo not decode more than one audio frame in a decode...
2009-09-06 Sascha Sommeravoid extra memcpy during scale factor decoding
2009-09-05 Sascha Sommerfix handling of packet loss when the output buffer...
2009-09-05 Sascha Sommerreindent
2009-09-05 Sascha Sommerremove no longer needed debug output
2009-09-05 Sascha Sommerreduce output buffer needs
2009-09-05 Sascha Sommerstore packet GetBitContext in the decoder context
2009-09-02 Diego Biurruncosmetics: indentation and other prettyprinting fixes
2009-09-02 Sascha Sommeradd missing wmapro decoder parts
2009-08-26 Diego Biurrunwhitespace cosmetics
2009-08-26 Sascha Sommeradd decode_coeffs()
2009-08-26 Sascha Sommermerge 2-channel M/S stereo decoding code with the multi...
2009-08-25 Diego Biurrunwhitespace cosmetics
2009-08-21 Sascha SommerAdd some more wmapro decoder hunks
2009-08-02 Diego Biurruncosmetics: K&R coding style, prettyprinting
2009-08-02 Sascha Sommeradd approved hunks of the wmapro decoder