X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=NEWS;h=6b5bc19a61c1fdbb9cf5fa3c67792cbec151f588;hp=648d1138d1a4667f25eb02231475388e35743bb4;hb=refs%2Ftags%2F1.3.0;hpb=2906256567cb3899b615d45e7d8a8fb482572147 diff --git a/NEWS b/NEWS index 648d113..6b5bc19 100644 --- 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