Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comment | giraffedata | 2022-11-14 | 1 | -1/+2 |
* | Fix assertion failure with numbps for codeblock being greater than numbps for... | giraffedata | 2022-11-06 | 1 | -2/+11 |
* | remove debug trace | giraffedata | 2022-11-06 | 1 | -1/+0 |
* | Revert mistaken previous commit | giraffedata | 2022-11-06 | 1 | -11/+3 |
* | cleanup | giraffedata | 2022-11-06 | 1 | -29/+25 |
* | Remove debug trace | giraffedata | 2022-11-06 | 1 | -3/+11 |
* | cleanup | giraffedata | 2022-11-06 | 1 | -42/+44 |
* | cleanup | giraffedata | 2022-11-06 | 1 | -49/+58 |
* | Improve error message | giraffedata | 2022-11-06 | 1 | -1/+2 |
* | cleanup | giraffedata | 2022-11-06 | 1 | -34/+48 |
* | cleanup | giraffedata | 2022-11-06 | 1 | -544/+538 |
* | cleanup | giraffedata | 2022-11-06 | 1 | -45/+39 |
* | whitespace | giraffedata | 2022-11-06 | 1 | -6/+5 |
* | Add comment | giraffedata | 2022-11-06 | 1 | -0/+2 |
* | cleanup | giraffedata | 2022-11-03 | 1 | -61/+106 |
* | Add -size, cleanup | giraffedata | 2022-11-01 | 4 | -137/+165 |
* | Fix invalid memory reference (nonterminated ASCIIZ string) | giraffedata | 2022-10-14 | 1 | -5/+15 |
* | Check for missing header fields | giraffedata | 2022-09-18 | 1 | -20/+93 |
* | cleanup | giraffedata | 2022-09-18 | 1 | -36/+36 |
* | whitespace | giraffedata | 2022-09-18 | 1 | -20/+20 |
* | whitespace | giraffedata | 2022-09-18 | 1 | -8/+11 |
* | Accept input filename argument; don't use intermediate buffer or generic QOI ... | giraffedata | 2022-06-08 | 5 | -766/+677 |
* | Replace vestigial uses of MEMEQ macro with memeq inline function | giraffedata | 2022-06-08 | 2 | -4/+4 |
* | Add license statement that was originally with the code we moved to qoi.c fro... | giraffedata | 2022-05-29 | 1 | -0/+30 |
* | cleanup | giraffedata | 2022-05-22 | 4 | -158/+191 |
* | cleanup | giraffedata | 2022-05-22 | 1 | -108/+139 |
* | cleanup | giraffedata | 2022-05-21 | 4 | -88/+63 |
* | cleanup | giraffedata | 2022-05-21 | 4 | -519/+425 |
* | Add pamtoqoi, qoitopam, raw submission | giraffedata | 2022-05-20 | 5 | -4/+982 |
* | Remove two's-complement hack from Packbits decoding to it works on all archit... | giraffedata | 2022-04-13 | 1 | -15/+42 |
* | Fix bug from previous commit | giraffedata | 2022-03-25 | 1 | -14/+18 |
* | Fix use after free from recent commit | giraffedata | 2022-03-16 | 3 | -15/+6 |
* | Add -fixedtime | giraffedata | 2022-03-12 | 1 | -10/+21 |
* | cleanup | giraffedata | 2022-03-12 | 1 | -3/+3 |
* | cleanup | giraffedata | 2022-03-12 | 4 | -195/+193 |
* | whitespace | giraffedata | 2022-03-12 | 1 | -6/+9 |
* | whitespace | giraffedata | 2022-03-12 | 1 | -13/+16 |
* | cleanup | giraffedata | 2022-03-06 | 1 | -89/+191 |
* | Make -h work on all images in a stream | giraffedata | 2022-03-06 | 1 | -7/+29 |
* | Fix assertion | giraffedata | 2022-03-05 | 1 | -0/+8 |
* | cleanup | giraffedata | 2022-03-05 | 1 | -8/+8 |
* | whitespace | giraffedata | 2022-03-05 | 1 | -10/+13 |
* | whitespace | giraffedata | 2022-02-01 | 1 | -8/+9 |
* | Set uninitialized variables to make output repeatable and suppress Valgrind w... | giraffedata | 2022-02-01 | 1 | -7/+11 |
* | Explicit two's complement interpretation for systems (eg ppc64) where 'char' ... | giraffedata | 2021-11-28 | 1 | -10/+12 |
* | whitespace | giraffedata | 2021-11-28 | 1 | -4/+4 |
* | Back out commit 4188 | giraffedata | 2021-11-28 | 1 | -2/+2 |
* | Fix bug in previous commit | giraffedata | 2021-11-28 | 1 | -1/+1 |
* | Explicit signed char for systems (eg ppc64) with default unsigned | giraffedata | 2021-11-28 | 1 | -2/+2 |
* | Add header check to go with previous update to header checks | giraffedata | 2021-11-28 | 1 | -0/+3 |