]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/msrledec.c
Simplify AC-3 critical band end calculation (correctly this time).
[frescor/ffmpeg.git] / libavcodec / msrledec.c
2009-10-01 kostyaMake MS RLE decoder produce produce both bottom-up...
2009-05-27 bcoudurierdo not print false error if eof follows eol
2009-05-22 diegocosmetics: Fix some typos.
2009-05-16 kostyaFix off-by-one error in MS RLE decoder which may result...
2009-02-11 diegoAdd av_uninit macro to variables to avoid false positiv...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-06 kostyaMake decoding run of pixels in MS RLE saner.
2008-12-06 kostyaPrint out some errors found during MS RLE decoding
2008-09-18 kostyaFactorize out code used for MS RLE format decoding...