summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Collapse)AuthorAge
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer2007-05-30
| | | | | | should fix sf bug #1547313 Originally committed as revision 9164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-04
| | | | | | | | Patch by Ian Braithwaite ian braithwaite dot dk [Ffmpeg-devel] WMA decoder improvement, 2007-03-28 15:50 Originally committed as revision 8627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-26
| | | | | | | | Patch by Ian Braithwaite ian .. braithwaite . dk [Ffmpeg-devel] WMA decoder speedup 2007-03-22 22:56 Originally committed as revision 8526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-27
| | | | Originally committed as revision 8143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Supply context to tprintfMichel Bardiaux2007-02-27
| | | | Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxygenizeMichael Niedermayer2007-02-07
| | | | Originally committed as revision 7872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill debuging codeMichael Niedermayer2007-02-06
| | | | Originally committed as revision 7856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wma encoderMichael Niedermayer2007-02-06
| | | | Originally committed as revision 7855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bug fix for crashes when SSE is used on unaligned arrays.Benjamin Larsson2006-12-14
| | | | | | | | | No measureable change in speed. This gave random crashes on Win32 and BeOS. The cause for this bug is that gcc doesn't align the stackframe. Linux and glibc always ensure this to be true thus this never affected Linux. Originally committed as revision 7318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato2006-09-10
| | | | Originally committed as revision 6221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alignment of the LT window, segfault fix patch by Baptiste Coudurier.Baptiste Coudurier2006-08-22
| | | | Originally committed as revision 6051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SIMD vector optimizations. 3% faster overall decoding.Benjamin Larsson2006-08-19
| | | | Originally committed as revision 6026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3dnow2 implementation of imdct.Loren Merritt2006-08-08
| | | | | | 6% faster vorbis and wma. Originally committed as revision 5954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read full byte when less than 8 bits are still to be read.Reimar Döffinger2006-06-27
| | | | | | | Does not make a difference with any of my samples, but current code does not make much sense. Originally committed as revision 5533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore overrun in spectral RLE decoding, fixesReimar Döffinger2006-06-27
| | | | | | http://www.missouri.edu/~bah347/gprime/nintendothemesacappellax.wmv Originally committed as revision 5532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverting 1.31->1.33Michael Niedermayer2006-03-30
| | | | | | | | | | | | fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...) (by michael) Init simplification and 2% faster wma_decode_block on amd64 with tables use instead of pow(). (by banan) the init simplifictaion is not correct its not binary identical the pow optimization breaks decoding of http://klif-e.mos.net.au/videos/extr.wmv Originally committed as revision 5247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix coverity warning CID: 255 (uninitalized variable used to build tables ↵Michael Niedermayer2006-03-13
| | | | | | which arent used, well there is a slight change of a FPU exception maybe ...) Originally committed as revision 5162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Init simplification and 2% faster wma_decode_block on amd64 with tables useBenjamin Larsson2006-03-08
| | | | | | instead of pow(). Originally committed as revision 5126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-11
| | | | | | - move vlc tweaking parameters to one place Originally committed as revision 4987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
| | | | | | patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-08
| | | | Originally committed as revision 4827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wma2 audio decoderReimar Döffinger2005-12-27
| | | | | | Patch by Reimar Doeffinger Originally committed as revision 4779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, ↵Mark Weaver2005-06-28
| | | | | | npsl co uk) Originally committed as revision 4407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
| | | | | | common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum2004-11-27
| | | | | | de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)Diego Biurrun2004-08-19
| | | | Originally committed as revision 3403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec workaroundAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the minimal documentation to make this decoder usefulMike Melanson2004-04-24
| | | | Originally committed as revision 3059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-01-18
| | | | Originally committed as revision 2714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved frame_count to wmadeccontextAlex Beregszaszi2003-07-04
| | | | Originally committed as revision 2011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformization (now it uses the same trace functions as h264, defined in ↵Alex Beregszaszi2003-07-04
| | | | | | common.h) Originally committed as revision 2010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* works with old gcc versions tooFabrice Bellard2003-06-10
| | | | Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align fixes for sse/altivecFabrice Bellard2003-01-07
| | | | Originally committed as revision 1414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops : better error resilience - should fix most wma decoding problemsFabrice Bellard2003-01-06
| | | | Originally committed as revision 1404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * avoid negative numbers as wellZdenek Kabelac2002-10-31
| | | | Originally committed as revision 1134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lNick Kurshev2002-10-31
| | | | Originally committed as revision 1133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse first hunkNick Kurshev2002-10-31
| | | | Originally committed as revision 1132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed debug compilationNick Kurshev2002-10-31
| | | | Originally committed as revision 1131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does ↵Fabrice Bellard2002-10-31
| | | | | | not need to be initialized) Originally committed as revision 1121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use lrintf to avoid double conversionFabrice Bellard2002-10-29
| | | | Originally committed as revision 1107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid name clash - fixed again block size selectionFabrice Bellard2002-10-29
| | | | Originally committed as revision 1105 to svn://svn.ffmpeg.org/ffmpeg/trunk