summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAge
* 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
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-30
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-04
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-26
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27
* Supply context to tprintfMichel Bardiaux2007-02-27
* doxygenizeMichael Niedermayer2007-02-07
* kill debuging codeMichael Niedermayer2007-02-06
* wma encoderMichael Niedermayer2007-02-06
* Bug fix for crashes when SSE is used on unaligned arrays.Benjamin Larsson2006-12-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato2006-09-10
* Alignment of the LT window, segfault fix patch by Baptiste Coudurier.Baptiste Coudurier2006-08-22
* SIMD vector optimizations. 3% faster overall decoding.Benjamin Larsson2006-08-19
* 3dnow2 implementation of imdct.Loren Merritt2006-08-08
* Do not read full byte when less than 8 bits are still to be read.Reimar Döffinger2006-06-27
* Ignore overrun in spectral RLE decoding, fixesReimar Döffinger2006-06-27
* reverting 1.31->1.33Michael Niedermayer2006-03-30
* fix coverity warning CID: 255 (uninitalized variable used to build tables whi...Michael Niedermayer2006-03-13
* Init simplification and 2% faster wma_decode_block on amd64 with tables useBenjamin Larsson2006-03-08
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-11
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-08
* Fix wma2 audio decoderReimar Döffinger2005-12-27
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, np...Mark Weaver2005-06-28
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)Diego Biurrun2004-08-19
* altivec workaroundAlex Beregszaszi2004-06-26