]> git.sesse.net Git - casparcg/blobdiff - CHANGES.txt
Fixed a bug where deinterlace_bob never worked.
[casparcg] / CHANGES.txt
index 86c1acafc61c3dd975e21b0659fa30bb85e9067e..ab2cc048d516479de466b24aea6d82a6aab77d71 100644 (file)
@@ -10,6 +10,7 @@ General
     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
@@ -17,6 +18,10 @@ Mixer
   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
@@ -34,6 +39,20 @@ AMCP
     - 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