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
2013-02-06msrledec: check bounds before constructing a possibly invalid pointer,Anton Khirnov
2012-04-12msrle: convert MS RLE decoding function to bytestream2.Ronald Bultje
2012-02-13Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-12-07cosmetics: drop some completely pointless parenthesesDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-02Fix possibly exploitable out of buffer writes in msrle_decode_pal4().Michael Niedermayer
2010-11-02Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().Michael Niedermayer
2010-11-02remove impossible condition from msrle_decode_pal4()Michael Niedermayer
2010-11-02fix indentMichael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-28Include msrledec.h: It contains the prototype for ff_msrle_decode().Carl Eugen Hoyos
2009-10-01Make MS RLE decoder produce both bottom-up and top-down picturesKostya Shishkov
2009-05-27do not print false error if eof follows eolBaptiste Coudurier
2009-05-22cosmetics: Fix some typos.Diego Biurrun
2009-05-16Fix off-by-one error in MS RLE decoder which may result into writing pastKostya Shishkov
2009-02-11Add av_uninit macro to variables to avoid false positive warnings:Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-06Make decoding run of pixels in MS RLE saner.Kostya Shishkov
2008-12-06Print out some errors found during MS RLE decodingKostya Shishkov
2008-09-18Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov