index
:
delta/netsurf/libnsgif.git
baserock/morph
master
tlsa/add-ci
tlsa/buffer-lengths
tlsa/ci-sanitize
tlsa/docs
tlsa/expose-interlace
tlsa/lzw
tlsa/lzw-optimise
git.netsurf-browser.org: libnsgif.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lzw.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
LZW: Remove double blank lines.
Michael Drake
2021-11-19
1
-3
/
+0
*
Add myself to the copyright headers.
Michael Drake
2021-11-19
1
-0
/
+1
*
lzw: Rework API for separate init for map/non-map decode functions.
Michael Drake
2021-09-24
1
-37
/
+57
*
lzw: Remove unused one-code-at-a-time API.
Michael Drake
2021-04-24
1
-16
/
+1
*
lzw: Direct output into frame data, avoiding stack.
Michael Drake
2021-04-18
1
-0
/
+25
*
lzw: Add function for decoding multiple LZW codes at a time.
Michael Drake
2021-04-18
1
-0
/
+15
*
lzw: Return output array from decode function instead of init.
Michael Drake
2021-04-06
1
-12
/
+10
*
lzw: Output values in picture order.
Michael Drake
2021-04-06
1
-15
/
+6
*
lzw: Rename minimum_code_size to match what it's called in spec.
Michael Drake
2021-04-06
1
-2
/
+2
*
New LZW decoder: Real-world fix; continue after dictionary is full.
tlsa/lzw
Michael Drake
2017-04-05
1
-1
/
+0
*
New LZW decoder: Add client calls to initialise LZW, and perform decode.
Michael Drake
2017-04-05
1
-0
/
+54
*
New LZW decoder: Add client calls to create/destroy LZW contexts.
Michael Drake
2017-04-04
1
-0
/
+24
*
New LZW decoder: Routine to extract LZW codes from GIF sub-block sequences.
Michael Drake
2017-04-04
1
-0
/
+28