summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed block size selectionFabrice Bellard2002-10-281-1/+1
* added wma decoderFabrice Bellard2002-10-281-0/+1339
OpenPOWER on IntegriCloud