about summary refs log tree commit diff
path: root/converter/other
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug: wrong output with -rle; line accidentally deleted when writeFile() i...giraffedata2013-11-241-2/+4
* Fix bug: some ascii85 filter output goes to stdout instead of *ofPgiraffedata2013-11-241-6/+16
* Make sure SIGCHLD isn't set to ignoregiraffedata2013-11-161-1/+46
* Keep Standard Error opengiraffedata2013-11-121-1/+1
* Close inherited files to keep new file descriptor numbers < 10giraffedata2013-11-121-0/+7
* Use SSE stuff with Clang as for GCCgiraffedata2013-10-302-2/+4
* Fix needless rebuild of partlistgiraffedata2013-10-301-2/+1
* Add commentsgiraffedata2013-10-201-0/+10
* Correct grammar in comments and messagesgiraffedata2013-07-2511-12/+12
* correct grammar in commentgiraffedata2013-07-251-1/+1
* cleanup - declare qsort comparison routines as suchgiraffedata2013-07-244-46/+44
* Don't read raster from libpng before setting up gamma correction in libpnggiraffedata2013-07-051-3/+9
* cleanupgiraffedata2013-07-052-62/+87
* Add missing #includegiraffedata2013-06-201-0/+2
* Add _BSD_SOURCEgiraffedata2013-06-201-0/+1
* cleanupgiraffedata2013-06-1913-19/+19
* cleanupgiraffedata2013-06-191-1/+1
* Fix variable used before setgiraffedata2013-06-151-0/+1
* improve messagegiraffedata2013-06-071-1/+1
* cleanupgiraffedata2013-06-071-2/+1
* cleanupgiraffedata2013-06-071-177/+198
* move commentgiraffedata2013-05-271-13/+15
* Fix bug: stdout closes after first image, so only first image gets writtengiraffedata2013-05-271-4/+31
* Check for write failuregiraffedata2013-05-271-20/+32
* Fix miscellaneous bugs introduced a month ago (April 14)giraffedata2013-05-112-106/+153
* Fix computation of PNG color typegiraffedata2013-05-111-1/+1
* cleanupgiraffedata2013-05-111-241/+292
* Fix color-format-but-grayscale optimizationgiraffedata2013-05-111-2/+6
* cleanupgiraffedata2013-04-231-1/+0
* Add pamtowinicongiraffedata2013-04-142-1/+1128
* Fix some bugs from commit a few days agogiraffedata2013-04-141-34/+51
* missing from recent commit of winicontopam.cgiraffedata2013-04-141-1/+2
* Add winicontopamgiraffedata2013-04-113-1/+1349
* cleanupgiraffedata2013-04-101-1/+1
* fix used before set bug from Revision 1542giraffedata2013-02-261-0/+2
* Dump additional stuff with -headerdumpgiraffedata2013-02-261-6/+45
* cleanupgiraffedata2013-02-241-61/+113
* Set don't care bytes to zero to make output repeatablegiraffedata2013-02-241-46/+76
* whitespacegiraffedata2013-02-241-1/+1
* cleanupgiraffedata2013-02-241-196/+253
* Add -dumpheader, -dumpcolormapgiraffedata2013-02-241-1/+69
* whitespacegiraffedata2013-02-241-6/+7
* Fix link order of libnetpbm vs libjaspergiraffedata2013-02-201-1/+1
* Move icontopbm->sunicontopnm symlink from converter/pbm to converter/pnm, bec...giraffedata2013-02-161-0/+3
* Fix typo in messagegiraffedata2013-02-151-1/+1
* cleanupgiraffedata2012-12-171-16/+0
* Fix bug: wrong depth for GRAYSCALE_ALPHA outputgiraffedata2012-12-141-1/+1
* Fix bug: XRESOLUTION, YRESOLUTION, RESOLUTIONUNIT not allowed by -tagsgiraffedata2012-12-041-26/+28
* Free some option_defsgiraffedata2012-11-181-1/+3
* Call OPTENTINIT, as required for an empty option tablegiraffedata2012-11-181-0/+2