summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Script to disassemble GIFs, to help with debugging broken GIFs.James Bursa2008-12-311-0/+109
| | | | svn path=/trunk/libnsgif/; revision=5949
* C89François Revel2008-11-301-2/+8
| | | | svn path=/trunk/libnsgif/; revision=5841
* Use DESTDIR.John Mark Bell2008-10-131-9/+11
| | | | | | OS X friendly install invocation svn path=/trunk/libnsgif/; revision=5556
* GCCSDK 4 build compatibility (not finished yet)John Tytgat2008-09-281-20/+20
| | | | svn path=/trunk/libnsgif/; revision=5458
* Change libnsgif to MIT licenceRob Kendrick2008-09-054-39/+29
| | | | svn path=/trunk/libnsgif/; revision=5243
* - LOG now prints to stderr, so it won't disrupt the gif decoding example, ↵Sean Fox2008-08-232-31/+9
| | | | | | | | | which reads from stdout - Correct the way block data is skipped when processing extensions - Remove a lot of code that was apparently rendered useless with previous commits and was causing problems when displaying some gif animations svn path=/trunk/libnsgif/; revision=5187
* Pixels are now properly initialised as transparent instead of to the image's ↵Sean Fox2008-08-121-2/+10
| | | | | | background color svn path=/trunk/libnsgif/; revision=5079
* Add support for cross-compiling using TARGET=riscos.James Bursa2008-08-121-39/+70
| | | | svn path=/trunk/libnsgif/; revision=5068
* Decode example now includes local header so it's useful prior to installing ↵Sean Fox2008-07-151-1/+1
| | | | | | the library svn path=/branches/dynis/libnsgif/; revision=4671
* Corrected the return type for bitmap_get_buffer in the gif decoding exampleSean Fox2008-07-012-3/+3
| | | | svn path=/branches/dynis/libnsgif/; revision=4488
* Type correction; clear gif_animation's memory in gif_create()Sean Fox2008-06-272-11/+6
| | | | svn path=/branches/dynis/libnsgif/; revision=4460
* Minor corrections; lib caller must now free gif_dataSean Fox2008-06-262-5/+4
| | | | svn path=/branches/dynis/libnsgif/; revision=4459
* Bitmap callbacks are now set during the call to gif_createSean Fox2008-06-263-12/+14
| | | | svn path=/branches/dynis/libnsgif/; revision=4458
* Made non-critical bitmap callbacks optional (nullable in struct); assert on ↵Sean Fox2008-06-262-4/+19
| | | | | | 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-263-89/+115
| | | | | | 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-262-18/+1
| | | | | | unnecessary by correct frame disposal handling svn path=/branches/dynis/libnsgif/; revision=4448
* Corrected the implementation of frame disposal methodsSean Fox2008-06-252-37/+68
| | | | svn path=/branches/dynis/libnsgif/; revision=4439
* Improved functions handling gif extensions; added several constants for gif ↵Sean Fox2008-06-253-139/+182
| | | | | | flags svn path=/branches/dynis/libnsgif/; revision=4438
* Added separate functions to handle gif extensions; made to-do listSean Fox2008-06-241-345/+401
| | | | svn path=/branches/dynis/libnsgif/; revision=4431
* Return values are now in an enumSean Fox2008-06-223-46/+51
| | | | svn path=/branches/dynis/libnsgif/; revision=4424
* Added consistency in the way block-data is skipped; corrected a buffering ↵Sean Fox2008-06-221-24/+30
| | | | | | error that was causing some gif images to throw errors svn path=/branches/dynis/libnsgif/; revision=4422
* Try and display the GIF anyway if an error code is returned.James Bursa2008-06-221-5/+4
| | | | svn path=/branches/dynis/libnsgif/; revision=4420
* Updated references to a #define variable that is now uppercaseSean Fox2008-06-221-4/+4
| | | | svn path=/branches/dynis/libnsgif/; revision=4419
* Corrected support for GIF comment extension and frames without image dataSean Fox2008-06-221-2/+28
| | | | svn path=/branches/dynis/libnsgif/; revision=4418
* Improved data-verification when initialising and decoding framesSean Fox2008-06-221-57/+87
| | | | svn path=/branches/dynis/libnsgif/; revision=4417
* Made a constant for the GIF trailer (0x3b) so it's more obvious what that ↵Sean Fox2008-06-222-5/+10
| | | | | | byte does svn path=/branches/dynis/libnsgif/; revision=4416
* Provide better GIF documentation in the comments to assist in future editingSean Fox2008-06-221-8/+37
| | | | svn path=/branches/dynis/libnsgif/; revision=4415
* Script to decode and display a GIF.James Bursa2008-06-211-0/+3
| | | | svn path=/branches/dynis/libnsgif/; revision=4414
* Simplified example of using libnsgif.James Bursa2008-06-213-1/+225
| | | | svn path=/branches/dynis/libnsgif/; revision=4413
* 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-182-12/+12
| | | | | | when bmp library is created svn path=/branches/dynis/libnsgif/; revision=4390
* Added NetSurf's log file for debuggingSean Fox2008-06-151-0/+37
| | | | svn path=/branches/dynis/libnsgif/; revision=4349
* Added Makefile for installationSean Fox2008-06-152-0/+65
| | | | svn path=/branches/dynis/libnsgif/; revision=4348
* Incorporated bitmap callbacks to make libnsgif stand-aloneSean Fox2008-06-152-35/+55
| | | | 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
* Move NetSurf's gifread.c to libnsgifSean Fox2008-06-151-0/+1004
svn path=/branches/dynis/libnsgif/; revision=4344