]> git.sesse.net Git - movit/blobdiff - NEWS
Release Movit 1.3.0.
[movit] / NEWS
diff --git a/NEWS b/NEWS
index 648d1138d1a4667f25eb02231475388e35743bb4..6b5bc19a61c1fdbb9cf5fa3c67792cbec151f588 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Movit 1.3.0, January 31st, 2016
+
+  - Movit now requires GLSL 1.30 (so a driver from 2008 or later);
+    before, it claimed to support 1.10, but actually used 1.30 features.
+    Note that some OpenGL drivers, in particular on OS X, only supports
+    GLSL 1.30 (actually, 1.50) if you have an OpenGL core context.
+
+  - Add a deinterlacer, based on YADIF.
+
+  - Allow parallel output to RGBA and Y'CbCr textures at the same time.
+
+  - Make FlatInput and YCbCrInput support taking in external OpenGL
+    textures. Also allow them to change width/height after instantiation.
+
+  - Various compatibility and performance fixes. In particular,
+    fp16 conversion on older (non-Haswell) CPUs is much faster, due to
+    new conversion code by Fabian Giesen.
+
+
 Movit 1.2.0, September 24th, 2015
 
   - Movit now ships a version.h with a #define MOVIT_VERSION that