summaryrefslogtreecommitdiff
path: root/test/decode_gif.c
Commit message (Expand)AuthorAgeFilesLines
* Test: Rename nsgif test utilitiy.Michael Drake2022-02-261-217/+0
* API: Clean up error codes and add nsgif_strerror function.Michael Drake2022-02-261-33/+16
* API: Clean up client bitmap interface.Michael Drake2022-02-241-1/+1
* Test: Decoder: Simplify logic.Michael Drake2022-02-231-14/+12
* Test: Update decode test to new API.Michael Drake2022-02-231-75/+68
* API: Rename nsgif_animation to nsgif.Michael Drake2022-02-231-2/+2
* LIB: Rename public header and source file.Michael Drake2022-02-231-1/+1
* LIB: Use consistent nsgif_ / NSGIF_ namespace.Michael Drake2022-02-231-24/+24
* TEST: Style: Fix whitespace.Michael Drake2021-11-241-190/+182
* GIF: Unify insufficient data error codes.Michael Drake2021-11-191-3/+0
* test decode: Skip frames that are not meant for display.Michael Drake2021-04-051-0/+4
* Clean up in test suite to satisfy sanitizersDaniel Silverstone2018-07-281-0/+2
* Test tool: Add option to disable output.Michael Drake2017-04-031-25/+41
* Add AFL derived test vectorsVincent Sanders2016-08-261-1/+1
* improve gif test decoder to limit image size and output to fileVincent Sanders2016-08-231-161/+178
* add a basic decode testVincent Sanders2015-09-011-0/+215