summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gif.c
Commit message (Expand)AuthorAgeFilesLines
* gif: Honor "revert to previous" behaviour on the first frame.Robert Ancell2021-01-051-8/+0
* gif: Do all of gif_init() with a single readSimon McVittie2020-12-121-13/+14
* gif: Fix GIF images without a Graphic Control Extension rendering colour 0 as...Robert Ancell2020-11-231-0/+1
* gif: Replace old buffer management code with GByteArrayRobert Ancell2020-11-091-108/+13
* Merge branch 'gif-colormap-bug' into 'master'Emmanuele Bassi2020-11-091-3/+1
|\
| * gif: Fix bug where the local colormap is not dropped.Robert Ancell2020-11-091-3/+1
* | gif: Remove unnecessary structureRobert Ancell2020-11-091-23/+16
* | gif: Remove unused variablesRobert Ancell2020-11-091-11/+2
|/
* loaders: Make the names of prepared_func and updated_func consistentFederico Mena Quintero2020-01-071-19/+19
* GIF: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-31/+66
* gif: Render GIF frames on demandRobert Ancell2019-07-291-407/+71
* gif: Replace old LZW decoder with a stand-alone decoderRobert Ancell2019-07-291-280/+32
* gif: Remove unused variableRobert Ancell2019-07-291-2/+0
* gif: Escape GIF version in error messageRobert Ancell2019-07-291-1/+5
* gif: Simplify LZW clear code handlingRobert Ancell2019-01-161-18/+3
* gif: Fix clear code handling when at end of a blockRobert Ancell2019-01-161-1/+1
* gif: Fix multiple LZW clear codes breaking decodingRobert Ancell2019-01-161-39/+1
* gif: Fix off by one error in LZW decoderRobert Ancell2019-01-161-1/+1
* gif: Remove unused variableRobert Ancell2018-12-071-2/+0
* gif: Fix debug printf format warningsRobert Ancell2018-11-221-2/+2
* io-gif.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-1/+2
* gif: Initialise code_last_byte to not cause undefined behaviourTobias Mueller2017-12-041-1/+6
* gif: Prevent access to negative array indexesTobias Mueller2017-12-041-0/+8
* io-gif: Fail quickly when image dimensions are too bigBastien Nocera2017-09-191-7/+23
* gif: Fix compiler warning reg. type conversionTobias Mueller2017-08-241-3/+3
* io-gif: Switch arguments to fread() to fix Coverity issuePhilip Withnall2017-08-151-1/+1
* gif: Fix area-updated heightBastien Nocera2016-12-291-2/+2
* io-gif: Clarify buffer length managementPhilip Withnall2016-12-191-0/+2
* gif: Fix thumbnailing GIF animationsBastien Nocera2015-10-051-2/+9
* gif: Fix typo in the initial commentsBastien Nocera2015-09-261-1/+1
* gif: Fix loading GIF if first write is smaller than 13 bytesBastien Nocera2014-10-241-1/+2
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Make some string data constMatthias Clasen2013-12-181-6/+6
* Add a fall-through markerMatthias Clasen2012-12-281-0/+1
* Call size_func in io-gif so that pixbuf is aware of it.Xabier Rodriguez Calvar2012-07-301-0/+20
* GIF: Don't return a partially initialized pixbuf structureMatthias Clasen2011-06-241-1/+8
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Include alias header when using built-in loadersColin Walters2010-07-061-0/+4
* Make it compileMatthias Clasen2010-06-251-1/+0
* [gdk-pixbuf] Use G_STRLOC instead __LINE__Javier Jardón2009-11-301-1/+1
* Cast to gchar* to fix a compilation warningJavier Jardón2009-10-261-2/+2
* Preserve errno, and always use g_strerror()Christian Persch2009-08-241-1/+1
* Bug 437791 – Animation is played at the wrong speedBjörn Lindqvist2008-08-291-4/+8
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-64/+64
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Fix error reporting in the gif loaderMatthias Clasen2007-01-211-1/+1
* Handle invalid gif animations a little bit more robustly. (#357974,Matthias Clasen2006-12-211-0/+5
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6