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-jpeg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
io-jpeg.c: Don't use gdk-pixbuf-private.h
Federico Mena Quintero
2018-06-01
1
-5
/
+5
*
Move the macros to convert the DPI/DPM density units to where they are needed
Federico Mena Quintero
2018-06-01
1
-0
/
+3
*
io-*.c: Use gdk_pixbuf_get_pixels(); don't access the pixels field directly
Federico Mena Quintero
2018-06-01
1
-3
/
+3
*
Use Unicode in translatable strings
Piotr Drąg
2017-12-05
1
-9
/
+9
*
jpeg: Remove debug error message
Bastien Nocera
2017-12-05
1
-1
/
+0
*
jpeg: Prevent crashes when stopping loading files with errors
Bastien Nocera
2017-12-05
1
-14
/
+17
*
jpeg: Prevent crashes when stopping loading broken files
Bastien Nocera
2017-12-05
1
-1
/
+2
*
jpeg: Fix loading truncated incremental inputs
Bastien Nocera
2017-12-05
1
-2
/
+19
*
jpeg: Use a temporary variable
Bastien Nocera
2017-12-05
1
-4
/
+7
*
jpeg: Restore grayscale image support
A. Bosch
2017-07-27
1
-0
/
+3
*
jpeg: Use g_clear_object() when possible
Bastien Nocera
2017-07-13
1
-2
/
+1
*
loaders: Remove "error && *error == NULL" checks
Bastien Nocera
2017-07-13
1
-15
/
+11
*
jpeg: Throw error when number of color components is unsupported
Tobias Mueller
2017-07-13
1
-4
/
+19
*
jpeg: Add support for JPEG_COM EXIF tag
Pawel Piatek
2017-03-15
1
-0
/
+31
*
Builds: Add a fallback-c89.c for pre-C99 compilers
Chun-wei Fan
2017-03-02
1
-0
/
+1
*
gdk-pixbuf-io: Add precondition checks for image dimensions
Philip Withnall
2017-02-07
1
-0
/
+6
*
io-jpeg: Fix a potential infinite loop when failing to write out
Philip Withnall
2016-12-19
1
-1
/
+6
*
jpeg: Check for integer overflows in app1 EXIF tags
Tobias Mueller
2016-12-12
1
-11
/
+26
*
modules: implement is_option_supported() for builtin modules
Matthias Clasen
2016-08-02
1
-0
/
+11
*
jpeg: Fix some integer overflows
Matthias Clasen
2015-08-24
1
-2
/
+2
*
jpeg: Fix reading orientation EXIF tag for some photos
Bastien Nocera
2015-04-21
1
-7
/
+12
*
jpeg: Assume that CMYK JPEGs are inverted CMYK
Matthieu Gautier
2014-11-18
1
-10
/
+7
*
loaders: Simplify and shorten the loader names
Bastien Nocera
2014-10-24
1
-1
/
+1
*
Fix denisty unit reading during incremental loading. Add tests for reading de...
Robert Ancell
2014-10-22
1
-0
/
+22
*
Move density unit convesion macros into a common header. Fix conversion from ...
Robert Ancell
2014-10-22
1
-2
/
+0
*
Add JPEG image density metadata support
Robert Ancell
2014-10-22
1
-0
/
+75
*
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
*
Fix another potential leak in an error path
Matthias Clasen
2013-12-16
1
-0
/
+1
*
jpeg: apply icc profile when loading incrementally
Matthias Clasen
2013-12-16
1
-18
/
+21
*
jpeg: Consolidate error handling
Matthias Clasen
2013-12-16
1
-8
/
+6
*
jpeg: String not formatted correctly for l10n extraction
Benjamin Otte
2013-02-10
1
-2
/
+2
*
jpeg: Fix printf format string
Benjamin Otte
2013-01-30
1
-1
/
+1
*
Fix parsing of JPEG orientation tag
Tormod Volden
2012-11-19
1
-8
/
+6
*
Add icc-profile option to gdk-pixbuf for the JPEG image format
Richard Hughes
2012-09-03
1
-152
/
+316
*
Set up a jmp target in begin_load too
Matthias Clasen
2011-03-30
1
-0
/
+7
*
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
*
Setup libjpeg error handlers early enough
Matthias Clasen
2010-01-06
1
-7
/
+7
*
Set scale_num only once
Matthias Clasen
2009-11-25
1
-1
/
+1
*
Fix loading scaled-down jpegs
Matthias Clasen
2009-11-05
1
-0
/
+1
*
Cast to gchar* to fix a compilation warning
Javier Jardón
2009-10-22
1
-1
/
+1
*
Bug 592901 - Crash in JPEG pixbuf loader instead of error
Christian Dywan
2009-08-25
1
-2
/
+1
*
Fixed minor memory leak on error
Dr. Michael J. Chudobiak
2009-04-08
1
-0
/
+1
*
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
-28
/
+28
*
Use explicit G_MODULE_EXPORT decoration when building the loader in
Tor Lillqvist
2008-05-27
1
-6
/
+4
*
Fix the spinguard logic for big buffers. (#494667, Ed Catmur)
Matthias Clasen
2007-12-09
1
-3
/
+7
*
Avoid unaligned accesses that cause problems on some architectures. (patch
Matthias Clasen
2007-11-11
1
-5
/
+25
[next]