about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* Use new 'pamcat' instead of 'pnmcat'giraffedata2022-08-031-11/+14
* Fix command line processing - no options worked; add arithmetic overflow checksgiraffedata2022-07-171-51/+182
* Accept input filename argument; don't use intermediate buffer or generic QOI ...giraffedata2022-06-085-766/+677
* Replace vestigial uses of MEMEQ macro with memeq inline functiongiraffedata2022-06-082-4/+4
* Add license statement that was originally with the code we moved to qoi.c fro...giraffedata2022-05-291-0/+30
* cleanupgiraffedata2022-05-224-158/+191
* cleanupgiraffedata2022-05-221-108/+139
* cleanupgiraffedata2022-05-214-88/+63
* cleanupgiraffedata2022-05-214-519/+425
* Add pamtoqoi, qoitopam, raw submissiongiraffedata2022-05-205-4/+982
* Remove two's-complement hack from Packbits decoding to it works on all archit...giraffedata2022-04-131-15/+42
* Fix bug from previous commitgiraffedata2022-03-251-14/+18
* Fix use after free from recent commitgiraffedata2022-03-163-15/+6
* Add -fixedtimegiraffedata2022-03-121-10/+21
* cleanupgiraffedata2022-03-121-3/+3
* cleanupgiraffedata2022-03-124-195/+193
* whitespacegiraffedata2022-03-121-6/+9
* whitespacegiraffedata2022-03-121-13/+16
* cleanupgiraffedata2022-03-061-89/+191
* Make -h work on all images in a streamgiraffedata2022-03-061-7/+29
* Fix assertiongiraffedata2022-03-051-0/+8
* cleanupgiraffedata2022-03-051-8/+8
* whitespacegiraffedata2022-03-051-10/+13
* whitespacegiraffedata2022-02-011-8/+9
* Set uninitialized variables to make output repeatable and suppress Valgrind w...giraffedata2022-02-011-7/+11
* Limit width to 255giraffedata2022-01-271-0/+4
* Fix input always from Standard Inputgiraffedata2022-01-271-1/+1
* whitespacegiraffedata2022-01-271-1/+1
* whitespacegiraffedata2022-01-151-89/+89
* Remove -floyd option, which doesn't work, isn't documented, and shouldn't be ...giraffedata2022-01-151-28/+4
* Fix crash when no argument introduced by recent cleanupgiraffedata2022-01-141-1/+1
* Fix uninitialized variable with -mapgiraffedata2022-01-121-0/+1
* Fix incorrect output for 32 bit per pixel image with only 3 planesgiraffedata2022-01-111-2/+2
* cleanup - deduplicate codegiraffedata2022-01-111-102/+29
* clenaupgiraffedata2022-01-111-66/+118
* Fix verbositygiraffedata2022-01-101-9/+10
* cleanupgiraffedata2022-01-101-156/+171
* Change -verbose to a a numerical optiongiraffedata2022-01-081-3/+6
* Fix bug in commit moments agogiraffedata2022-01-081-2/+2
* Add verbose messagesgiraffedata2022-01-081-15/+21
* cleanupgiraffedata2022-01-081-446/+582
* Explicit two's complement interpretation for systems (eg ppc64) where 'char' ...giraffedata2021-11-281-10/+12
* cleanupgiraffedata2021-11-281-3/+3
* whitespacegiraffedata2021-11-281-4/+4
* Back out commit 4188giraffedata2021-11-281-2/+2
* Fix bug in previous commitgiraffedata2021-11-281-1/+1
* Explicit signed char for systems (eg ppc64) with default unsignedgiraffedata2021-11-281-2/+2
* Add header check to go with previous update to header checksgiraffedata2021-11-281-0/+3
* Apparently, it works fine with bit depth 32giraffedata2021-11-171-4/+4
* fix arithmetic overflowsgiraffedata2021-11-074-59/+127