From: Steinar H. Gunderson Date: Mon, 29 May 2017 17:09:00 +0000 (+0200) Subject: Release Movit 1.5.1. (No ABI break, as only a new non-virtual member function is... X-Git-Tag: 1.5.1 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=546632016ca9a297ca14a0d3e6890d52bfae049c Release Movit 1.5.1. (No ABI break, as only a new non-virtual member function is added.) --- diff --git a/Makefile.in b/Makefile.in index 9267766..cbbb9f8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,8 +6,8 @@ GTEST_DIR ?= /usr/src/gtest # strive towards having a rock-stable ABI, but at least the soversion will increase # whenever it breaks, so that you will not have silent failures, and distribution package # management can run its course. -movit_ltversion = 6:0:0 -movit_version = 1.5.0 +movit_ltversion = 7:0:1 +movit_version = 1.5.1 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index 4da5901..e56fec2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Movit 1.5.1, May 29th, 2017 + + - Allow YCbCrInput to change input format after finalize. + + - Some minor YCbCrInput bugfixes. + + Movit 1.5.0, March 21st, 2017 - Support interleaved Y'CbCr input (4:4:4 in a single texture).