Skip to content

Releases: dloebl/cgif

v0.4.1

18 Jun 19:07
025ac5e
Compare
Choose a tag to compare

What's Changed

  • Fixed a potential crash on some 32-bit systems (#70)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Apr 22:05
dc470eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V0.3.2...v0.4.0

V0.3.2

20 May 12:14
7e993b4
Compare
Choose a tag to compare

Fixes:

  • Set correct version in meson.build

V0.3.1

05 Apr 16:57
968fa66
Compare
Choose a tag to compare

Fixes:

  • Fixed transparency for single frame GIFs (see #60 for more details)

V0.3.0

23 Apr 11:37
b05de32
Compare
Choose a tag to compare

Improvements:

  • Added GIF level flag CGIF_ATTR_NO_LOOP (allows creating GIF animations with no repetitions: #48)
  • Added frame-level flag CGIF_FRAME_ATTR_INTERLACED (allows encoding frames in interlaced mode: #50)

V0.2.1

02 Mar 16:37
d41f277
Compare
Choose a tag to compare

Fixes:

  • Fixed potential double-free in cgif_close() which might have occurred under rare circumstances #43
  • Improved detection of invalid configurations provided by the user #44

V0.2.0

15 Feb 16:42
1081903
Compare
Choose a tag to compare

Improvements:

Project specific changes:

  • Added checksum test for coverage test cases (45e6842)
  • Refactored cgif (added internal and non-public raw API, #36)

V0.1.0

31 Dec 14:17
f285433
Compare
Choose a tag to compare

Improvements:

Fixes:

  • Resolved: Transparency optimization could have been active for local color tables with 256 entries (PR #35).

V0.0.4

13 Dec 11:26
31e8581
Compare
Choose a tag to compare

Fixes:

  • Resolved potential unaligned access which caused issues on sparc64 (bus fault).

V0.0.3

27 Nov 13:39
Compare
Choose a tag to compare

Fixes:

  • Resolved potential crash when encoding huge GIF frames (e.g. 65535 x 65535 pixels)