summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-04Add farbfeld(5) manpageFRIGN
2016-01-04Add stricter and clearer error-checking in png2ff and ff2pngFRIGN
2016-01-04Readd &colorFRIGN
2016-01-04Convert depth-check to switch and remove unused variablesFRIGN
2016-01-04Clean up png2ff, remove debug leftoversFRIGN
2016-01-04Update LICENSEFRIGN
2016-01-04Update TODOFRIGN
2016-01-04ff2png: Export 16-Bit RGBA PNG's so we don't lose dataFRIGN
2016-01-04png2ff: Convert 16-Bit PNG's losslesslyFRIGN
2015-12-11Use stdin and stdout with 2ffFRIGN
2015-12-08fix segfault on JPG errorFRIGN
2015-11-23Update TODOFRIGN
2015-11-23Update LICENSE 2FRIGN
2015-11-23Update LICENSEFRIGN
2015-11-23JPG Code cleanupFRIGN
2015-11-23(Re)add jpg2ffFRIGN
2015-11-17Make config.mk easier to edit on different systemssin
2015-11-17Add 2ff utilityFRIGN
2015-11-17Fix my name in LICENSEsin
2015-11-17Avoid using the non-portable endian.h conversion functionssin
2015-11-13Add _BSD_SOURCE for endian.hFRIGN
2015-11-10Remove arg.hFRIGN
2015-11-10Fix 16-bit RGB-expands and header-endianness properlyFRIGN
2015-11-10Update farbfeld-documentationFRIGN
2015-11-10Fix Makefile-commentFRIGN
2015-11-10Overhaul buildsystemFRIGN
2015-11-09imagefile -> farbfeldFRIGN
2015-07-31config.mk: use c99, not -c90+ansi, unrecognized on OpenBSDHiltjo Posthuma
2015-02-03Add gif2if procedure to MakefileFRIGN
2014-07-31Fix incompatibilities with older version of giflibsin
2014-07-31Makefile: prefer lib flags over general LDFLAGSHiltjo Posthuma
2014-07-31config.mk: add CPPFLAGS and commented debug flagsHiltjo Posthuma
2014-07-31jpg2if: remain compatible with non-turbo libjpegHiltjo Posthuma
2014-07-29add myself to LICENSEHiltjo Posthuma
2014-07-29add gif2ifHiltjo Posthuma
2014-07-29add jpg2ifHiltjo Posthuma
2014-07-29Revert "Fix endianness in header"sin
2014-07-29Fix endianness in headerFRIGN
2014-07-29After reworking the code png_row doesn't need to be explicitly initializedsin
2014-07-29Add myself to LICENSEsin
2014-07-29Be consistent and free png data in png2if as wellsin
2014-07-29Don't bother to cleanup in error casessin
2014-07-29Use %lu in case of an unexpected EOF or row-skewsin
2014-07-29Reorder includessin
2014-07-29Ensure that png_row is NULLsin
2014-07-29If the match at the start of the header doesn't match say so explicitlysin
2014-07-29Fix type inconsistencies and remove hacky compiler optionssin
2014-07-29Fix conversion of grayscale-png'sFRIGN
2014-07-22It is -Wno-clobbered not -Wno-clobbersin
2014-07-20Don't warn about clobbered pointers.FRIGN