summaryrefslogtreecommitdiff
path: root/libnsgif.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-5/+4
* Provide better GIF documentation in the comments to assist in future editingSean Fox2008-06-221-8/+37
* Altered bitmap callback table structure name for libnsgif to avoid ambiguity ...Sean Fox2008-06-181-7/+7
* Incorporated bitmap callbacks to make libnsgif stand-aloneSean Fox2008-06-151-26/+26
* Move NetSurf's gifread.c to libnsgifSean Fox2008-06-151-0/+1004