about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanupgiraffedata2011-12-311-120/+183
* cleanupgiraffedata2011-12-311-81/+108
* cleanupgiraffedata2011-12-301-12/+12
* cleanupgiraffedata2011-12-071-50/+106
* Fix array bounds checking for tIME chunkgiraffedata2011-11-161-7/+14
* typos in commentsgiraffedata2011-10-0341-50/+50
* cleanupgiraffedata2011-09-241-3/+8
* Make it work with older GNU Makegiraffedata2011-09-111-16/+20
* Fix messagegiraffedata2011-09-111-3/+5
* Fail properly when BMP header indicates an invalid bits per pixelgiraffedata2011-09-051-86/+113
* Cleanup: Move stuff to pngxgiraffedata2011-08-203-62/+106
* Error message if -index with non-colormapped imagegiraffedata2011-08-161-0/+4
* Fix libpng link with pkg-config from yesterdaygiraffedata2011-08-161-2/+2
* Use pkgconfig to find libpnggiraffedata2011-08-161-7/+20