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
2014-01-04
Merge commit 'e89aa4bf56e5b5c45f569eb12733519789e057da'
Michael Niedermayer
2014-01-03
lzw: switch to bytestream2
Anton Khirnov
2013-11-21
gifdec: convert to bytestream2
Anton Khirnov
2012-12-08
gifdec: port to bytestream2 API
Paul B Mahol
2012-11-23
replace av_log(0, by av_log(NULL,
Michael Niedermayer
2012-08-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-04-15
lzw: check for overread
Michael Niedermayer
2012-03-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-29
lzw: fix potential integer overflow.
Ronald S. Bultje
2012-03-28
lzw: prevent buffer overreads.
Ronald S. Bultje
2012-03-28
lzw(gif): Fix overread
Michael Niedermayer
2011-07-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-15
doxygen: use Doxygen markup for authors and web links where appropriate
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
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