summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Win32 build setup:Tor Lillqvist2000-07-221-0/+5
* Initialise the error handler exit routine to our own. Note this means thatnautilus_ms_may_31Not Zed2000-05-311-3/+15
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-10/+10
* 0.6.0 - FedericoGDK_PIXBUF_0_6_0Federico Mena Quintero2000-02-221-16/+16
* Change the order of the update func to make it more compatible with theJonathan Blandford2000-01-051-6/+11
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-2/+2
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-2/+2
* Warning fixes - FedericoArturo Espinosa1999-11-101-1/+1
* Slight cosmetic cleanup.Michael Fulbright1999-11-091-1/+1
* Figured out problem with loading Progressive JPEG's progressively (sayMichael Fulbright1999-11-091-9/+11
* Prettied up code slightly. Start of pnm loader (from file andMichael Fulbright1999-11-051-5/+2
* Add update_func callback. Call updated callback when new graphic dataMichael Fulbright1999-11-041-13/+26
* Further removal of bugginess in local buffering code. Handles grayscaleMichael Fulbright1999-11-031-21/+52
* Fixed code which moved buffer around as new data comes in to workMichael Fulbright1999-11-031-21/+22
* revertElliot Lee1999-11-021-25/+23
* Reorganize gdk_pixbuf_loader_write into three functions, and eliminateElliot Lee1999-11-021-25/+27
* Fixed small oopsie with grayscale jpeg handling - still not working for progr...Michael Fulbright1999-10-291-4/+9
* Removed erroneous comments.Michael Fulbright1999-10-291-10/+2
* image_load_increment(): Fixed bug when image width was not a multiple of 4Michael Fulbright1999-10-291-2/+2
* Added first cut at progressive jpeg loading. Currently does not handleMichael Fulbright1999-10-291-19/+378
* more work on the incremental loadingJonathan Blandford1999-10-261-1/+2
* Removed the unref_fn field. Now all memory management of the buffer isFederico Mena Quintero1999-10-201-70/+85
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-8/+8