summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAge
* 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
* remove mdct tmp bufferLoren Merritt2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* indentMichael Niedermayer2008-07-11
* Fix not coded channels / silence decoding.Michael Niedermayer2008-07-11
* Check that we have enough output space available.Michael Niedermayer2008-07-11
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* constMichael Niedermayer2008-02-01
* wma_decode_superframe always returns s->block_align, so makeReimar Döffinger2007-11-30
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-11
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* fix compilation with TRACE enabledAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09