]> git.sesse.net Git - ffmpeg/history - libavcodec/msrledec.c
Drop unnecessary av_uninit attributes from some variable declarations.
[ffmpeg] / libavcodec / msrledec.c
2012-02-13 Diego BiurrunDrop unnecessary av_uninit attributes from some variabl...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-11-02 Michael NiedermayerFix possibly exploitable out of buffer writes in msrle_...
2010-11-02 Michael NiedermayerFix possibly exploitable buffer overrun in msrle_decode...
2010-11-02 Michael Niedermayerremove impossible condition from msrle_decode_pal4()
2010-11-02 Michael Niedermayerfix indent
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-28 Carl Eugen HoyosInclude msrledec.h: It contains the prototype for ff_ms...
2009-10-01 Kostya ShishkovMake MS RLE decoder produce both bottom-up and top...
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...