]> git.sesse.net Git - casparcg/blobdiff - CHANGES.txt
Fixed a bug where deinterlace_bob never worked.
[casparcg] / CHANGES.txt
index 1ee5bab5506d9dd78bb2fd7cd2ae505109d10bce..ab2cc048d516479de466b24aea6d82a6aab77d71 100644 (file)
@@ -1,7 +1,81 @@
 C H A N G E S\r
 \r
-CasparCG 2.0.7 Beta 2 (as compared to CasparCG 2.0.7 Beta 1)\r
-============================================================\r
+CasparCG Server 2.0.7 (as compared to CasparCG Server 2.0.7 Beta 2)\r
+===================================================================\r
+\r
+General\r
+-------\r
+\r
+  o Added support for using a different configuration file at startup than the\r
+    default casparcg.config by simply adding the name of the file to use as the\r
+    first command line argument to casparcg.exe.\r
+  o Fixed various bugs.\r
+  o Upgraded FFmpeg to latest stable.\r
+\r
+Mixer\r
+-----\r
+\r
+  o Added support for rotation.\r
+  o Added support for changing the anchor point around which fill_translation,\r
+    fill_scale and rotation will be done from.\r
+  o Added support for perspective correct corner pinning.\r
+  o Added support for mipmapped textures with anisotropic filtering for\r
+    increased downscaling quality.\r
+  o Added support for cropping a layer. Not the same as clipping.\r
+\r
+AMCP\r
+----\r
+\r
+  o Added RESUME command to complement PAUSE. (Peter Keuter)\r
+  o To support the new mixer features the following commands has been added:\r
+\r
+    - MIXER ANCHOR -- will return or modify the anchor point for a layer\r
+      (default is 0 0 for backwards compatibility). Example:\r
+      MIXER 1-10 ANCHOR 0.5 0.5\r
+      ...for changing the anchor to the middle of the layer\r
+      (a MIXER 1-10 FILL 0.5 0.5 1 1 will be necessary to place the layer at the\r
+      same place on screen as it was before).\r
+\r
+    - MIXER ROTATION -- will return or modify the angle of which a layer is\r
+      rotated by (clockwise degrees) around the point specified by ANCHOR.\r
+\r
+    - MIXER PERSPECTIVE -- will return or modify the corners of the perspective\r
+      transformation of a layer. One X Y pair for each corner (order upper left,\r
+      upper right, lower right and lower left). Example:\r
+      MIXER 1-10 PERSPECTIVE 0.4 0.4 0.6 0.4 1 1 0 1\r
+\r
+    - MIXER MIPMAP -- will return or modify whether to enable mipmapping of\r
+      textures produced on a layer. Only frames produced after a change will be\r
+      affected. So for example image_producer will not be affected while the\r
+      image is displayed.\r
+\r
+    - MIXER CROP -- will return or modify how textures on a layer will be\r
+      cropped. One X Y pair each for the upper left corner and for the lower\r
+      right corner.\r
+\r
+Consumers\r
+---------\r
+\r
+  o Removed blocking_decklink_consumer. It was more like an experiment at best\r
+    and its usefulness was questionable.\r
+\r
+HTML producer\r
+-------------\r
+\r
+  o No longer tries to play all files with a . in their name.\r
+    (Georgi Chorbadzhiyski)\r
+  o Reimplemented using CEF3 instead of Berkelium, which enables use of WebGL\r
+    and more. CEF3 is actively maintained, which Berkelium is not. (Robert Nagy)\r
+  o Implements a custom version of window.requestAnimationFrame which will\r
+    follow the pace of the channel, for perfectly smooth animations.\r
+  o No longer manually interlaces frames, to allow for mixer fill transforms\r
+    without artifacts.\r
+  o Now uses CEF3 event loop to avoid 100% CPU core usage.\r
+\r
+\r
+\r
+CasparCG Server 2.0.7 Beta 2 (as compared to CasparCG Server 2.0.7 Beta 1)\r
+==========================================================================\r
 \r
 General\r
 -------\r
@@ -24,13 +98,13 @@ Consumers
     manage a separate key output for use with decklink duo/quad cards:\r
 \r
     <decklink>\r
-         <device>1</device>\r
-         <key-device>2</key-device>\r
-         <keyer>external_separate_device</keyer>\r
-       </decklink>\r
+      <device>1</device>\r
+      <key-device>2</key-device>\r
+      <keyer>external_separate_device</keyer>\r
+    </decklink>\r
 \r
-       ...in the configuration will enable the feature. The value of <key-device />\r
-       defaults to the value of <device /> + 1.\r
+    ...in the configuration will enable the feature. The value of <key-device />\r
+    defaults to the value of <device /> + 1.\r
   o synchronizing_consumer: Removed in favour of a single decklink_consumer\r
     managing both fill and key device.\r
   o streaming_consumer: A new implementation of ffmpeg_consumer with added\r
