]> git.sesse.net Git - nageru/blob - NEWS
Set CEF autoplay policy to be more lenient.
[nageru] / NEWS
1 Nageru 1.2.0, April 6th, 2016
2
3  - Support for Blackmagic's PCI and Thunderbolt cards, using the official
4    (closed-source) Blackmagic drivers. (You do not need the SDK installed, though.)
5    You can use PCI and USB cards pretty much interchangeably.
6
7  - Much more stable handling of frame queues on non-master cards. In particular,
8    you can have a master card on 50 Hz and another card on 60 Hz without getting
9    lots of warning messages and a 10+ frame latency on the second card.
10
11  - Many new options in the right click menu on cards: Adjustable video inputs,
12    adjustable audio inputs, adjustable resolutions, ability to select card for
13    master clock.
14
15  - Add support for starting with almost all audio processing turned off
16    (--flat-audio).
17
18  - The UI now marks inputs with red or green to mark them as participating in
19    the live or preview signal, respectively. Red takes priority. (Actually,
20    it merely asks the theme for a color for each input; the theme contains
21    the logic.)
22
23  - Add support for uncompressed video instead of H.264 on the HTTP server,
24    while still storing H.264 to files (--http-uncompressed-video). Note that
25    depending on your client, this might not actually be more CPU efficient
26    even on localhost, so be sure to check.
27
28  - Add a simpler, less featureful theme (simple.lua) that should be easier to
29    understand for beginners. Themes are now also choosable with -t on the command
30    line.
31
32  - Too many bugfixes and small tweaks to list. In particular, many memory leaks
33    in the streaming part have been identified and fixed.
34
35
36 Nageru 1.1.0, February 24th, 2016
37
38  - Support doing the H.264 encoding on a different graphics device from the one
39    doing the mixing. In particular, this makes it possible to use Nageru on an
40    NVIDIA GPU while still encoding H.264 video using Intel Quick Sync (NVENC
41    is not supported yet) -- it is less efficient since the data needs to be read
42    back via the CPU, but the NVIDIA cards and drivers are so much faster that it
43    doesn't really matter. Tested on a GTX 950 with the proprietary drivers.
44
45  - In the included example theme, fix fading to/from deinterlaced sources.
46
47  - Various smaller compilation, distribution and documentation fixes.
48
49
50 Nageru 1.0.0, January 30th, 2016
51
52  - Initial release.