summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-jpeg.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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