about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add -indexgiraffedata2011-08-131-30/+44
* cleanupgiraffedata2011-08-131-84/+95
* cleanupgiraffedata2011-08-131-23/+37
* cleanupgiraffedata2011-08-132-125/+181
* cleanupgiraffedata2011-08-121-217/+231
* cleanupgiraffedata2011-08-121-11/+7
* Use libpng accessor functions instead of accessing info structure membersgiraffedata2011-08-064-298/+579
* Instead of omitting Pnmtops from build when there is no libz, just build Pnmt...giraffedata2011-07-301-5/+23
* cleanupgiraffedata2011-07-301-1106/+1188
* Pnmtops rewrite from Prophet of the Waygiraffedata2011-07-294-1396/+1197
* Fix for -alpha with mask that has no fully transparent areagiraffedata2011-07-201-23/+44
* fix typo in messagegiraffedata2011-07-041-1/+1
* cleanupgiraffedata2011-07-041-3/+2
* cleanupgiraffedata2011-06-111-66/+71
* Fix bug from a few days agogiraffedata2011-05-301-1/+1
* Make one PAM image per SRF imagegiraffedata2011-05-254-104/+103
* cleanupgiraffedata2011-05-251-17/+18
* Fix compiler warninggiraffedata2011-05-031-1/+1
* fix crash on corrupted inputgiraffedata2011-05-021-8/+11
* Remove vestigial macro definitionsgiraffedata2011-05-021-10/+0
* cleanupgiraffedata2011-05-021-10/+5
* Add pamtosrf, srftopamgiraffedata2011-05-015-2/+1286
* cleanupgiraffedata2011-04-261-18/+18
* Eliminate more reference to pnginfo private membersgiraffedata2011-04-173-70/+113
* Don't directly access private pnginfo membersgiraffedata2011-04-167-253/+434