summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* wma: K&R formatting cosmeticsGabriel Dume2014-09-03
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* wmadec: require block_align to be set.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* wma: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* 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