]> git.sesse.net Git - ffmpeg/history - libavcodec/msrledec.c
Rewrite doxy for av_strtod().
[ffmpeg] / libavcodec / msrledec.c
2009-05-27 Baptiste Coudurierdo not print false error if eof follows eol
2009-05-22 Diego Biurruncosmetics: Fix some typos.
2009-05-16 Kostya ShishkovFix off-by-one error in MS RLE decoder which may result...
2009-02-11 Diego BiurrunAdd av_uninit macro to variables to avoid false positiv...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-06 Kostya ShishkovMake decoding run of pixels in MS RLE saner.
2008-12-06 Kostya ShishkovPrint out some errors found during MS RLE decoding
2008-09-18 Kostya ShishkovFactorize out code used for MS RLE format decoding...