about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* Use pkg-config --exists to quiet error messagesgiraffedata2019-09-201-5/+22
* Fix assertion failuregiraffedata2019-08-293-6/+9
* Fix memory leakgiraffedata2019-08-291-0/+19
* Fix negative array indexgiraffedata2019-08-291-0/+4
* fix null pointer dereferencegiraffedata2019-08-291-0/+3
* Remove RLE_CHECK_ALLOC and rle_alloc_error from URT library. This fixes a wi...giraffedata2019-08-093-16/+26
* whitespacegiraffedata2019-08-082-34/+34
* cleanupgiraffedata2019-07-051-3/+3
* cleanupgiraffedata2019-07-051-120/+157
* Add -linewidthgiraffedata2019-07-051-96/+131
* Add verbose messages, cleanupgiraffedata2019-06-281-16/+39
* whitespacegiraffedata2019-05-261-5/+5
* cleanup - SeqBuffer class naminggiraffedata2019-05-261-30/+29
* whitespacegiraffedata2019-05-261-110/+110
* Fix for big-endian machinegiraffedata2019-05-261-6/+7
* Clarify error messagegiraffedata2019-05-211-12/+16
* Fix filter usegiraffedata2019-05-041-19/+51
* add commentsgiraffedata2019-05-041-0/+20
* fix typo in commentgiraffedata2019-05-041-1/+1
* Add -interlacegiraffedata2019-03-131-6/+133
* Fix sBit chunk, bit shift valuegiraffedata2019-03-091-34/+87
* cleanupgiraffedata2019-03-021-56/+79
* cleanupgiraffedata2019-03-021-10/+10
* fix buffer overrungiraffedata2019-03-021-2/+4
* Add pngx_writeImagegiraffedata2019-03-022-0/+13
* Fix bug: -textalphabits has no effectgiraffedata2019-03-011-2/+2
* add commentgiraffedata2019-02-181-1/+13
* Fix typo in commentgiraffedata2019-02-041-14/+13
* Do pngx_setInterlaceHandling after pngx_writeInfo, as requiredgiraffedata2019-02-031-2/+2
* Don't allow pngx_setInterlaceHandling or pngx_setPacking before pngx_readInfo...giraffedata2019-02-032-7/+24
* Fix typo in error messagegiraffedata2019-02-031-1/+1
* cleanupgiraffedata2019-02-031-22/+25
* whitespacegiraffedata2019-01-281-19/+19
* fix some of -interlace handling, but it still doesn't workgiraffedata2019-01-231-5/+10
* improve commentgiraffedata2019-01-231-9/+26
* add commentsgiraffedata2019-01-231-0/+5
* add commentgiraffedata2019-01-231-0/+9
* Fix typo in commentgiraffedata2019-01-211-1/+1
* whitespacegiraffedata2019-01-211-179/+179
* Respect -bpp with PBM inputgiraffedata2018-12-201-1/+2
* Fix use of unset variable with a truecolor OS/2 BMP, possibly causing incorre...giraffedata2018-12-161-44/+81
* whitespacegiraffedata2018-12-051-161/+161
* Fix RLE4 compression decoding, validate index value in bounds, allow single c...giraffedata2018-12-051-44/+102
* whitespacegiraffedata2018-11-281-86/+86
* Do backward compatibility names for merge build in the directories instead of...giraffedata2018-11-182-0/+30
* Fix 'make package' leaving out a bunch of recent legacy names with a merge buildgiraffedata2018-11-113-4/+4
* Make G3 tables separate object files intead of inclusions; fix duplicate symb...giraffedata2018-11-118-441/+491
* Fix bug with depth=1 input and -cmap, introduced a few days agogiraffedata2018-11-061-12/+20
* Add -cmap16giraffedata2018-11-042-55/+133
* Ignore extra planes in BLACKANDWHITE or GRAYSCALE input intead of generating ...giraffedata2018-11-041-9/+9