index
:
libnsgif.git
master
tlsa/add-ci
tlsa/buffer-lengths
tlsa/ci-sanitize
tlsa/docs
tlsa/expose-interlace
tlsa/lzw-optimise
NetSurf GIF Decoder
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libnsgif.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
C89
François Revel
2008-11-30
1
-2
/
+8
*
Change libnsgif to MIT licence
Rob Kendrick
2008-09-05
1
-14
/
+4
*
- LOG now prints to stderr, so it won't disrupt the gif decoding example, whi...
Sean Fox
2008-08-23
1
-22
/
+6
*
Pixels are now properly initialised as transparent instead of to the image's ...
Sean Fox
2008-08-12
1
-2
/
+10
*
Type correction; clear gif_animation's memory in gif_create()
Sean Fox
2008-06-27
1
-9
/
+4
*
Minor corrections; lib caller must now free gif_data
Sean Fox
2008-06-26
1
-3
/
+2
*
Bitmap callbacks are now set during the call to gif_create
Sean Fox
2008-06-26
1
-1
/
+3
*
Made non-critical bitmap callbacks optional (nullable in struct); assert on c...
Sean Fox
2008-06-26
1
-4
/
+17
*
Arranged gif_animation and gif_frame members, moved bitmap callbacks into gif...
Sean Fox
2008-06-26
1
-40
/
+61
*
Removed unnecessary dirty_frame member of gif_animation struct; made unnecess...
Sean Fox
2008-06-26
1
-17
/
+1
*
Corrected the implementation of frame disposal methods
Sean Fox
2008-06-25
1
-35
/
+66
*
Improved functions handling gif extensions; added several constants for gif f...
Sean Fox
2008-06-25
1
-125
/
+175
*
Added separate functions to handle gif extensions; made to-do list
Sean Fox
2008-06-24
1
-345
/
+401
*
Return values are now in an enum
Sean Fox
2008-06-22
1
-35
/
+36
*
Added consistency in the way block-data is skipped; corrected a buffering err...
Sean Fox
2008-06-22
1
-24
/
+30
*
Updated references to a #define variable that is now uppercase
Sean Fox
2008-06-22
1
-4
/
+4
*
Corrected support for GIF comment extension and frames without image data
Sean Fox
2008-06-22
1
-2
/
+28
*
Improved data-verification when initialising and decoding frames
Sean Fox
2008-06-22
1
-57
/
+87
*
Made a constant for the GIF trailer (0x3b) so it's more obvious what that byt...
Sean Fox
2008-06-22
1
-5
/
+4
*
Provide better GIF documentation in the comments to assist in future editing
Sean Fox
2008-06-22
1
-8
/
+37
*
Altered bitmap callback table structure name for libnsgif to avoid ambiguity ...
Sean Fox
2008-06-18
1
-7
/
+7
*
Incorporated bitmap callbacks to make libnsgif stand-alone
Sean Fox
2008-06-15
1
-26
/
+26
*
Move NetSurf's gifread.c to libnsgif
Sean Fox
2008-06-15
1
-0
/
+1004