summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* GIF decoding: Remove old LZW decoder and port library to new implementation.Michael Drake2017-04-052-326/+45
* New LZW decoder: Add client calls to initialise LZW, and perform decode.Michael Drake2017-04-052-0/+250
* New LZW decoder: Add client calls to create/destroy LZW contexts.Michael Drake2017-04-042-0/+52
* New LZW decoder: Routine to extract LZW codes from GIF sub-block sequences.Michael Drake2017-04-042-0/+177
* Remove pointless current_error from API surface.Michael Drake2017-02-061-1/+0
* Don't pass gif structure into lzw decoder.Michael Drake2017-02-061-50/+78
* isolate LZW initialisationVincent Sanders2017-01-301-14/+25
* remove use of magic number for header sizeVincent Sanders2017-01-301-1/+1
* make the mast table read only data in the only place it is usedVincent Sanders2017-01-271-10/+31
* remove forward declarationsVincent Sanders2017-01-271-133/+129
* fix the colour table size check to be correctVincent Sanders2017-01-271-1/+3
* fix buffer overrun due to LZW code clearingVincent Sanders2017-01-271-2/+14
* move lzw parameters to a structVincent Sanders2017-01-271-212/+234
* when searching previous frames for disposal type stay in boundsVincent Sanders2017-01-251-6/+10
* remove global clear_image flag and pass values insteadVincent Sanders2017-01-251-223/+239
* Add doxygen config and update formatting and doc commentsVincent Sanders2017-01-241-1215/+1235
* Ensure code is valid before use.John-Mark Bell2015-11-211-2/+4
* Ensure LZW decode stack does not overflow.John-Mark Bell2015-11-211-0/+17
* Improve checks for data buffer exhaustionJohn-Mark Bell2015-11-211-8/+22
* Fix up scan-build: "Result of 'calloc' is converted to a pointer of type 'uns...Michael Drake2013-04-111-2/+2
* Put semicolon for bodyless while loop on new line. Remove confusing indentat...Michael Drake2013-04-111-15/+17
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Fix palette entry population some more. Hopefully, it's completely endian agn...John Mark Bell2009-08-091-13/+33
* Stop utterly insane palette entry population.John Mark Bell2009-08-031-10/+15
* Squash warnings. The way that palette entries are computed makes me cry. Plea...John Mark Bell2009-03-291-4/+4
* First cut at a port to the core buildsystemJohn Mark Bell2009-03-293-0/+1285