From: Helge Norberg Date: Thu, 30 Mar 2017 13:46:35 +0000 (+0200) Subject: [CHANGELOG] Updated. X-Git-Tag: 2.1.0_Beta2~24 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=02ebf804975f1c52e71deeefb0eafc53843c0272;hp=88f4375df2bfbc1a76172e5d98653c6f1c22e3a9;p=casparcg [CHANGELOG] Updated. --- diff --git a/CHANGELOG b/CHANGELOG index 7ca45d699..50718e1e8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -43,6 +43,8 @@ Consumers + Fixed bug in parsing of paths containing -. + Fixed bugs where previously effective arguments like -pix_fmt were ignored. + + Fixed bug where interlaced channels where not recorded correctly for + some codecs. o DeckLink consumer: + Rewrote the frame hand-off between send() and ScheduledFrameCompleted() in a way that hopefully resolves all dead-lock scenarios previously possible. @@ -79,6 +81,10 @@ Producers o Layer producer: + Fixed serious bug where a circular reference of layer producers caused a stack overflow and server crash. + + Can now route from layer on a channel with an incompatible framerate. + o Channel producer: + + Can now route from channel with an incompatible framerate. + + Deinterlaces interlaced content from source channel. o Scene producer: + Added abs(), floor(), to_lower(), to_upper() and length() functions to the expression language.