summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* jpeg: Do not rely on UB around setjmp/longjmpebassi/issue-143Emmanuele Bassi2021-04-221-34/+43
* JPEG: skip bytes during incremental loadNathan Lee2020-04-021-17/+16
* JPEG: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-21/+21
* io-jpeg.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-5/+5
* Move the macros to convert the DPI/DPM density units to where they are neededFederico Mena Quintero2018-06-011-0/+3
* io-*.c: Use gdk_pixbuf_get_pixels(); don't access the pixels field directlyFederico Mena Quintero2018-06-011-3/+3
* Use Unicode in translatable stringsPiotr Drąg2017-12-051-9/+9
* jpeg: Remove debug error messageBastien Nocera2017-12-051-1/+0
* jpeg: Prevent crashes when stopping loading files with errorsBastien Nocera2017-12-051-14/+17
* jpeg: Prevent crashes when stopping loading broken filesBastien Nocera2017-12-051-1/+2
* jpeg: Fix loading truncated incremental inputsBastien Nocera2017-12-051-2/+19
* jpeg: Use a temporary variableBastien Nocera2017-12-051-4/+7
* jpeg: Restore grayscale image supportA. Bosch2017-07-271-0/+3
* jpeg: Use g_clear_object() when possibleBastien Nocera2017-07-131-2/+1
* loaders: Remove "error && *error == NULL" checksBastien Nocera2017-07-131-15/+11
* jpeg: Throw error when number of color components is unsupportedTobias Mueller2017-07-131-4/+19
* jpeg: Add support for JPEG_COM EXIF tagPawel Piatek2017-03-151-0/+31
* Builds: Add a fallback-c89.c for pre-C99 compilersChun-wei Fan2017-03-021-0/+1
* gdk-pixbuf-io: Add precondition checks for image dimensionsPhilip Withnall2017-02-071-0/+6
* io-jpeg: Fix a potential infinite loop when failing to write outPhilip Withnall2016-12-191-1/+6
* jpeg: Check for integer overflows in app1 EXIF tagsTobias Mueller2016-12-121-11/+26
* modules: implement is_option_supported() for builtin modulesMatthias Clasen2016-08-021-0/+11
* jpeg: Fix some integer overflowsMatthias Clasen2015-08-241-2/+2
* jpeg: Fix reading orientation EXIF tag for some photosBastien Nocera2015-04-211-7/+12
* jpeg: Assume that CMYK JPEGs are inverted CMYKMatthieu Gautier2014-11-181-10/+7
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-241-1/+1
* Fix denisty unit reading during incremental loading. Add tests for reading de...Robert Ancell2014-10-221-0/+22
* Move density unit convesion macros into a common header. Fix conversion from ...Robert Ancell2014-10-221-2/+0
* Add JPEG image density metadata supportRobert Ancell2014-10-221-0/+75
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Make some string data constMatthias Clasen2013-12-181-6/+6
* Fix another potential leak in an error pathMatthias Clasen2013-12-161-0/+1
* jpeg: apply icc profile when loading incrementallyMatthias Clasen2013-12-161-18/+21
* jpeg: Consolidate error handlingMatthias Clasen2013-12-161-8/+6
* jpeg: String not formatted correctly for l10n extractionBenjamin Otte2013-02-101-2/+2
* jpeg: Fix printf format stringBenjamin Otte2013-01-301-1/+1
* Fix parsing of JPEG orientation tagTormod Volden2012-11-191-8/+6
* Add icc-profile option to gdk-pixbuf for the JPEG image formatRichard Hughes2012-09-031-152/+316
* Set up a jmp target in begin_load tooMatthias Clasen2011-03-301-0/+7
* 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
* Setup libjpeg error handlers early enoughMatthias Clasen2010-01-061-7/+7
* Set scale_num only onceMatthias Clasen2009-11-251-1/+1
* Fix loading scaled-down jpegsMatthias Clasen2009-11-051-0/+1
* Cast to gchar* to fix a compilation warningJavier Jardón2009-10-221-1/+1
* Bug 592901 - Crash in JPEG pixbuf loader instead of errorChristian Dywan2009-08-251-2/+1
* Fixed minor memory leak on errorDr. Michael J. Chudobiak2009-04-081-0/+1
* 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-28/+28