summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAge
...
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* | wma: fix infinite loopMichael Niedermayer2011-06-21
* | wmadec: avoid infinit loop.Michael Niedermayer2011-05-22
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-30
|\|
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* | WMADEC: fix ticket125Michael Niedermayer2011-04-27
* | Fix issue1503, this fix may be incomplete we need more samples to know for sure.Michael Niedermayer2011-04-26
* | wmadec: prevent null pointer call.Michael Niedermayer2011-04-26
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * 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
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-04
* | 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-28
|/
* 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