summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-121-43/+7
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* Remove unused variable from wma_decode_block() found by CSA.Michael Niedermayer2009-04-171-2/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.Michael Niedermayer2008-08-281-7/+1
* mdct wrapper function to match fftLoren Merritt2008-08-121-1/+1
* remove mdct tmp bufferLoren Merritt2008-08-121-2/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* indentMichael Niedermayer2008-07-111-17/+17
* Fix not coded channels / silence decoding.Michael Niedermayer2008-07-111-5/+8
* Check that we have enough output space available.Michael Niedermayer2008-07-111-0/+9
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* constMichael Niedermayer2008-02-011-1/+1
* wma_decode_superframe always returns s->block_align, so makeReimar Döffinger2007-11-301-0/+3
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-111-4/+2
OpenPOWER on IntegriCloud