summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmadec.c
Commit message (Expand)AuthorAgeFilesLines
* 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