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
*
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