summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAge
* 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
* add the minimal documentation to make this decoder usefulMike Melanson2004-04-24
* segfault fixMichael Niedermayer2004-01-18
* moved frame_count to wmadeccontextAlex Beregszaszi2003-07-04
* uniformization (now it uses the same trace functions as h264, defined in comm...Alex Beregszaszi2003-07-04
* works with old gcc versions tooFabrice Bellard2003-06-10
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-21
* align fixes for sse/altivecFabrice Bellard2003-01-07
* oops : better error resilience - should fix most wma decoding problemsFabrice Bellard2003-01-06
* * avoid negative numbers as wellZdenek Kabelac2002-10-31
* 10lNick Kurshev2002-10-31
* reverse first hunkNick Kurshev2002-10-31
* fixed debug compilationNick Kurshev2002-10-31
* fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does no...Fabrice Bellard2002-10-31
* use lrintf to avoid double conversionFabrice Bellard2002-10-29
* avoid name clash - fixed again block size selectionFabrice Bellard2002-10-29
* fixed block size selectionFabrice Bellard2002-10-28
* added wma decoderFabrice Bellard2002-10-28