about summary refs log tree commit diff
path: root/converter/other
Commit message (Expand)AuthorAgeFilesLines
* Remove debug tracegiraffedata2022-11-061-3/+11
* cleanupgiraffedata2022-11-061-42/+44
* cleanupgiraffedata2022-11-061-49/+58
* Improve error messagegiraffedata2022-11-061-1/+2
* cleanupgiraffedata2022-11-061-34/+48
* cleanupgiraffedata2022-11-061-544/+538
* cleanupgiraffedata2022-11-061-45/+39
* whitespacegiraffedata2022-11-061-6/+5
* Add commentgiraffedata2022-11-061-0/+2
* cleanupgiraffedata2022-11-031-61/+106
* Add -size, cleanupgiraffedata2022-11-014-137/+165
* Fix invalid memory reference (nonterminated ASCIIZ string)giraffedata2022-10-141-5/+15
* Check for missing header fieldsgiraffedata2022-09-181-20/+93
* cleanupgiraffedata2022-09-181-36/+36
* whitespacegiraffedata2022-09-181-20/+20
* whitespacegiraffedata2022-09-181-8/+11
* 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
* Explicit two's complement interpretation for systems (eg ppc64) where 'char' ...giraffedata2021-11-281-10/+12
* 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-071-9/+23
* whitespacegiraffedata2021-11-071-7/+10
* Allow 256 colors when image has alpha plane but user says -transparent; no ne...giraffedata2021-10-121-19/+21
* Fix bug in previous commitgiraffedata2021-10-061-2/+7