summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-5/+5
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* get_vlc -> get_vlc2 transition.Benjamin Larsson2006-01-081-3/+5
* Fix wma2 audio decoderReimar Döffinger2005-12-271-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-60/+60
* WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, np...Mark Weaver2005-06-281-1/+1
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-3/+3
* k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)Diego Biurrun2004-08-191-1/+2
* altivec workaroundAlex Beregszaszi2004-06-261-0/+5
* add the minimal documentation to make this decoder usefulMike Melanson2004-04-241-0/+9
* segfault fixMichael Niedermayer2004-01-181-0/+5
* moved frame_count to wmadeccontextAlex Beregszaszi2003-07-041-4/+10
* uniformization (now it uses the same trace functions as h264, defined in comm...Alex Beregszaszi2003-07-041-79/+30
* works with old gcc versions tooFabrice Bellard2003-06-101-1/+1
* per file doxyMichael Niedermayer2003-03-061-0/+6
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-1/+1
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-231-3/+3
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-211-3/+3
* align fixes for sse/altivecFabrice Bellard2003-01-071-6/+6
* oops : better error resilience - should fix most wma decoding problemsFabrice Bellard2003-01-061-5/+9
* * avoid negative numbers as wellZdenek Kabelac2002-10-311-1/+1
* 10lNick Kurshev2002-10-311-2/+2
* reverse first hunkNick Kurshev2002-10-311-3/+3
* fixed debug compilationNick Kurshev2002-10-311-2/+2
* fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does no...Fabrice Bellard2002-10-311-4/+11
* use lrintf to avoid double conversionFabrice Bellard2002-10-291-1/+1
* avoid name clash - fixed again block size selectionFabrice Bellard2002-10-291-5/+6
OpenPOWER on IntegriCloud