index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
msrledec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec/msrledec: implement vertical offset in 4-bit RLE
Daniel Verkamp
2016-11-29
1
-1
/
+1
*
Merge commit '3496cec43304ac040d6d05f9d500a6f93cc049e7'
Hendrik Leppkes
2015-10-22
1
-3
/
+3
|
\
|
*
msrle: Use AVFrame instead of AVPicture
Vittorio Giovara
2015-10-21
1
-3
/
+3
|
*
msrle: Use FFABS to determine the frame size in msrle_decode_pal4
Luca Barbato
2015-05-30
1
-1
/
+1
*
|
avcodec/msrledec: Ask for sample that uses a branch with a unused byte
Michael Niedermayer
2015-05-14
1
-0
/
+1
*
|
msrledec: use signed pixel_ptr in msrle_decode_pal4
Andreas Cadhalpun
2015-04-16
1
-1
/
+1
*
|
avcodec/msrledec: More verbose error message
Michael Niedermayer
2015-03-24
1
-1
/
+1
*
|
avcodec/msrledec: restructure msrle_decode_pal4() based on the line number in...
Michael Niedermayer
2015-03-24
1
-14
/
+11
*
|
msrledec: use memset()
Paul B Mahol
2013-08-26
1
-2
/
+2
*
|
msrledec: use bytestream2_get_bufferu()
Paul B Mahol
2013-08-26
1
-3
/
+3
*
|
msrledec: fix output_end checks
Michael Niedermayer
2013-03-05
1
-5
/
+6
*
|
Merge commit 'da7baaaae79b4d7d715d35ea6bcfbdd149edc177'
Michael Niedermayer
2013-02-06
1
-2
/
+2
|
\
\
|
|
/
|
*
msrledec: check bounds before constructing a possibly invalid pointer,
Anton Khirnov
2013-02-06
1
-2
/
+2
*
|
msrledec: merge switches
Michael Niedermayer
2013-01-30
1
-12
/
+7
*
|
msrledec: move loop into switch
Michael Niedermayer
2013-01-30
1
-14
/
+23
*
|
msrledec: move output pointer test up
Michael Niedermayer
2013-01-30
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-13
1
-67
/
+66
|
\
\
|
|
/
|
*
msrle: convert MS RLE decoding function to bytestream2.
Ronald Bultje
2012-04-11
1
-63
/
+66
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-14
1
-2
/
+2
|
\
\
|
|
/
|
*
Drop unnecessary av_uninit attributes from some variable declarations.
Diego Biurrun
2012-02-13
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-29
1
-1
/
+0
|
\
\
|
|
/
|
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
|
msrledec: Check for overreads
Michael Niedermayer
2011-12-13
1
-1
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-08
1
-2
/
+2
|
\
\
|
|
/
|
*
cosmetics: drop some completely pointless parentheses
Diego Biurrun
2011-12-07
1
-2
/
+2
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
Fix possibly exploitable out of buffer writes in msrle_decode_pal4().
Michael Niedermayer
2010-11-02
1
-1
/
+1
*
Fix possibly exploitable buffer overrun in msrle_decode_8_16_24_32().
Michael Niedermayer
2010-11-02
1
-2
/
+3
*
remove impossible condition from msrle_decode_pal4()
Michael Niedermayer
2010-11-02
1
-4
/
+2
*
fix indent
Michael Niedermayer
2010-11-02
1
-26
/
+26
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Include msrledec.h: It contains the prototype for ff_msrle_decode().
Carl Eugen Hoyos
2010-02-28
1
-0
/
+1
*
Make MS RLE decoder produce both bottom-up and top-down pictures
Kostya Shishkov
2009-10-01
1
-2
/
+4
*
do not print false error if eof follows eol
Baptiste Coudurier
2009-05-27
1
-1
/
+1
*
cosmetics: Fix some typos.
Diego Biurrun
2009-05-22
1
-4
/
+4
*
Fix off-by-one error in MS RLE decoder which may result into writing past
Kostya Shishkov
2009-05-16
1
-1
/
+1
*
Add av_uninit macro to variables to avoid false positive warnings:
Diego Biurrun
2009-02-11
1
-2
/
+2
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
Make decoding run of pixels in MS RLE saner.
Kostya Shishkov
2008-12-06
1
-3
/
+1
*
Print out some errors found during MS RLE decoding
Kostya Shishkov
2008-12-06
1
-2
/
+6
*
Factorize out code used for MS RLE format decoding in different decoders.
Kostya Shishkov
2008-09-18
1
-0
/
+254