summaryrefslogtreecommitdiff
path: root/libnsgif.c
Commit message (Expand)AuthorAgeFilesLines
* If a frame's disposal method is GIF_FRAME_CLEAR and the frame has a transpare...Sean Fox2009-01-071-1/+4
* When a frame claims to exceed the GIF's buffer, libnsgif will now try to reco...Sean Fox2009-01-031-5/+28
* C89François Revel2008-11-301-2/+8
* Change libnsgif to MIT licenceRob Kendrick2008-09-051-14/+4
* - LOG now prints to stderr, so it won't disrupt the gif decoding example, whi...Sean Fox2008-08-231-22/+6
* Pixels are now properly initialised as transparent instead of to the image's ...Sean Fox2008-08-121-2/+10
* Type correction; clear gif_animation's memory in gif_create()Sean Fox2008-06-271-9/+4
* Minor corrections; lib caller must now free gif_dataSean Fox2008-06-261-3/+2
* Bitmap callbacks are now set during the call to gif_createSean Fox2008-06-261-1/+3
* Made non-critical bitmap callbacks optional (nullable in struct); assert on c...Sean Fox2008-06-261-4/+17
* Arranged gif_animation and gif_frame members, moved bitmap callbacks into gif...Sean Fox2008-06-261-40/+61
* Removed unnecessary dirty_frame member of gif_animation struct; made unnecess...Sean Fox2008-06-261-17/+1
* Corrected the implementation of frame disposal methodsSean Fox2008-06-251-35/+66
* Improved functions handling gif extensions; added several constants for gif f...Sean Fox2008-06-251-125/+175
* 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-221-35/+36
* Added consistency in the way block-data is skipped; corrected a buffering err...Sean Fox2008-06-221-24/+30
* 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