summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-14Make comment in ff2jpg(1) more consistentLaslo Hunhold
2017-04-14Refactor 2ff(1)Laslo Hunhold
2017-04-14Staticize functions in png2ff(1)Laslo Hunhold
2017-04-14Remove TODOLaslo Hunhold
2017-04-14Add PNG-LDFLAGS and JPG-LDFLAGS in config.mkLaslo Hunhold
2017-04-13Use fshut() to properly flush the output streamLaslo Hunhold
2017-04-12Update LICENSELaslo Hunhold
2017-04-12Update TODOLaslo Hunhold
2017-04-12Refactor ff2ppm(1)Laslo Hunhold
2017-04-12Refactor png-conversion-utilitiesLaslo Hunhold
2017-04-12Refactor ff2pam(1)Laslo Hunhold
2017-04-12Refactor jpg-conversion-utilitiesLaslo Hunhold
2017-04-12Also print extra warningsLaslo Hunhold
2017-04-12Rename header-functions and add more util functionsLaslo Hunhold
2017-04-02config.mk: C89 -> C99Laslo Hunhold
2017-04-02Remove prerequisite from single-suffix inference ruleLaslo Hunhold
2017-03-30Add util.{c|h} to deduplicate codeLaslo Hunhold
2017-03-30Mark explicit dependency on requisites for BINLaslo Hunhold
2017-03-30Pass LDFLAGS instead of CFLAGS in the linking stageLaslo Hunhold
2017-03-30No need to keep the implicit build ruleLaslo Hunhold
2017-03-30Make Makefile strictly POSIX compliantLaslo Hunhold
2017-03-29Rename PREREQ to REQLaslo Hunhold
2017-03-29Overhaul Build-systemLaslo Hunhold
2017-01-09Update TODOLaslo Hunhold
2017-01-09Add ff2pam(1): convert farbfeld to 16-bit RGBA Portable Arbitrary MapMattias Andrée
2016-09-192ff: use trap to remove temporary fileFRIGN
2016-09-192ff: make it more portableFRIGN
2016-09-192ff: Make it idempotent and clean it up a bitFRIGN
2016-09-07Shellcheck 2ff fixesFRIGN
2016-05-19Improve fread error handling in ff2*Alexander Krotov
2016-05-18Makefile improvementsHiltjo Posthuma
2016-05-18Revert "Fix Makefile to rebuild when there have been changes"FRIGN
2016-05-17Fix Makefile to rebuild when there have been changesFRIGN
2016-04-10Remove dimension checksFRIGN
2016-04-03Remove line-breaks from MakefileFRIGN
2016-04-03Makefile improvementsHiltjo Posthuma
2016-04-03add ff2jpg tool, convert farbfeld images to RGB JPEGHiltjo Posthuma
2016-04-03don't link against unneeded libsHiltjo Posthuma
2016-04-03fix bugs introduced by refactor f0a4ce113d0e9dc50110a0ad9e98433d05aa2307Hiltjo Posthuma
2016-03-21Use uint8_t instead of uint16_t correctlyFRIGN
2016-03-21Write a better format for the row-buffer allocationFRIGN
2016-03-21Optimize ff2ppm(1)FRIGN
2016-03-21add arg.h (needed for ff2ppm)Hiltjo Posthuma
2016-03-21add ff2ppm(1)Hiltjo Posthuma
2016-03-18Prevent overflow in rowlen and improve inaccuracies in styleFRIGN
2016-03-14Bump version to 2FRIGN
2016-03-04Add proper blank lines in png2ff(1) before commentsFRIGN
2016-03-04Fix 2 little things in jpg2ff(1)FRIGN
2016-03-04Use uint32-array to store the headerFRIGN
2016-03-04Fix 2ffFRIGN