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
/
lzw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lzw: fix potential integer overflow.
Ronald S. Bultje
2012-03-29
1
-1
/
+1
*
lzw: prevent buffer overreads.
Ronald S. Bultje
2012-03-28
1
-3
/
+8
*
doxygen: use Doxygen markup for authors and web links where appropriate
Diego Biurrun
2011-07-15
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Fix misspelled parameter names in Doxygen documentation.
Diego Biurrun
2010-07-02
1
-2
/
+2
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-2
/
+2
*
check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and
Reimar Döffinger
2008-07-13
1
-1
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
consts
Michael Niedermayer
2008-02-01
1
-3
/
+3
*
factorize &
Michael Niedermayer
2007-03-26
1
-3
/
+3
*
simplify
Michael Niedermayer
2007-03-26
1
-10
/
+1
*
check input validity, this prevents a few variables from reachin odd values w...
Michael Niedermayer
2007-03-25
1
-3
/
+4
*
simplify
Michael Niedermayer
2007-03-25
1
-16
/
+6
*
move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...
Michael Niedermayer
2007-03-25
1
-11
/
+8
*
simplify
Michael Niedermayer
2007-03-25
1
-4
/
+3
*
factorize
Michael Niedermayer
2007-03-25
1
-11
/
+5
*
simplify
Michael Niedermayer
2007-03-25
1
-10
/
+4
*
fix indentation
Baptiste Coudurier
2007-03-24
1
-1
/
+1
*
break if eob is reached to avoid reading one too much byte
Baptiste Coudurier
2007-03-24
1
-0
/
+1
*
LZW decoder as separate module plus TIFF LZW support
Kostya Shishkov
2006-10-26
1
-0
/
+262