summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-jpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add pixbuf_duplicate,Michael Meeks1999-09-221-10/+5
* Set the initial ref_count to 1.Federico Mena Quintero1999-09-171-1/+1
* Fixed compiler warnings. Fixed write to unallocated memory (row_ptr), andFederico Mena Quintero1999-08-091-2/+2
* Fix a few memory leaks in the, most of them in error cases but one or twoLarry Ewing1999-07-191-1/+4
* add raph@gimp.org's fix to the jpeg indexing routineLarry Ewing1999-07-151-2/+2
* Fixed crash-on-loading bug (width and height are not set untilMark Crichton1999-07-121-1/+3
* Added loader for jpeg->RGB.Michael Zucci1999-06-291-0/+129