summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-22Remove last ICC tracesFRIGN
2016-02-22Use the "row-major" term instead of "row-aligned"FRIGN
2016-02-01Refactor tools and increase performance by ~70%FRIGN
2016-01-31Move alpha-premultiplication information away from the FORMATFRIGN
2016-01-29Back to the roots.FRIGN
2016-01-20Use linear RGBFRIGN
2016-01-19Update manpage reflecting the features of each toolFRIGN
2016-01-19Remove more png cruft from codeFRIGN
2016-01-17Add ICC-color-profile handling to jpg2ffFRIGN
2016-01-17Fix gcc-optimization bug in png2ffFRIGN
2016-01-17Clarify manpages in regard to the ICC handlingFRIGN
2016-01-17Mandate "ProPhoto RGB" color space for farbfeld and handle ICC profilesFRIGN