home
>
gifdec
> history >
tree
login
<
>
date
commit
author
2017-11-20
Fix palette indexing.
marcelgmr@gmail.com
2017-11-20
Remove duplicate code.
marcelgmr@gmail.com
2017-11-20
Add gd_render_frame().
marcelgmr@gmail.com
2017-11-20
Make dispose() static, since it's an internal function.
marcelgmr@gmail.com
2017-11-20
Implement RGB canvas framework.
marcelgmr@gmail.com
2017-11-18
Implement extension hooks for comment, plain text & unknown app.
marcelgmr@gmail.com
2017-11-15
Implemented transparency.
marcelgmr@gmail.com
2017-11-15
Implement background color and disposal methods.
marcelgmr@gmail.com
2017-11-15
Remove temporary hack that was used for debugging.
marcelgmr@gmail.com
2017-11-15
Respect LZW table size limit.
marcelgmr@gmail.com
2017-11-15
Fix initial key size.
marcelgmr@gmail.com
2017-11-15
Accept clear code anywhere on the image data stream.
marcelgmr@gmail.com
2017-11-12
Add README.
marcelgmr@gmail.com
2017-11-12
Read extra bytes and END BLOCK after image data.
marcelgmr@gmail.com
2017-11-12
Add gd_ prefix to function and type names to avoid conflicts.
marcelgmr@gmail.com
2017-11-12
Declare internal functions as static.
marcelgmr@gmail.com
2017-11-12
Add library header.
marcelgmr@gmail.com
2017-11-12
Fix memory errors related to table realloc.
marcelgmr@gmail.com
2017-11-12
Handle out-of-memory error while building LZW code table.
marcelgmr@gmail.com
2017-11-12
First attempt at uncompressing image data.
marcelgmr@gmail.com