Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-01-24use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard
2003-01-21GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer
2003-01-07align fixes for sse/altivecFabrice Bellard
2003-01-07oops : better error resilience - should fix most wma decoding problemsFabrice Bellard
2002-10-31* avoid negative numbers as wellZdenek Kabelac
2002-10-3110lNick Kurshev
2002-10-31reverse first hunkNick Kurshev
2002-10-31fixed debug compilationNick Kurshev
2002-10-31fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does no...Fabrice Bellard
2002-10-30use lrintf to avoid double conversionFabrice Bellard
2002-10-30avoid name clash - fixed again block size selectionFabrice Bellard
2002-10-28fixed block size selectionFabrice Bellard
2002-10-28added wma decoderFabrice Bellard