summaryrefslogtreecommitdiff
path: root/libnsgif.h
Commit message (Collapse)AuthorAgeFilesLines
* First cut at a port to the core buildsystemJohn Mark Bell2009-03-291-117/+0
| | | | svn path=/trunk/libnsgif/; revision=6983
* When a frame claims to exceed the GIF's buffer, libnsgif will now try to ↵Sean Fox2009-01-031-1/+2
| | | | | | recover by rendering the available frame data instead of returning an error and dropping the frame completely. This same concept may be applicable in other libnsgif locations. svn path=/trunk/libnsgif/; revision=5957
* Corrected the return type for bitmap_get_buffer in the gif decoding exampleSean Fox2008-07-011-1/+1
| | | | svn path=/branches/dynis/libnsgif/; revision=4488
* Bitmap callbacks are now set during the call to gif_createSean Fox2008-06-261-1/+1
| | | | svn path=/branches/dynis/libnsgif/; revision=4458
* Made non-critical bitmap callbacks optional (nullable in struct); assert on ↵Sean Fox2008-06-261-0/+2
| | | | | | critical bitmap callbacks to ensure they are present svn path=/branches/dynis/libnsgif/; revision=4450
* Arranged gif_animation and gif_frame members, moved bitmap callbacks into ↵Sean Fox2008-06-261-26/+32
| | | | | | gif_animation, and added gif_create() function svn path=/branches/dynis/libnsgif/; revision=4449
* Removed unnecessary dirty_frame member of gif_animation struct; made ↵Sean Fox2008-06-261-1/+0
| | | | | | unnecessary by correct frame disposal handling svn path=/branches/dynis/libnsgif/; revision=4448
* Corrected the implementation of frame disposal methodsSean Fox2008-06-251-2/+2
| | | | svn path=/branches/dynis/libnsgif/; revision=4439
* Improved functions handling gif extensions; added several constants for gif ↵Sean Fox2008-06-251-13/+4
| | | | | | flags svn path=/branches/dynis/libnsgif/; revision=4438
* Return values are now in an enumSean Fox2008-06-221-8/+12
| | | | svn path=/branches/dynis/libnsgif/; revision=4424
* Made a constant for the GIF trailer (0x3b) so it's more obvious what that ↵Sean Fox2008-06-221-0/+6
| | | | | | byte does svn path=/branches/dynis/libnsgif/; revision=4416
* More naming convention changes to the header to squash compiler errorsSean Fox2008-06-181-12/+12
| | | | svn path=/branches/dynis/libnsgif/; revision=4399
* Altered bitmap callback table structure name for libnsgif to avoid ambiguity ↵Sean Fox2008-06-181-5/+5
| | | | | | when bmp library is created svn path=/branches/dynis/libnsgif/; revision=4390
* Incorporated bitmap callbacks to make libnsgif stand-aloneSean Fox2008-06-151-9/+29
| | | | svn path=/branches/dynis/libnsgif/; revision=4347
* Move NetSurf's gifread.h to libnsgifSean Fox2008-06-151-0/+88
svn path=/branches/dynis/libnsgif/; revision=4345