index
:
delta/gdk-pixbuf.git
baserock/morph
baserock/xfce-build
ci-test
drop-x11
ebassi/ci-only-default
ebassi/for-master
ebassi/gi-docgen
ebassi/issue-143
ebassi/issue-209
ebassi/issue-215
ebassi/issues-185
ebassi/msys2-update
fix-generating-pc-files
gdk-pixbuf-2-24
gdk-pixbuf-2-26
gdk-pixbuf-2-28
gdk-pixbuf-2-30
gdk-pixbuf-2-32
gdk-pixbuf-2-34
gdk-pixbuf-2-36
gdk-pixbuf-2-38
gdk-pixbuf-2-40
gnome-2-38
issue-3
issue-72
issue-73
issue-77
macos-ci
master
otte/jpeg-fallback
static-analysis
wip/csoriano/jp2-test
wip/ebassi/meson
wip/ebassi/no-autotools
wip/hadess/read-png-gamma
wip/hadess/thumbnailer-locale
wip/jbrummer/png-in-ico
wip/jtojnar/no-install-skipped-test
wip/otte/tga
wip/run-gif-tests-again
gitlab.gnome.org: GNOME/gdk-pixbuf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdk-pixbuf
/
io-gif.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
loaders: Make the names of prepared_func and updated_func consistent
Federico Mena Quintero
2020-01-07
1
-19
/
+19
*
GIF: assert and assume that the module callbacks are non-NULL
Federico Mena Quintero
2020-01-07
1
-31
/
+66
*
gif: Render GIF frames on demand
Robert Ancell
2019-07-29
1
-407
/
+71
*
gif: Replace old LZW decoder with a stand-alone decoder
Robert Ancell
2019-07-29
1
-280
/
+32
*
gif: Remove unused variable
Robert Ancell
2019-07-29
1
-2
/
+0
*
gif: Escape GIF version in error message
Robert Ancell
2019-07-29
1
-1
/
+5
*
gif: Simplify LZW clear code handling
Robert Ancell
2019-01-16
1
-18
/
+3
*
gif: Fix clear code handling when at end of a block
Robert Ancell
2019-01-16
1
-1
/
+1
*
gif: Fix multiple LZW clear codes breaking decoding
Robert Ancell
2019-01-16
1
-39
/
+1
*
gif: Fix off by one error in LZW decoder
Robert Ancell
2019-01-16
1
-1
/
+1
*
gif: Remove unused variable
Robert Ancell
2018-12-07
1
-2
/
+0
*
gif: Fix debug printf format warnings
Robert Ancell
2018-11-22
1
-2
/
+2
*
io-gif.c: Don't use gdk-pixbuf-private.h
Federico Mena Quintero
2018-06-01
1
-1
/
+2
*
gif: Initialise code_last_byte to not cause undefined behaviour
Tobias Mueller
2017-12-04
1
-1
/
+6
*
gif: Prevent access to negative array indexes
Tobias Mueller
2017-12-04
1
-0
/
+8
*
io-gif: Fail quickly when image dimensions are too big
Bastien Nocera
2017-09-19
1
-7
/
+23
*
gif: Fix compiler warning reg. type conversion
Tobias Mueller
2017-08-24
1
-3
/
+3
*
io-gif: Switch arguments to fread() to fix Coverity issue
Philip Withnall
2017-08-15
1
-1
/
+1
*
gif: Fix area-updated height
Bastien Nocera
2016-12-29
1
-2
/
+2
*
io-gif: Clarify buffer length management
Philip Withnall
2016-12-19
1
-0
/
+2
*
gif: Fix thumbnailing GIF animations
Bastien Nocera
2015-10-05
1
-2
/
+9
*
gif: Fix typo in the initial comments
Bastien Nocera
2015-09-26
1
-1
/
+1
*
gif: Fix loading GIF if first write is smaller than 13 bytes
Bastien Nocera
2014-10-24
1
-1
/
+2
*
loaders: Simplify and shorten the loader names
Bastien Nocera
2014-10-24
1
-1
/
+1
*
Updated FSF's address
Daniel Mustieles
2014-01-31
1
-3
/
+1
*
Make some string data const
Matthias Clasen
2013-12-18
1
-6
/
+6
*
Add a fall-through marker
Matthias Clasen
2012-12-28
1
-0
/
+1
*
Call size_func in io-gif so that pixbuf is aware of it.
Xabier Rodriguez Calvar
2012-07-30
1
-0
/
+20
*
GIF: Don't return a partially initialized pixbuf structure
Matthias Clasen
2011-06-24
1
-1
/
+8
*
Replace the aliasing hacks by -Bsymbolic-functions
Matthias Clasen
2010-07-09
1
-4
/
+0
*
Include alias header when using built-in loaders
Colin Walters
2010-07-06
1
-0
/
+4
*
Make it compile
Matthias Clasen
2010-06-25
1
-1
/
+0
*
[gdk-pixbuf] Use G_STRLOC instead __LINE__
Javier Jardón
2009-11-30
1
-1
/
+1
*
Cast to gchar* to fix a compilation warning
Javier Jardón
2009-10-26
1
-2
/
+2
*
Preserve errno, and always use g_strerror()
Christian Persch
2009-08-24
1
-1
/
+1
*
Bug 437791 – Animation is played at the wrong speed
Björn Lindqvist
2008-08-29
1
-4
/
+8
*
Include "config.h" instead of <config.h> Command used: find -name
Johan Dahlin
2008-06-22
1
-1
/
+1
*
Use g_set_error_literal where appropriate. Bug #538640.
Christian Persch
2008-06-19
1
-64
/
+64
*
Use explicit G_MODULE_EXPORT decoration when building the loader in
Tor Lillqvist
2008-05-27
1
-6
/
+4
*
Fix error reporting in the gif loader
Matthias Clasen
2007-01-21
1
-1
/
+1
*
Handle invalid gif animations a little bit more robustly. (#357974,
Matthias Clasen
2006-12-21
1
-0
/
+5
*
Enable having some gdk-pixbuf loaders built-in even if loading the others
Tor Lillqvist
2006-10-11
1
-0
/
+6
*
Always save errno to a temporary before making other calls. (#335179,
Matthias Clasen
2006-03-20
1
-3
/
+6
*
Add a shortcut to stop the gif mainloop after the first frame, if that is
Matthias Clasen
2006-03-14
1
-2
/
+8
*
Fix several g_new() calls which were using extra indirections or pointless
Matthias Clasen
2006-01-18
1
-1
/
+1
*
Make the gif loader handle oom when loading animations. (#168857, Tommi
Matthias Clasen
2005-03-03
1
-0
/
+28
*
Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):
Matthias Clasen
2004-11-12
1
-1
/
+1
*
remove unused set_need_recomposite() function.
Manish Singh
2004-08-26
1
-7
/
+0
*
New functions to disable/enable individual loaders and to obtain license
Matthias Clasen
2004-07-08
1
-0
/
+1
*
Don't use contractions like "don't" or "isn't" in error messages. It isn't
Matthias Clasen
2004-06-12
1
-1
/
+1
[next]