home
>
gifdec
> history >
tree
login
<
>
date
commit
author
2021-05-01
Replace `while (1)` with explicitly finite loops.
marcelgmr@gmail.com
2021-05-01
Stop reading image data after block terminator.
marcelgmr@gmail.com
2020-09-20
Set file mode to binary on Windows.
marcelgmr@gmail.com
2020-09-19
.gitignore: Move to whitelist logic
marcelgmr@gmail.com
2020-09-19
Add function gd_is_bgcolor().
marcelgmr@gmail.com
2020-09-19
example: handle transparent background.
marcelgmr@gmail.com
2020-09-19
Fix background of first frame when it's not black
marcelgmr@gmail.com
2018-11-16
Correctly decode interlaced frames.
marcelgmr@gmail.com
2018-01-22
example: better frame rate algorithm.
marcelgmr@gmail.com
2018-01-22
example: fix event handling in main loop.
marcelgmr@gmail.com
2018-01-22
README: mention lack of support for GCT-less GIFs.
marcelgmr@gmail.com
2018-01-22
Accept color spaces of any depth.
marcelgmr@gmail.com
2018-01-21
README: minor change.
marcelgmr@gmail.com
2018-01-21
README: minor change.
marcelgmr@gmail.com
2018-01-21
README: improve the "Putting it all together" section.
marcelgmr@gmail.com
2018-01-21
README: format text as justified in 72 columns.
marcelgmr@gmail.com
2018-01-21
Fill blank sections of README.
marcelgmr@gmail.com
2018-01-14
Fix gif->frame index in render_frame_rect().
marcelgmr@gmail.com
2018-01-14
Improve robustness by skipping invalid image data.
marcelgmr@gmail.com
2018-01-14
Simplify dipose().
marcelgmr@gmail.com