From a3e64998d3f042a18b17423695c9fab133e33ac4 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 17 Mar 2014 01:26:13 +0100 Subject: [PATCH] Remove obsolete file. This was part of my original scribblings, and is no longer needed. --- Makefile.in | 2 +- effectlist.txt | 43 ------------------------------------------- 2 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 effectlist.txt diff --git a/Makefile.in b/Makefile.in index e416e5f..445f5b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -182,7 +182,7 @@ install: libmovit.la $(INSTALL) -m 644 movit.pc $(DESTDIR)$(libdir)/pkgconfig/ DISTDIR=movit-$(movit_version) -OTHER_DIST_FILES=add.frag autogen.sh blue.frag configure.ac d65.h effectlist.txt identity.frag invert_effect.frag Makefile.in mipmap_needing_effect.frag movit.pc.in README NEWS test_util.h widgets.h +OTHER_DIST_FILES=add.frag autogen.sh blue.frag configure.ac d65.h identity.frag invert_effect.frag Makefile.in mipmap_needing_effect.frag movit.pc.in README NEWS test_util.h widgets.h dist: $(MKDIR) $(DISTDIR) diff --git a/effectlist.txt b/effectlist.txt deleted file mode 100644 index 21fc509..0000000 --- a/effectlist.txt +++ /dev/null @@ -1,43 +0,0 @@ - linear light? - -geometrical (5) - - * crop 0 - * rotate +1 - * lens correction +1 - * mirror/flip 0 - * aspect ratio change 0 - -time (2) - - * slowmo/speedup ?? - * stabilize ?? - -spatial (6) - - * blur +2 - * sharpen +2 - * denoise +2 - * glow +2 - * vignette +1 - * diffuse +2 - -color and exposure (5) - - * brightness/contrast +2 - * hue/saturation/value +2 - * levels/curves -1 - * lift/gamma/gain +2 - * white balance +2 - -misc (1) - - * chroma key ?? - - -linear light key: - - * -1: actively harmful - * 0: don't care - * 1: would be nice - * 2: important -- 2.39.2