aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodec.c
AgeCommit message (Expand)Author
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-10-18WMAPRO: use some type punning in decode_coeffs()Måns Rullgård
2009-10-03increase maximum compressed frame sizeSascha Sommer
2009-10-03return AVERROR_INVALIDDATA when the bitstream could not be decodedSascha Sommer
2009-09-29WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård
2009-09-27WMAPRO: use vector_fmul_scalar from dsputil where possibleMåns Rullgård
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-16Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer
2009-09-15Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak
2009-09-11reinit get_bits for every decode_packet callSascha Sommer
2009-09-06do not decode more than one audio frame in a decode packet callSascha Sommer
2009-09-06avoid extra memcpy during scale factor decodingSascha Sommer
2009-09-05fix handling of packet loss when the output buffer is fullSascha Sommer
2009-09-05reindentSascha Sommer
2009-09-05remove no longer needed debug outputSascha Sommer
2009-09-05reduce output buffer needsSascha Sommer
2009-09-05store packet GetBitContext in the decoder contextSascha Sommer
2009-09-02cosmetics: indentation and other prettyprinting fixesDiego Biurrun
2009-09-02add missing wmapro decoder partsSascha Sommer
2009-08-26whitespace cosmeticsDiego Biurrun
2009-08-26add decode_coeffs()Sascha Sommer
2009-08-26merge 2-channel M/S stereo decoding code with the multichannel versionSascha Sommer
2009-08-25whitespace cosmeticsDiego Biurrun
2009-08-21Add some more wmapro decoder hunksSascha Sommer
2009-08-02cosmetics: K&R coding style, prettyprintingDiego Biurrun
2009-08-02add approved hunks of the wmapro decoderSascha Sommer