home
>
gifdec
> history >
tree
login
<
>
date
commit
author
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
2017-11-02
Just read the first key, which must be the clear code.
marcelgmr@gmail.com
2017-11-02
First attempt at get_key().
marcelgmr@gmail.com
2017-10-14
Use same terminology as in gifenc.
marcelgmr@gmail.com
2017-10-13
Read Image Descriptor and LCT.
marcelgmr@gmail.com