X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=687c43e1fd12a1eca064cdd898a62cf3e876fc51;hb=6e11fb3335681fe007079d16c6975d469e3afb6b;hp=309c9d8dc3b8540e97a6d80c49481a33489e3607;hpb=eeda8995329601f9f4e35047358400833eeae68e;p=nageru diff --git a/NEWS b/NEWS index 309c9d8..687c43e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +Nageru and Futatabi 1.8.1, December 30th, 2018 + + - Futatabi can now communicate its queue status through a subtitle track, + and Nageru can consume it. This allows Nageru themes to get precise + information programmatically, e.g. to show status or automatically + switch away when the queue is about to end. + + - Futatabi can now reuse the computed flow across successive frames when + interpolating between the same frame pair. This significantly reduces + the GPU load when doing super-slow motion (slower than 0.5x). + + - Various smaller fixes. + + +Nageru and Futatabi 1.8.0, December 20th, 2018 + + - Initial release of Futatabi, a multicamera slow motion video server + designed to be used with Nageru. Futatabi is currently in alpha stage + and largely undocumented. + + - Add support for multi-camera export from Nageru. A multi-camera stream + contains all frames from all camera inputs (unless overridden by + --mjpeg-export-cards), unprocessed except for MJPEG encoding. + MJPEG encoding is done in hardware (via VA-API) on Skylake or newer, + or using libjpeg otherwise. The intended user of this stream is Futatabi. + + Nageru 1.7.5, November 11th, 2018 - Fix a bug where --record-x264-video would not work when VA-API was