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
/
lzw.c
Age
Commit message (
Expand
)
Author
2010-07-02
Fix misspelled parameter names in Doxygen documentation.
Diego Biurrun
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2008-07-13
check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not enough and
Reimar Döffinger
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-02-01
consts
Michael Niedermayer
2007-03-26
factorize &
Michael Niedermayer
2007-03-26
simplify
Michael Niedermayer
2007-03-25
check input validity, this prevents a few variables from reachin odd values w...
Michael Niedermayer
2007-03-25
simplify
Michael Niedermayer
2007-03-25
move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...
Michael Niedermayer
2007-03-25
simplify
Michael Niedermayer
2007-03-25
factorize
Michael Niedermayer
2007-03-25
simplify
Michael Niedermayer
2007-03-24
fix indentation
Baptiste Coudurier
2007-03-24
break if eob is reached to avoid reading one too much byte
Baptiste Coudurier
2006-10-26
LZW decoder as separate module plus TIFF LZW support
Kostya Shishkov