index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
msrledec.c
Age
Commit message (
Expand
)
Author
2012-04-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-11
msrle: convert MS RLE decoding function to bytestream2.
Ronald Bultje
2012-02-14
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-13
Drop unnecessary av_uninit attributes from some variable declarations.
Diego Biurrun
2012-01-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2011-12-13
msrledec: Check for overreads
Michael Niedermayer
2011-12-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-07
cosmetics: drop some completely pointless parentheses
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-11-02
Fix possibly exploitable out of buffer writes in msrle_decode_pal4().
Michael Niedermayer
2010-11-02
Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().
Michael Niedermayer
2010-11-02
remove impossible condition from msrle_decode_pal4()
Michael Niedermayer
2010-11-02
fix indent
Michael Niedermayer
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-02-28
Include msrledec.h: It contains the prototype for ff_msrle_decode().
Carl Eugen Hoyos
2009-10-01
Make MS RLE decoder produce both bottom-up and top-down pictures
Kostya Shishkov
2009-05-27
do not print false error if eof follows eol
Baptiste Coudurier
2009-05-22
cosmetics: Fix some typos.
Diego Biurrun
2009-05-16
Fix off-by-one error in MS RLE decoder which may result into writing past
Kostya Shishkov
2009-02-11
Add av_uninit macro to variables to avoid false positive warnings:
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-12-06
Make decoding run of pixels in MS RLE saner.
Kostya Shishkov
2008-12-06
Print out some errors found during MS RLE decoding
Kostya Shishkov
2008-09-18
Factorize out code used for MS RLE format decoding in different decoders.
Kostya Shishkov