X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=CHANGES.txt;h=73357f00c7dac1727cb4f2e0af5c354b1757d72c;hb=876936b1ca4370bf5f750c392bc208809abc5a99;hp=7a028201ae629b4703274efe31420324d5bae077;hpb=44b6469fbb0145ca78b71f977612f3f0c5c8056c;p=casparcg diff --git a/CHANGES.txt b/CHANGES.txt index 7a028201a..73357f00c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,13 +1,112 @@ C H A N G E S -CasparCG 2.0.7 Beta (as compared to 2.0.6 Stable) -================================================= +CasparCG Server 2.0.7 (as compared to CasparCG Server 2.0.7 Beta 2) +=================================================================== + +General +------- + + o Added support for using a different configuration file at startup than the + default casparcg.config by simply adding the name of the file to use as the + first command line argument to casparcg.exe. + o Fixed various bugs. + +AMCP +---- + + o Added RESUME command to complement PAUSE. (Peter Keuter) + +HTML producer +------------- + + o No longer tries to play all files with a . in their name. + (Georgi Chorbadzhiyski) + o Reimplemented using CEF3 instead of Berkelium, which enables use of WebGL + and more. CEF3 is actively maintained, which Berkelium is not. (Robert Nagy) + o Implements a custom version of window.requestAnimationFrame which will + follow the pace of the channel, for perfectly smooth animations. + o No longer manually interlaces frames, to allow for mixer fill transforms + without artifacts. + o Now uses CEF3 event loop to avoid 100% CPU core usage. + + + +CasparCG Server 2.0.7 Beta 2 (as compared to CasparCG Server 2.0.7 Beta 1) +========================================================================== + +General +------- + + o Added sendings of OSC messages for channel_grid channel in addition to + regular channels. + +Producers +--------- + + o FFmpeg: Reports correct nb_frames() when using SEEK (Thomas Kaltz III) + o Flash: Fixed bug wherer CG PLAY, CG INVOKE + +Consumers +--------- + + o channel_consumer: Added support for more than one channel_consumer per + channel. + o decklink_consumer: Added support for a single instance of the consumer to + manage a separate key output for use with decklink duo/quad cards: + + + 1 + 2 + external_separate_device + + + ...in the configuration will enable the feature. The value of + defaults to the value of + 1. + o synchronizing_consumer: Removed in favour of a single decklink_consumer + managing both fill and key device. + o streaming_consumer: A new implementation of ffmpeg_consumer with added + support for streaming and other PTS dependent protocols. Examples: + + + udp://localhost:5004 + -vcodec libx264 -tune zerolatency -preset ultrafast -crf 25 -format mpegts -vf scale=240:180 + + + ...in configuration or: + + ADD 1 STREAM udp://localhost:5004 -vcodec libx264 -tune zerolatency -preset ultrafast -crf 25 -format mpegts -vf scale=240:180 + + ...via AMCP. (Robert Nagy sponsored by Ericsson Broadcasting Services) + o newtek_ivga_consumer: Added support for iVGA consumer to not provide channel + sync even though connected. Useful for iVGA clients that downloads as fast + as possible instead of in frame-rate pace, like Wirecast. To enable: + + + false + + + ...in config to not provide channel sync when connected. The default is + true. + +AMCP +---- + + o Added support in ADD and REMOVE for a placeholder which + will resolve to the connected AMCP client's IPV4 address. + o Fixed bug where AMCP commands split into multiple TCP packets where not + correctly parsed (http://casparcg.com/forum/viewtopic.php?f=3&t=2480) + + + +CasparCG Server 2.0.7 Beta 1 (as compared to 2.0.6 Stable) +========================================================== General ------- o FFmpeg: Upgraded to master and adapted CasparCG to FFmpeg API changes (Robert Nagy sponsored by SVT) o FFmpeg: Fixed problem with frame count calculation (Thomas Kaltz III) + o Fixed broken CG UPDATE. Producers --------- @@ -17,8 +116,8 @@ Producers -CasparCG 2.0.6 Stable (as compared to 2.0.4 Stable) -=================================================== +CasparCG Server 2.0.6 Stable (as compared to 2.0.4 Stable) +========================================================== General ------- @@ -56,8 +155,8 @@ General -CasparCG 2.0.4 Stable (as compared to 2.0.4 Beta 1) -=================================================== +CasparCG Server 2.0.4 Stable (as compared to 2.0.4 Beta 1) +========================================================== General ------- @@ -114,8 +213,8 @@ OSC -CasparCG 2.0.4 Beta 1 (as compared to 2.0.3 Stable) -=================================================== +CasparCG Server 2.0.4 Beta 1 (as compared to 2.0.3 Stable) +========================================================== General ------- @@ -241,7 +340,6 @@ AMCP o PLAY 1-1 2-10 creates a layer producer on 1-1 redirecting the output of 2-10. (Cambell Prince) - OSC --- o Support for sending OSC messages over UDP to either a predefined set of @@ -268,8 +366,8 @@ OSC -CasparCG 2.0.3 Stable (as compared to 2.0.3 Alpha) -================================================== +CasparCG Server 2.0.3 Stable (as compared to 2.0.3 Alpha) +========================================================= Stage ----- @@ -285,8 +383,8 @@ AMCP -CasparCG 2.0.3 Alpha (as compared to 2.0 Stable) -================================================ +CasparCG Server 2.0.3 Alpha (as compared to 2.0 Stable) +======================================================= General ------- @@ -341,8 +439,8 @@ Producers -CasparCG 2.0 Stable (as compared to Beta 3) -=========================================== +CasparCG Server 2.0 Stable (as compared to Beta 3) +================================================== General ------- @@ -360,8 +458,8 @@ Consumers -CasparCG 2.0 Beta 3 (as compared to Beta 1) -=========================================== +CasparCG Server 2.0 Beta 3 (as compared to Beta 1) +================================================== Formats ------- @@ -462,8 +560,8 @@ Diagnostics -CasparCG 2.0 Beta 1 (as compared to Alpha) -========================================== +CasparCG Server 2.0 Beta 1 (as compared to Alpha) +================================================= o Blending Modes (needs to be explicitly enabled) + overlay @@ -532,8 +630,8 @@ CasparCG 2.0 Beta 1 (as compared to Alpha) -CasparCG 2.0 Alpha (as compared to 1.8) -======================================= +CasparCG Server 2.0 Alpha (as compared to 1.8) +============================================== General -------