about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
...
* Fix 64 bit signed long problemgiraffedata2012-12-161-1/+1
* Fix bug: wrong depth for GRAYSCALE_ALPHA outputgiraffedata2012-12-141-1/+1
* Cleanup, go row-at-a-time, deal better with empty input filegiraffedata2012-12-051-155/+134
* Fix bug: XRESOLUTION, YRESOLUTION, RESOLUTIONUNIT not allowed by -tagsgiraffedata2012-12-041-26/+28
* go row-by-row, recognize some errorsgiraffedata2012-11-241-108/+71
* New test framework, lots of testsgiraffedata2012-11-241-23/+0
* Free some option_defsgiraffedata2012-11-181-1/+3
* Call OPTENTINIT, as required for an empty option tablegiraffedata2012-11-181-0/+2
* fix incorrect output, memory leakgiraffedata2012-11-181-2/+3
* Remove irrelevant assertiongiraffedata2012-11-181-2/+0
* Default to no output size constraint, allow compression ratio < 1. Note that...giraffedata2012-10-212-731/+907
* cleanupgiraffedata2012-10-192-8/+10
* cleanupgiraffedata2012-10-191-3/+4
* Fix always broken depth 8 functiongiraffedata2012-10-011-1/+2
* Use hash table for color map and go row by row, greatly simplifying codegiraffedata2012-09-221-476/+510
* Fix bug from a few minutes agogiraffedata2012-09-211-6/+14
* Fix bogus color number too large failuregiraffedata2012-09-211-59/+104
* Fix commentgiraffedata2012-09-141-1/+1
* Add _USE_BSDgiraffedata2012-09-081-1/+1
* Rename getline() to avoid collision with libcgiraffedata2012-07-201-18/+18
* Fix commentgiraffedata2012-07-111-1/+1
* Fix use of uninitialized comment_p member of struct pamgiraffedata2012-07-081-1/+1
* cleanupgiraffedata2012-07-081-15/+19
* Fix array bounds violation due to coercing signed to unsignedgiraffedata2012-07-081-13/+13
* fix commentsgiraffedata2012-07-081-5/+8
* fix bug from previous cleanupgiraffedata2012-07-081-1/+1
* cleanupgiraffedata2012-07-081-19/+41
* Fix storage corruptiongiraffedata2012-07-071-2/+1
* cleanupgiraffedata2012-07-042-47/+18
* cleanupgiraffedata2012-07-041-7/+7
* Fix inclusion of pnmtops in BINARIESgiraffedata2012-06-101-5/+5
* cleanupgiraffedata2012-05-261-56/+58
* Fix bugs with invalid input; respond better to invalid inputs, speed up, cleanupgiraffedata2012-05-251-475/+840
* Undo bogus commitgiraffedata2012-05-251-840/+475
* cleanupgiraffedata2012-05-251-475/+840
* data block size 255 instead of 254giraffedata2012-04-291-2/+2
* Add TIFFLIB_USERLIBSgiraffedata2012-04-031-0/+6
* cleanupgiraffedata2012-03-081-57/+78
* Add Ppmtospugiraffedata2012-03-082-1/+566
* cleanupgiraffedata2012-03-081-5/+5
* Fix incorrect output when PNG has 16 bits per pixel. Broken by 1529giraffedata2012-02-251-1/+1
* Use _pipe() for pipe() on Windows/Mingwgiraffedata2012-02-133-3/+3
* Fix bug from a few minutes agogiraffedata2012-02-131-1/+1
* Make it build on Windows with Mingwgiraffedata2012-02-131-1/+1
* redo conditional compilation of Windows stuff to use MSVCRT, based on _WIN32,...giraffedata2012-02-126-9/+12
* cleanupgiraffedata2012-02-1220-438/+424
* cleanupgiraffedata2012-02-129-5597/+5647
* cleanupgiraffedata2012-02-121-3/+3
* Use Pkgconfig for libxml2 if availablegiraffedata2012-02-111-5/+13
* Fix bug from earlier today, clean up, and make it work for zero characters pe...giraffedata2011-12-311-37/+50