| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+1 |
* | avcodec/lzw: Check for end of input | Michael Niedermayer | 2019-01-16 | 1 | -0/+3 |
* | avcodec/lzw: ff_lzw_decode_tail() now returns the consumed bytes in lzw decom... | Ni Hui | 2015-11-10 | 1 | -1/+2 |
* | Merge commit 'e89aa4bf56e5b5c45f569eb12733519789e057da' | Michael Niedermayer | 2014-01-04 | 1 | -19/+10 |
|\ |
|
| * | lzw: switch to bytestream2 | Anton Khirnov | 2014-01-03 | 1 | -16/+11 |
| * | gifdec: convert to bytestream2 | Anton Khirnov | 2013-11-21 | 1 | -3/+4 |
* | | gifdec: port to bytestream2 API | Paul B Mahol | 2012-12-08 | 1 | -5/+0 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | lzw: check for overread | Michael Niedermayer | 2012-04-15 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-30 | 1 | -1/+1 |
|\| |
|
| * | lzw: fix potential integer overflow. | Ronald S. Bultje | 2012-03-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-30 | 1 | -3/+8 |
|\| |
|
| * | lzw: prevent buffer overreads. | Ronald S. Bultje | 2012-03-28 | 1 | -3/+8 |
* | | lzw(gif): Fix overread | Michael Niedermayer | 2012-03-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -1/+1 |
|\| |
|
| * | 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 |