X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=NEWS;h=476fcb87ae394cfa2f7792bd0e030cffa93fbb6b;hp=4da5901b7577f943c5185e82c7f86122122127a4;hb=c6e29f22390eeba00e8504425eedbafb8b3722c1;hpb=c41fc29dc8d161c1f6364a3c905e0128a3af8c79 diff --git a/NEWS b/NEWS index 4da5901..476fcb8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Movit 1.5.3, August 10th, 2017 + + - Various bugfixes. + + +Movit 1.5.2, July 5th, 2017 + + - The texture generation for ResampleEffect (when the size is changed) + now uses less CPU. + + - Work around an NVIDIA driver threading bug by aggressively caching VAOs. + + +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).