]> git.sesse.net Git - nageru/blob - NEWS
41c8144fe5ef23074712604baab1d360bec000e8
[nageru] / NEWS
1 Nageru 1.1.0, February 24th, 2016
2
3  - Support doing the H.264 encoding on a different graphics device from the one
4    doing the mixing. In particular, this makes it possible to use Nageru on an
5    NVIDIA GPU while still encoding H.264 video using Intel Quick Sync (NVENC
6    is not supported yet) -- it is less efficient since the data needs to be read
7    back via the CPU, but the NVIDIA cards and drivers are so much faster that it
8    doesn't really matter. Tested on a GTX 950 with the proprietary drivers.
9
10  - In the included example theme, fix fading to/from deinterlaced sources.
11
12  - Various smaller compilation, distribution and documentation fixes.
13
14
15 Nageru 1.0.0, January 30th, 2016
16
17  - Initial release.