summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Decode example now includes local header so it's useful prior to installing t...Sean Fox2008-07-151-1/+1
* Corrected the return type for bitmap_get_buffer in the gif decoding exampleSean Fox2008-07-012-3/+3
* Type correction; clear gif_animation's memory in gif_create()Sean Fox2008-06-272-11/+6
* Minor corrections; lib caller must now free gif_dataSean Fox2008-06-262-5/+4
* Bitmap callbacks are now set during the call to gif_createSean Fox2008-06-263-12/+14
* Made non-critical bitmap callbacks optional (nullable in struct); assert on c...Sean Fox2008-06-262-4/+19
* Arranged gif_animation and gif_frame members, moved bitmap callbacks into gif...Sean Fox2008-06-263-89/+115
* Removed unnecessary dirty_frame member of gif_animation struct; made unnecess...Sean Fox2008-06-262-18/+1
* Corrected the implementation of frame disposal methodsSean Fox2008-06-252-37/+68
* Improved functions handling gif extensions; added several constants for gif f...Sean Fox2008-06-253-139/+182
* Added separate functions to handle gif extensions; made to-do listSean Fox2008-06-241-345/+401
* Return values are now in an enumSean Fox2008-06-223-46/+51
* Added consistency in the way block-data is skipped; corrected a buffering err...Sean Fox2008-06-221-24/+30
* Try and display the GIF anyway if an error code is returned.James Bursa2008-06-221-5/+4
* Updated references to a #define variable that is now uppercaseSean Fox2008-06-221-4/+4
* Corrected support for GIF comment extension and frames without image dataSean Fox2008-06-221-2/+28
* Improved data-verification when initialising and decoding framesSean Fox2008-06-221-57/+87
* Made a constant for the GIF trailer (0x3b) so it's more obvious what that byt...Sean Fox2008-06-222-5/+10
* Provide better GIF documentation in the comments to assist in future editingSean Fox2008-06-221-8/+37
* Script to decode and display a GIF.James Bursa2008-06-211-0/+3
* Simplified example of using libnsgif.James Bursa2008-06-213-1/+225
* More naming convention changes to the header to squash compiler errorsSean Fox2008-06-181-12/+12
* Altered bitmap callback table structure name for libnsgif to avoid ambiguity ...Sean Fox2008-06-182-12/+12
* Added NetSurf's log file for debuggingSean Fox2008-06-151-0/+37
* Added Makefile for installationSean Fox2008-06-152-0/+65
* Incorporated bitmap callbacks to make libnsgif stand-aloneSean Fox2008-06-152-35/+55
* Move NetSurf's gifread.h to libnsgifSean Fox2008-06-151-0/+88
* Move NetSurf's gifread.c to libnsgifSean Fox2008-06-151-0/+1004