summaryrefslogtreecommitdiff
path: root/src/lzw.c
Commit message (Expand)AuthorAgeFilesLines
* lzw: Simplify new code handling.Michael Drake2021-04-051-11/+6
* lzw: Reject bad LZW Minimum Code Size.Michael Drake2021-03-291-0/+4
* lzw: Remove surplus semicolon.Michael Drake2021-03-291-1/+1
* LZW decoder: Tiny optimisation.Michael Drake2018-06-181-1/+1
* Squash GCC7 -Wimplicit-fallthrough warnings.Michael Drake2017-10-221-2/+2
* LZW decoder: Slight code clarity and comment improvement.Michael Drake2017-04-061-2/+4
* LZW decoder: Squash scan-build error by adding assert.Michael Drake2017-04-051-0/+3
* New LZW decoder: Real-world fix; continue after dictionary is full.Michael Drake2017-04-051-14/+13
* New LZW decoder: Add client calls to initialise LZW, and perform decode.Michael Drake2017-04-051-0/+196
* New LZW decoder: Add client calls to create/destroy LZW contexts.Michael Drake2017-04-041-0/+28
* New LZW decoder: Routine to extract LZW codes from GIF sub-block sequences.Michael Drake2017-04-041-0/+149