]> git.sesse.net Git - movit/commitdiff
Remove obsolete file.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 17 Mar 2014 00:26:13 +0000 (01:26 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 17 Mar 2014 00:26:13 +0000 (01:26 +0100)
This was part of my original scribblings, and is no longer needed.

Makefile.in
effectlist.txt [deleted file]

index e416e5f9f4db73463ec3d8b68f44d5445bc2bcf1..445f5b7dd96c858f21ca81494d5706cc141fa77d 100644 (file)
@@ -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 (file)
index 21fc509..0000000
+++ /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