X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=CHANGELOG;h=7ca45d6999c7fcf63d9ada90eeba91712fb401be;hb=f448ec11e7f03bd25d9e578ba95a921edbad20e1;hp=f0e1de6b165bc1b28f34019dcd452f35da1a2a9c;hpb=435e4ef97b2d1dc2826d2ad1fde071cf7216dbc2;p=casparcg diff --git a/CHANGELOG b/CHANGELOG index f0e1de6b1..7ca45d699 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -41,9 +41,16 @@ Consumers BT.601 color matrix instead of the BT.709 color matrix. RGB codecs like qtrle was never affected but all the YCbCr based codecs were. + Fixed bug in parsing of paths containing -. + + Fixed bugs where previously effective arguments like -pix_fmt were + ignored. o DeckLink consumer: + Rewrote the frame hand-off between send() and ScheduledFrameCompleted() in a way that hopefully resolves all dead-lock scenarios previously possible. + o Bluefish consumer: + + Largely rewritten against newest SDK, giving support for newer hardware + and features (Satchit Nambiar and James Wise sponsored by Bluefish444). + o Screen consumer: + + Fixed full screen mode. Producers --------- @@ -55,6 +62,8 @@ Producers decode the first frame. + Added support for IN and OUT parameters (Dimitry Ishenko). + Added DV/HDV video device support under Linux (Walter Sonius). + + Remove unused flags variable in queued_seek (Dimitry Ishenko). + + Now recognizes .ts files without probing contents (Ovidijus Striaukas). o Destroy producer proxy: + Created workaround for bug in FFmpeg where every new thread used to cleanup caused handles to leak (not sure why). Reduced the effect by using @@ -65,6 +74,8 @@ Producers + Fixed bug where only URL:s with . in them where recognized. o Image producer: + Added LENGTH parameter to allow for queueing with LOADBG AUTO. + + Fixed inconsistency in what file extensions are supported vs listed in + CLS/CINF. o Layer producer: + Fixed serious bug where a circular reference of layer producers caused a stack overflow and server crash. @@ -105,6 +116,8 @@ Mixer instead of always from the target texture. This means that for example a MIXER KEYER layer without a layer above to key, as well as a separate alpha file with MIXER OPACITY 0 now works as expected. + o Fixed bug where already drawn GL_QUADS were not composited against, causing + for example italic texts to be rendered incorrectly in the text_producer. AMCP ----