2018-07-16 09:47 | Correct arg.h license | Laslo Hunhold | 1 | +2 | -1 |
2018-04-11 10:10 | Bump version to 4 | Laslo Hunhold | 1 | +1 | -1 |
2018-04-11 10:48 | Add warn() and die() | Laslo Hunhold | 8 | +63 | -40 |
2018-04-11 10:06 | Update manuals and LICENSE | Laslo Hunhold | 9 | +9 | -9 |
2018-04-11 09:51 | Add efread() and efwrite() | Laslo Hunhold | 8 | +46 | -77 |
2017-08-13 21:29 | Update MANPREFIX according to FHS | Laslo Hunhold | 1 | +1 | -1 |
2017-08-04 15:53 | Rename _i,_argused to i_,argused_ | Laslo Hunhold | 1 | +8 | -8 |
2017-08-04 15:05 | arg.h: Small style change | Laslo Hunhold | 1 | +2 | -3 |
2017-08-04 15:02 | arg.h: Reformat warranty clause in line with template | Laslo Hunhold | 1 | +7 | -8 |
2017-08-04 14:35 | Change the license formatting a bit to be in line with the OSI | Laslo Hunhold | 2 | +10 | -10 |
2017-08-04 14:15 | arg.h: Fortify ARGC() | Laslo Hunhold | 1 | +1 | -1 |
2017-08-04 14:11 | arg.h: Refactor ARGF_() | Laslo Hunhold | 1 | +8 | -12 |
2017-08-04 13:59 | arg.h: Do not modify the array elements of argv[] | Laslo Hunhold | 1 | +12 | -12 |
2017-08-04 13:42 | arg.h: Rename argparsed to argused | Laslo Hunhold | 1 | +4 | -4 |
2017-08-02 19:49 | Remove dangling newlines in LICENSE | Laslo Hunhold | 1 | +0 | -2 |
2017-08-02 19:46 | Combine all license matters in LICENSE | Laslo Hunhold | 2 | +12 | -49 |
2017-08-02 19:19 | FORMAT: make it a proper table with Unicode-boundary-glyphs | Laslo Hunhold | 1 | +11 | -11 |
2017-08-02 11:49 | config.mk: small style change | Laslo Hunhold | 1 | +1 | -1 |
2017-08-02 11:44 | arg.h: Handle { NULL } argv[] properly | Laslo Hunhold | 1 | +1 | -1 |
2017-08-02 06:36 | Minor style change in arg.h | Laslo Hunhold | 1 | +1 | -1 |
2017-07-27 17:01 | Rewrite arg.h | Laslo Hunhold | 1 | +48 | -58 |
2017-05-30 20:25 | Makefile - expand targets for portability | Laslo Hunhold | 1 | +14 | -4 |
2017-05-29 16:29 | Makefile-workaround for OpenBSD | Laslo Hunhold | 1 | +1 | -1 |
2017-05-01 18:29 | Rename TOOL-LDFLAGS to TOOL-LDLIBS, fix order and add explicit .c.o | Laslo Hunhold | 2 | +10 | -7 |
2017-04-16 21:30 | Add Alexander and Mattias to LICENSE | Laslo Hunhold | 1 | +2 | -0 |
2017-04-16 21:22 | Bring cc-command-line in order | Laslo Hunhold | 1 | +1 | -1 |
2017-04-14 20:53 | Bump version to 3 | Laslo Hunhold | 1 | +1 | -1 |
2017-04-14 20:39 | Improve the wording on alpha-blending | Laslo Hunhold | 2 | +2 | -3 |
2017-04-14 20:26 | Remove the need of '#' for alpha masks | Laslo Hunhold | 3 | +4 | -8 |
2017-04-14 20:15 | Improve readability of alpha-blending sections | Laslo Hunhold | 2 | +8 | -4 |
2017-04-14 19:54 | Move the logo a bit to the left so it is centered | Laslo Hunhold | 1 | +5 | -5 |
2017-04-14 19:52 | Fix the R in the logo | Laslo Hunhold | 1 | +1 | -1 |
2017-04-14 19:45 | Update usage of ff2jpg(1) and ff2ppm(1) | Laslo Hunhold | 2 | +2 | -2 |
2017-04-14 19:40 | Refactor invert.c in farbfeld.5 | Laslo Hunhold | 1 | +73 | -28 |
2017-04-14 18:10 | Update the Makefile to reflect TODO has been removed | Laslo Hunhold | 1 | +1 | -1 |
2017-04-14 18:04 | Update and refactor the manpages | Laslo Hunhold | 8 | +61 | -74 |
2017-04-14 16:21 | Update the README | Laslo Hunhold | 1 | +24 | -17 |
2017-04-14 15:51 | Don't suppress imagemagick and png2ff(1) warnings | Laslo Hunhold | 1 | +1 | -1 |
2017-04-14 15:39 | Make comment in ff2jpg(1) more consistent | Laslo Hunhold | 1 | +1 | -1 |
2017-04-14 15:32 | Refactor 2ff(1) | Laslo Hunhold | 1 | +22 | -20 |
2017-04-14 14:39 | Staticize functions in png2ff(1) | Laslo Hunhold | 1 | +2 | -2 |
2017-04-14 14:21 | Remove TODO | Laslo Hunhold | 1 | +0 | -2 |
2017-04-14 14:04 | Add PNG-LDFLAGS and JPG-LDFLAGS in config.mk | Laslo Hunhold | 2 | +7 | -5 |
2017-04-12 22:07 | Use fshut() to properly flush the output stream | Laslo Hunhold | 8 | +35 | -6 |
2017-04-12 21:48 | Update LICENSE | Laslo Hunhold | 1 | +1 | -1 |
2017-04-12 21:43 | Update TODO | Laslo Hunhold | 1 | +1 | -2 |
2017-04-12 21:42 | Refactor ff2ppm(1) | Laslo Hunhold | 1 | +20 | -46 |
2017-04-12 21:41 | Refactor png-conversion-utilities | Laslo Hunhold | 2 | +95 | -85 |
2017-04-12 21:39 | Refactor ff2pam(1) | Laslo Hunhold | 1 | +27 | -25 |
2017-04-12 21:36 | Refactor jpg-conversion-utilities | Laslo Hunhold | 2 | +92 | -114 |
2017-04-12 21:36 | Also print extra warnings | Laslo Hunhold | 1 | +1 | -1 |
2017-04-12 21:34 | Rename header-functions and add more util functions | Laslo Hunhold | 2 | +178 | -4 |
2017-04-02 18:56 | config.mk: C89 -> C99 | Laslo Hunhold | 1 | +1 | -1 |
2017-04-02 18:53 | Remove prerequisite from single-suffix inference rule | Laslo Hunhold | 1 | +1 | -1 |
2017-03-30 07:49 | Add util.{c|h} to deduplicate code | Laslo Hunhold | 8 | +85 | -75 |
2017-03-30 07:29 | Mark explicit dependency on requisites for BIN | Laslo Hunhold | 1 | +4 | -2 |
2017-03-30 06:59 | Pass LDFLAGS instead of CFLAGS in the linking stage | Laslo Hunhold | 1 | +2 | -1 |
2017-03-30 06:52 | No need to keep the implicit build rule | Laslo Hunhold | 1 | +0 | -3 |
2017-03-30 06:41 | Make Makefile strictly POSIX compliant | Laslo Hunhold | 2 | +17 | -16 |
2017-03-29 16:07 | Rename PREREQ to REQ | Laslo Hunhold | 1 | +5 | -5 |
2017-03-29 15:51 | Overhaul Build-system | Laslo Hunhold | 2 | +34 | -56 |
2017-01-09 18:43 | Update TODO | Laslo Hunhold | 1 | +2 | -0 |
2017-01-09 04:23 | Add ff2pam(1): convert farbfeld to 16-bit RGBA Portable Arbitrary Map | Mattias Andrée | 3 | +116 | -1 |
2016-09-19 20:51 | 2ff: use trap to remove temporary file | FRIGN | 1 | +5 | -5 |
2016-09-19 19:47 | 2ff: make it more portable | FRIGN | 1 | +2 | -2 |
2016-09-19 17:07 | 2ff: Make it idempotent and clean it up a bit | FRIGN | 1 | +20 | -8 |
2016-09-07 21:10 | Shellcheck 2ff fixes | FRIGN | 1 | +6 | -6 |
2016-05-18 22:21 | Improve fread error handling in ff2* | Alexander Krotov | 3 | +25 | -10 |
2016-05-17 21:02 | Makefile improvements | Hiltjo Posthuma | 2 | +24 | -7 |
2016-05-18 08:33 | Revert "Fix Makefile to rebuild when there have been changes" | FRIGN | 1 | +2 | -4 |
2016-05-17 19:53 | Fix Makefile to rebuild when there have been changes | FRIGN | 1 | +4 | -2 |
2016-04-10 20:54 | Remove dimension checks | FRIGN | 2 | +4 | -16 |
2016-04-03 20:17 | Remove line-breaks from Makefile | FRIGN | 1 | +4 | -8 |
2016-04-03 19:44 | Makefile improvements | Hiltjo Posthuma | 1 | +26 | -32 |
2016-03-24 18:17 | add ff2jpg tool, convert farbfeld images to RGB JPEG | Hiltjo Posthuma | 4 | +210 | -3 |
2016-03-24 18:09 | don't link against unneeded libs | Hiltjo Posthuma | 2 | +16 | -6 |
2016-03-24 17:45 | fix bugs introduced by refactor f0a4ce113d0e9dc50110a0ad9e98433d05aa2307 | Hiltjo Posthuma | 1 | +2 | -1 |
2016-03-21 22:41 | Use uint8_t instead of uint16_t correctly | FRIGN | 1 | +1 | -1 |
2016-03-21 21:54 | Write a better format for the row-buffer allocation | FRIGN | 1 | +2 | -2 |
2016-03-21 21:26 | Optimize ff2ppm(1) | FRIGN | 1 | +27 | -36 |
2016-03-21 20:09 | add arg.h (needed for ff2ppm) | Hiltjo Posthuma | 1 | +65 | -0 |
2016-03-21 20:06 | add ff2ppm(1) | Hiltjo Posthuma | 3 | +177 | -3 |
2016-03-18 18:49 | Prevent overflow in rowlen and improve inaccuracies in style | FRIGN | 3 | +14 | -8 |
2016-03-14 22:12 | Bump version to 2 | FRIGN | 1 | +1 | -1 |
2016-03-04 11:31 | Add proper blank lines in png2ff(1) before comments | FRIGN | 1 | +3 | -0 |
2016-03-04 11:29 | Fix 2 little things in jpg2ff(1) | FRIGN | 1 | +2 | -2 |
2016-03-04 11:23 | Use uint32-array to store the header | FRIGN | 1 | +4 | -7 |
2016-03-04 11:22 | Fix 2ff | FRIGN | 1 | +1 | -1 |
2016-02-22 16:40 | Remove last ICC traces | FRIGN | 3 | +1 | -4 |
2016-02-22 16:37 | Use the "row-major" term instead of "row-aligned" | FRIGN | 2 | +12 | -12 |
2016-02-01 12:36 | Refactor tools and increase performance by ~70% | FRIGN | 3 | +69 | -73 |
2016-01-30 23:08 | Move alpha-premultiplication information away from the FORMAT | FRIGN | 2 | +14 | -15 |
2016-01-29 22:34 | Back to the roots. | FRIGN | 6 | +31 | -203 |
2016-01-20 21:31 | Use linear RGB | FRIGN | 4 | +38 | -32 |
2016-01-19 22:32 | Update manpage reflecting the features of each tool | FRIGN | 2 | +5 | -3 |
2016-01-19 22:17 | Remove more png cruft from code | FRIGN | 2 | +72 | -71 |
2016-01-17 20:03 | Add ICC-color-profile handling to jpg2ff | FRIGN | 1 | +25 | -4 |
2016-01-17 20:01 | Fix gcc-optimization bug in png2ff | FRIGN | 1 | +4 | -4 |
2016-01-17 01:18 | Clarify manpages in regard to the ICC handling | FRIGN | 2 | +4 | -3 |
2016-01-17 00:39 | Mandate "ProPhoto RGB" color space for farbfeld and handle ICC profiles | FRIGN | 6 | +195 | -42 |
| More commits remaining [...] |