summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAge
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-01
* wmadec: use float planar sample format outputJustin Ruggles2012-10-14
* wmadec: Adjust debug printf argument length modifierDiego Biurrun2012-10-01
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* wma: fix off-by-one in array bounds check.Ronald S. Bultje2012-03-07
* wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje2012-03-02
* wma: don't return 0 on invalid packets.Ronald S. Bultje2012-02-18
* wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse2012-01-30
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* wmadec: consolidate 2 output buffer size checks into 1 checkJustin Ruggles2011-10-28
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* cosmetics: indentation and spacingJustin Ruggles2011-01-28
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Silence warning "new qualifiers in middle of multi-levelEli Friedman2010-07-07
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix indentation after r22414.Carl Eugen Hoyos2010-03-09
* SIMD optimization using float_to_int16_interleave.Zhou Zongyi2010-03-09
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-19
* Flush the bitreservour.Michael Niedermayer2010-01-30
* Print error messages on errors.Michael Niedermayer2009-12-07
* Fix apparent 10l typos introduced in r8627.Michael Niedermayer2009-12-06
* WMA: extend exponent range to 95Måns Rullgård2009-11-24
* WMA: extend exponent table up to 75Måns Rullgård2009-11-23
* WMA: fix loop unrolling in decode_exp_vlc()Måns Rullgård2009-09-29
* WMA: use type punning and unroll loops in decode_exp_vlc()Måns Rullgård2009-09-29
* WMA: use a table instead of pow() in decode_exp_vlcMåns Rullgård2009-09-29
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-27
* WMA: remove some unused variablesMåns Rullgård2009-09-26
* Remove unused variables, fixes the warnings:Diego Biurrun2009-09-23
* WMA: use DSPContext.butterflies_floatMåns Rullgård2009-09-23
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-20
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-12
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-16
* Remove unused variable from wma_decode_block() found by CSA.Michael Niedermayer2009-04-17
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.Michael Niedermayer2008-08-28
* mdct wrapper function to match fftLoren Merritt2008-08-12