Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C89 | François Revel | 2008-11-30 | 1 | -2/+8 |
| | | | | svn path=/trunk/libnsgif/; revision=5841 | ||||
* | Change libnsgif to MIT licence | Rob Kendrick | 2008-09-05 | 1 | -14/+4 |
| | | | | svn path=/trunk/libnsgif/; revision=5243 | ||||
* | - LOG now prints to stderr, so it won't disrupt the gif decoding example, ↵ | Sean Fox | 2008-08-23 | 1 | -22/+6 |
| | | | | | | | | | 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 Fox | 2008-08-12 | 1 | -2/+10 |
| | | | | | | background color svn path=/trunk/libnsgif/; revision=5079 | ||||
* | Type correction; clear gif_animation's memory in gif_create() | Sean Fox | 2008-06-27 | 1 | -9/+4 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4460 | ||||
* | Minor corrections; lib caller must now free gif_data | Sean Fox | 2008-06-26 | 1 | -3/+2 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4459 | ||||
* | Bitmap callbacks are now set during the call to gif_create | Sean Fox | 2008-06-26 | 1 | -1/+3 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4458 | ||||
* | Made non-critical bitmap callbacks optional (nullable in struct); assert on ↵ | Sean Fox | 2008-06-26 | 1 | -4/+17 |
| | | | | | | 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 Fox | 2008-06-26 | 1 | -40/+61 |
| | | | | | | 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 Fox | 2008-06-26 | 1 | -17/+1 |
| | | | | | | unnecessary by correct frame disposal handling svn path=/branches/dynis/libnsgif/; revision=4448 | ||||
* | Corrected the implementation of frame disposal methods | Sean Fox | 2008-06-25 | 1 | -35/+66 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4439 | ||||
* | Improved functions handling gif extensions; added several constants for gif ↵ | Sean Fox | 2008-06-25 | 1 | -125/+175 |
| | | | | | | flags svn path=/branches/dynis/libnsgif/; revision=4438 | ||||
* | Added separate functions to handle gif extensions; made to-do list | Sean Fox | 2008-06-24 | 1 | -345/+401 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4431 | ||||
* | Return values are now in an enum | Sean Fox | 2008-06-22 | 1 | -35/+36 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4424 | ||||
* | Added consistency in the way block-data is skipped; corrected a buffering ↵ | Sean Fox | 2008-06-22 | 1 | -24/+30 |
| | | | | | | error that was causing some gif images to throw errors svn path=/branches/dynis/libnsgif/; revision=4422 | ||||
* | Updated references to a #define variable that is now uppercase | Sean Fox | 2008-06-22 | 1 | -4/+4 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4419 | ||||
* | Corrected support for GIF comment extension and frames without image data | Sean Fox | 2008-06-22 | 1 | -2/+28 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4418 | ||||
* | Improved data-verification when initialising and decoding frames | Sean Fox | 2008-06-22 | 1 | -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 Fox | 2008-06-22 | 1 | -5/+4 |
| | | | | | | byte does svn path=/branches/dynis/libnsgif/; revision=4416 | ||||
* | Provide better GIF documentation in the comments to assist in future editing | Sean Fox | 2008-06-22 | 1 | -8/+37 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4415 | ||||
* | Altered bitmap callback table structure name for libnsgif to avoid ambiguity ↵ | Sean Fox | 2008-06-18 | 1 | -7/+7 |
| | | | | | | when bmp library is created svn path=/branches/dynis/libnsgif/; revision=4390 | ||||
* | Incorporated bitmap callbacks to make libnsgif stand-alone | Sean Fox | 2008-06-15 | 1 | -26/+26 |
| | | | | svn path=/branches/dynis/libnsgif/; revision=4347 | ||||
* | Move NetSurf's gifread.c to libnsgif | Sean Fox | 2008-06-15 | 1 | -0/+1004 |
svn path=/branches/dynis/libnsgif/; revision=4344 |