summaryrefslogtreecommitdiff
path: root/test/decode_gif.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This allows the library header to have a name consistent with the library soname.
* 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
| | | | | | | | | | | | | | | There is no difference in what the client needs to do. If there are displayable frames, they can display them. Otherwise more data is needed. Internally only `GIF_INSUFFICIENT_DATA` is used now. To remove the `GIF_INSUFFICIENT_FRAME_DATA` could make existing client applications fail to compile, so it is left as an alias to the same value. At some point the API will be changed drastically, but for now I want existing applications to still build.
* 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