summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* wmadec: require block_align to be set.Anton Khirnov2013-03-081-0/+5
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* wma: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-8/+5
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-1/+1
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+2
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-4/+4
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles2012-11-011-17/+17
* wmadec: use float planar sample format outputJustin Ruggles2012-10-141-37/+28
* wmadec: Adjust debug printf argument length modifierDiego Biurrun2012-10-011-1/+1
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+3
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-011-1/+0
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-2/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* wma: fix off-by-one in array bounds check.Ronald S. Bultje2012-03-071-1/+1
* wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje2012-03-021-3/+10
* wma: don't return 0 on invalid packets.Ronald S. Bultje2012-02-181-2/+6
* wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse2012-01-301-0/+2
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-12/+18
* wmadec: consolidate 2 output buffer size checks into 1 checkJustin Ruggles2011-10-281-11/+14
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-24/+20
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-9/+0
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-1/+1
* cosmetics: indentation and spacingJustin Ruggles2011-01-281-7/+7
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-19/+2
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Silence warning "new qualifiers in middle of multi-levelEli Friedman2010-07-071-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Fix indentation after r22414.Carl Eugen Hoyos2010-03-091-10/+10
* SIMD optimization using float_to_int16_interleave.Zhou Zongyi2010-03-091-0/+11
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-191-3/+3
* Flush the bitreservour.Michael Niedermayer2010-01-301-0/+10
* Print error messages on errors.Michael Niedermayer2009-12-071-6/+19
* Fix apparent 10l typos introduced in r8627.Michael Niedermayer2009-12-061-5/+5
* WMA: extend exponent range to 95Måns Rullgård2009-11-241-1/+11
* WMA: extend exponent table up to 75Måns Rullgård2009-11-231-3/+10
* WMA: fix loop unrolling in decode_exp_vlc()Måns Rullgård2009-09-291-12/+12
* WMA: use type punning and unroll loops in decode_exp_vlc()Måns Rullgård2009-09-291-6/+16
* WMA: use a table instead of pow() in decode_exp_vlcMåns Rullgård2009-09-291-4/+73
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-271-4/+4
* WMA: remove some unused variablesMåns Rullgård2009-09-261-7/+3
* Remove unused variables, fixes the warnings:Diego Biurrun2009-09-231-3/+0
* WMA: use DSPContext.butterflies_floatMåns Rullgård2009-09-231-6/+1
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-201-3/+3
OpenPOWER on IntegriCloud