summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-4/+1
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-1/+1
* fix compilation with TRACE enabledAlex Beregszaszi2007-08-091-2/+2
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-5/+5
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-5/+4
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-301-1/+2
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-041-56/+23
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-261-56/+57
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-271-12/+12
* Supply context to tprintfMichel Bardiaux2007-02-271-19/+21
* doxygenizeMichael Niedermayer2007-02-071-12/+24
* kill debuging codeMichael Niedermayer2007-02-061-2/+2
* wma encoderMichael Niedermayer2007-02-061-465/+25
* Bug fix for crashes when SSE is used on unaligned arrays.Benjamin Larsson2006-12-141-7/+7
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato2006-09-101-5/+0
* Alignment of the LT window, segfault fix patch by Baptiste Coudurier.Baptiste Coudurier2006-08-221-1/+1
* SIMD vector optimizations. 3% faster overall decoding.Benjamin Larsson2006-08-191-14/+7
* 3dnow2 implementation of imdct.Loren Merritt2006-08-081-1/+1
* Do not read full byte when less than 8 bits are still to be read.Reimar Döffinger2006-06-271-1/+1
* Ignore overrun in spectral RLE decoding, fixesReimar Döffinger2006-06-271-1/+4
* reverting 1.31->1.33Michael Niedermayer2006-03-301-31/+25
* fix coverity warning CID: 255 (uninitalized variable used to build tables whi...Michael Niedermayer2006-03-131-1/+1
* Init simplification and 2% faster wma_decode_block on amd64 with tables useBenjamin Larsson2006-03-081-25/+31
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-111-6/+13
OpenPOWER on IntegriCloud