summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Fix the spinguard logic for big buffers. (#494667, Ed Catmur)Matthias Clasen2007-12-091-3/+7
* Avoid unaligned accesses that cause problems on some architectures. (patchMatthias Clasen2007-11-111-5/+25
* updated use g_snprintfHans Breuer2007-06-151-2/+2
* Supply the current GError for fatal_error_handler(). (#441443)Chris Wilson2007-05-301-0/+1
* Bump libtiff requirement to 3.6.0, by requiring presence ofMichael J. Chudobiak2007-05-181-12/+186
* Remove a pointless check from the previous commit that added a new string.Matthias Clasen2007-04-291-10/+0
* Accept unknown parameters with a warning when saving. (#405539, DanielMatthias Clasen2007-04-281-4/+9
* applied JPEG loader fix from maemo. this fix makes sure stop_load()Tim Janik2007-03-281-13/+16
* Set the GError if the image is zero length. (#405327)Chris Wilson2007-02-071-1/+8
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* CleanupsMatthias Clasen2006-10-081-2/+0
* Always check for NULL when using callbacks. (#330563, Benjamin Otte)Matthias Clasen2006-02-101-9/+11
* new utility function which factors out massive code duplication from theMichael Natterer2005-12-141-108/+70
* applied patch from maemo-gtk which avoids the allocation of anMichael Natterer2005-12-141-2/+67
* Pay attention to the libjpeg error code and report OOM errors as such.Matthias Clasen2005-08-151-1/+4
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* Handle 4-channel pixbufs when saving to jpeg.Matthias Clasen2004-09-131-1/+3
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* removed unnecessary G_OBJECT() cast checks.Manish Singh2004-02-081-1/+1
* New public API to save pixbufs to non-file locations. (#82203, Tim Evans)Matthias Clasen2004-01-071-7/+131
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-1/+6
* Add missing static qualifiers apparently causing problems on someMatthias Clasen2003-03-211-1/+1
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-16/+42
* Fix memory leak. (#94399)Owen Taylor2002-10-031-1/+2
* Unref the pixbuf if we hit an unsupported colorspace.Federico Mena Quintero2002-09-121-0/+1
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-37/+50
* Better colorspace support for the jpeg loader (#61211):Matthias Clasen2002-07-011-18/+110
* Use libjpeg in buffered-image mode in order to incrementally displayMatthias Clasen2002-06-131-15/+0
* More fixes for #77807:Matthias Clasen2002-04-111-87/+144
* Made sure all the error cases involving jpeg or png load/saves cleanManish Singh2002-01-201-4/+4
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-1/+1
* gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.hSven Neumann2001-10-051-2/+2
* Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tgaMatthias Clasen2001-09-141-1/+10
* Add ico and wbmp tests. Fail with a suitable error if buffer allocationMatthias Clasen2001-08-201-1/+8
* fix some shell typosHavoc Pennington2001-05-071-4/+1
* Copy data and free data with free().Alexander Larsson2001-02-191-2/+2
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-20/+41
* Some updatesHavoc Pennington2000-10-181-17/+62
* contrib subdirHavoc Pennington2000-10-091-1/+1
* Pixbuf saving, patch from David Welton.Havoc Pennington2000-10-061-0/+123
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3