summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always save errno to a temporary before making other calls. (#335179,Matthias Clasen2006-03-201-3/+6
* Add a shortcut to stop the gif mainloop after the first frame, if that isMatthias Clasen2006-03-141-2/+8
* Fix several g_new() calls which were using extra indirections or pointlessMatthias Clasen2006-01-181-1/+1
* Make the gif loader handle oom when loading animations. (#168857, TommiMatthias Clasen2005-03-031-0/+28
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* remove unused set_need_recomposite() function.Manish Singh2004-08-261-7/+0
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* Don't use contractions like "don't" or "isn't" in error messages. It isn'tMatthias Clasen2004-06-121-1/+1
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Remove the pointless refusal to load images with dubious disposal mode onMatthias Clasen2003-06-231-10/+2
* Reset block_count to 0 for all application extensions, otherwise the dataMatthias Clasen2003-06-221-69/+80
* Merge from 2.2Matthias Clasen2003-06-211-24/+35
* Return gboolean, not gint. (#107664, Morten Welinder)Matthias Clasen2003-03-061-1/+1
* Fix trailing semicolon on macro, clean up a bit.Owen Taylor2002-11-061-7/+10