summaryrefslogtreecommitdiff
path: root/libavcodec/msrledec.c
Commit message (Expand)AuthorAge
* msrle: Use AVFrame instead of AVPictureVittorio Giovara2015-10-21
* msrle: Use FFABS to determine the frame size in msrle_decode_pal4Luca Barbato2015-05-30
* msrledec: check bounds before constructing a possibly invalid pointer,Anton Khirnov2013-02-06
* msrle: convert MS RLE decoding function to bytestream2.Ronald Bultje2012-04-11
* Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-07
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix possibly exploitable out of buffer writes in msrle_decode_pal4().Michael Niedermayer2010-11-02
* Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().Michael Niedermayer2010-11-02
* remove impossible condition from msrle_decode_pal4()Michael Niedermayer2010-11-02
* fix indentMichael Niedermayer2010-11-02
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Include msrledec.h: It contains the prototype for ff_msrle_decode().Carl Eugen Hoyos2010-02-28
* Make MS RLE decoder produce both bottom-up and top-down picturesKostya Shishkov2009-10-01
* do not print false error if eof follows eolBaptiste Coudurier2009-05-27
* cosmetics: Fix some typos.Diego Biurrun2009-05-22
* Fix off-by-one error in MS RLE decoder which may result into writing pastKostya Shishkov2009-05-16
* Add av_uninit macro to variables to avoid false positive warnings:Diego Biurrun2009-02-11
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Make decoding run of pixels in MS RLE saner.Kostya Shishkov2008-12-06
* Print out some errors found during MS RLE decodingKostya Shishkov2008-12-06
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-18