@@ -45,17 +119,17 @@ Consumers
 \r
     ADD 1 STREAM udp://localhost:5004 -vcodec libx264 -tune zerolatency -preset ultrafast -crf 25 -format mpegts -vf scale=240:180\r
 \r
-       ...via AMCP. (Robert Nagy sponsored by Ericsson Broadcasting Services)\r
+    ...via AMCP. (Robert Nagy sponsored by Ericsson Broadcasting Services)\r
   o newtek_ivga_consumer: Added support for iVGA consumer to not provide channel\r
     sync even though connected. Useful for iVGA clients that downloads as fast\r
-       as possible instead of in frame-rate pace, like Wirecast. To enable:\r
+    as possible instead of in frame-rate pace, like Wirecast. To enable:\r
 \r
     <newtek-ivga>\r
-         <provide-sync>false</provide-sync>\r
-       </newtek-ivga>\r
+      <provide-sync>false</provide-sync>\r
+    </newtek-ivga>\r
 \r
     ...in config to not provide channel sync when connected. The default is\r
-       true.\r
+    true.\r
 \r
 AMCP\r
 ----\r
@@ -67,8 +141,8 @@ AMCP
 \r
 \r
 \r
-CasparCG 2.0.7 Beta 1 (as compared to 2.0.6 Stable)\r
-===================================================\r
+CasparCG Server 2.0.7 Beta 1 (as compared to 2.0.6 Stable)\r
+==========================================================\r
 \r
 General\r
 -------\r
@@ -85,8 +159,8 @@ Producers
 \r
 \r
 \r
-CasparCG 2.0.6 Stable (as compared to 2.0.4 Stable)\r
-===================================================\r
+CasparCG Server 2.0.6 Stable (as compared to 2.0.4 Stable)\r
+==========================================================\r
 \r
 General\r
 -------\r
@@ -124,8 +198,8 @@ General
 \r
 \r
 \r
-CasparCG 2.0.4 Stable (as compared to 2.0.4 Beta 1)\r
-===================================================\r
+CasparCG Server 2.0.4 Stable (as compared to 2.0.4 Beta 1)\r
+==========================================================\r
 \r
 General\r
 -------\r
@@ -182,8 +256,8 @@ OSC
 \r
 \r
 \r
-CasparCG 2.0.4 Beta 1 (as compared to 2.0.3 Stable)\r
-===================================================\r
+CasparCG Server 2.0.4 Beta 1 (as compared to 2.0.3 Stable)\r
+==========================================================\r
 \r
 General\r
 -------\r
@@ -335,8 +409,8 @@ OSC
 \r
 \r
 \r
-CasparCG 2.0.3 Stable (as compared to 2.0.3 Alpha)\r
-==================================================\r
+CasparCG Server 2.0.3 Stable (as compared to 2.0.3 Alpha)\r
+=========================================================\r
 \r
 Stage\r
 -----\r
@@ -352,8 +426,8 @@ AMCP
 \r
 \r
 \r
-CasparCG 2.0.3 Alpha (as compared to 2.0 Stable)\r
-================================================\r
+CasparCG Server 2.0.3 Alpha (as compared to 2.0 Stable)\r
+=======================================================\r
 \r
 General\r
 -------\r
@@ -408,8 +482,8 @@ Producers
 \r
 \r
 \r
-CasparCG 2.0 Stable (as compared to Beta 3)\r
-===========================================\r
+CasparCG Server 2.0 Stable (as compared to Beta 3)\r
+==================================================\r
 \r
 General\r
 -------\r
@@ -427,8 +501,8 @@ Consumers
 \r
 \r
 \r
-CasparCG 2.0 Beta 3 (as compared to Beta 1)\r
-===========================================\r
+CasparCG Server 2.0 Beta 3 (as compared to Beta 1)\r
+==================================================\r
 \r
 Formats\r
 -------\r
@@ -529,8 +603,8 @@ Diagnostics
 \r
 \r
 \r
-CasparCG 2.0 Beta 1 (as compared to Alpha)\r
-==========================================\r
+CasparCG Server 2.0 Beta 1 (as compared to Alpha)\r
+=================================================\r
 \r
   o Blending Modes (needs to be explicitly enabled)\r
     + overlay\r
@@ -599,8 +673,8 @@ CasparCG 2.0 Beta 1 (as compared to Alpha)
 \r
 \r
 \r
-CasparCG 2.0 Alpha (as compared to 1.8)\r
-=======================================\r
+CasparCG Server 2.0 Alpha (as compared to 1.8)\r
+==============================================\r
 \r
 General\r
 -------\r