From 89380bddea431dbb1fc721c9839026685c6d53b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 29 May 2019 11:02:26 +0100 Subject: [PATCH] docs: update plugins cache And add gtk+ and qt plugins --- docs/gst_plugins_cache.json | 1425 ++++++++++++++++++++++++++--------- 1 file changed, 1061 insertions(+), 364 deletions(-) diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index 761a689282..9a271c0370 100644 --- a/docs/gst_plugins_cache.json +++ b/docs/gst_plugins_cache.json @@ -567,6 +567,14 @@ "type-name": "gboolean", "writable": true }, + "stats": { + "blurb": "Sink Statistics", + "construct": false, + "construct-only": false, + "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;", + "type-name": "GstStructure", + "writable": false + }, "sync": { "blurb": "Sync on the clock", "construct": false, @@ -609,7 +617,7 @@ "rank": "none" } }, - "filename": "libgstaasink.so", + "filename": "gstaasink", "license": "LGPL", "package": "GStreamer Good Plug-ins git", "source": "gst-plugins-good", @@ -3765,6 +3773,14 @@ "type-name": "gint", "writable": false }, + "stats": { + "blurb": "Sink Statistics", + "construct": false, + "construct-only": false, + "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;", + "type-name": "GstStructure", + "writable": false + }, "sync": { "blurb": "Sync on the clock", "construct": false, @@ -3797,7 +3813,7 @@ "rank": "none" } }, - "filename": "libgstcacasink.so", + "filename": "gstcacasink", "license": "LGPL", "package": "GStreamer Good Plug-ins git", "source": "gst-plugins-good", @@ -5477,6 +5493,7 @@ "GObject" ], "klass": "Codec/Decoder/Video", + "long-name": "DV video decoder", "name": "dvdec", "pad-templates": { "sink": { @@ -5544,38 +5561,38 @@ { "desc": "Monochrome, DC (Fastest)", "name": "fastest", - "value": "0x00000000" + "value": "0" }, { "desc": "Monochrome, first AC coefficient", "name": "monochrome-ac", - "value": "0x00000001" + "value": "1" }, { "desc": "Monochrome, highest quality", "name": "monochrome-best", - "value": "0x00000002" + "value": "2" }, { "desc": "Colour, DC, fastest", "name": "colour-fastest", - "value": "0x00000003" + "value": "3" }, { "desc": "Colour, using only the first AC coefficient", "name": "colour-ac", - "value": "0x00000004" + "value": "4" }, { "desc": "Highest quality colour decoding", "name": "best", - "value": "0x00000005" + "value": "5" } ], "writable": true } }, - "rank": 64 + "rank": "marginal" }, "dvdemux": { "author": "Erik Walthinsen , Wim Taymans ", @@ -5588,6 +5605,7 @@ "GObject" ], "klass": "Codec/Demuxer", + "long-name": "DV system stream demuxer", "name": "dvdemux", "pad-templates": { "audio": { @@ -5624,7 +5642,7 @@ "writable": true } }, - "rank": 256, + "rank": "primary", "signals": { "no-more-pads": { "args": [], @@ -5645,9 +5663,9 @@ } } }, - "filename": "libgstdv.so", + "filename": "gstdv", "license": "LGPL", - "package": "GStreamer Good Plug-ins prerelease", + "package": "GStreamer Good Plug-ins git", "source": "gst-plugins-good", "url": "Unknown package origin" }, @@ -8328,6 +8346,384 @@ "source": "gst-plugins-good", "url": "Unknown package origin" }, + "gtk": { + "description": "Gtk+ sink", + "elements": { + "gtkglsink": { + "author": "Matthew Waters ", + "description": "A video sink that renders to a GtkWidget using OpenGL", + "hierarchy": [ + "GstGtkGLSink", + "GstGtkBaseSink", + "GstVideoSink", + "GstBaseSink", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "klass": "Sink/Video", + "long-name": "Gtk GL Video Sink", + "pad-templates": { + "sink": { + "caps": "video/x-raw(memory:GLMemory):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:GLMemory, meta:GstVideoOverlayComposition):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", + "direction": "sink", + "presence": "always" + } + }, + "properties": { + "async": { + "blurb": "Go asynchronously to PAUSED", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "blocksize": { + "blurb": "Size in bytes to pull per buffer (0 = default)", + "construct": false, + "construct-only": false, + "default": "4096", + "max": "-1", + "min": "0", + "type-name": "guint", + "writable": true + }, + "enable-last-sample": { + "blurb": "Enable the last-sample property", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "force-aspect-ratio": { + "blurb": "When enabled, scaling will respect original aspect ratio", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "ignore-alpha": { + "blurb": "When enabled, alpha will be ignored and converted to black", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "last-sample": { + "blurb": "The last sample received in the sink", + "construct": false, + "construct-only": false, + "type-name": "GstSample", + "writable": false + }, + "max-bitrate": { + "blurb": "The maximum bits per second to render (0 = disabled)", + "construct": false, + "construct-only": false, + "default": "0", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "max-lateness": { + "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)", + "construct": false, + "construct-only": false, + "default": "5000000", + "max": "9223372036854775807", + "min": "-1", + "type-name": "gint64", + "writable": true + }, + "pixel-aspect-ratio": { + "blurb": "The pixel aspect ratio of the device", + "construct": false, + "construct-only": false, + "default": "0/1", + "max": "2147483647/1", + "min": "0/1", + "type-name": "GstFraction", + "writable": true + }, + "processing-deadline": { + "blurb": "Maximum processing deadline in nanoseconds", + "construct": false, + "construct-only": false, + "default": "15000000", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "qos": { + "blurb": "Generate Quality-of-Service events upstream", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "render-delay": { + "blurb": "Additional render delay of the sink in nanoseconds", + "construct": false, + "construct-only": false, + "default": "0", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "show-preroll-frame": { + "blurb": "Whether to render video frames during preroll", + "construct": true, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "stats": { + "blurb": "Sink Statistics", + "construct": false, + "construct-only": false, + "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;", + "type-name": "GstStructure", + "writable": false + }, + "sync": { + "blurb": "Sync on the clock", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "throttle-time": { + "blurb": "The time to keep between rendered buffers (0 = disabled)", + "construct": false, + "construct-only": false, + "default": "0", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "ts-offset": { + "blurb": "Timestamp offset in nanoseconds", + "construct": false, + "construct-only": false, + "default": "0", + "max": "9223372036854775807", + "min": "-9223372036854775808", + "type-name": "gint64", + "writable": true + }, + "widget": { + "blurb": "The GtkWidget to place in the widget hierarchy (must only be get from the GTK main thread)", + "construct": false, + "construct-only": false, + "type-name": "GtkWidget", + "writable": false + } + }, + "rank": "none" + }, + "gtksink": { + "author": "Matthew Waters ", + "description": "A video sink that renders to a GtkWidget", + "hierarchy": [ + "GstGtkSink", + "GstGtkBaseSink", + "GstVideoSink", + "GstBaseSink", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "klass": "Sink/Video", + "long-name": "Gtk Video Sink", + "pad-templates": { + "sink": { + "caps": "video/x-raw:\n format: { BGRx, BGRA }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", + "direction": "sink", + "presence": "always" + } + }, + "properties": { + "async": { + "blurb": "Go asynchronously to PAUSED", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "blocksize": { + "blurb": "Size in bytes to pull per buffer (0 = default)", + "construct": false, + "construct-only": false, + "default": "4096", + "max": "-1", + "min": "0", + "type-name": "guint", + "writable": true + }, + "enable-last-sample": { + "blurb": "Enable the last-sample property", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "force-aspect-ratio": { + "blurb": "When enabled, scaling will respect original aspect ratio", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "ignore-alpha": { + "blurb": "When enabled, alpha will be ignored and converted to black", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "last-sample": { + "blurb": "The last sample received in the sink", + "construct": false, + "construct-only": false, + "type-name": "GstSample", + "writable": false + }, + "max-bitrate": { + "blurb": "The maximum bits per second to render (0 = disabled)", + "construct": false, + "construct-only": false, + "default": "0", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "max-lateness": { + "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)", + "construct": false, + "construct-only": false, + "default": "5000000", + "max": "9223372036854775807", + "min": "-1", + "type-name": "gint64", + "writable": true + }, + "pixel-aspect-ratio": { + "blurb": "The pixel aspect ratio of the device", + "construct": false, + "construct-only": false, + "default": "0/1", + "max": "2147483647/1", + "min": "0/1", + "type-name": "GstFraction", + "writable": true + }, + "processing-deadline": { + "blurb": "Maximum processing deadline in nanoseconds", + "construct": false, + "construct-only": false, + "default": "15000000", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "qos": { + "blurb": "Generate Quality-of-Service events upstream", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "render-delay": { + "blurb": "Additional render delay of the sink in nanoseconds", + "construct": false, + "construct-only": false, + "default": "0", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "show-preroll-frame": { + "blurb": "Whether to render video frames during preroll", + "construct": true, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "stats": { + "blurb": "Sink Statistics", + "construct": false, + "construct-only": false, + "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;", + "type-name": "GstStructure", + "writable": false + }, + "sync": { + "blurb": "Sync on the clock", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "throttle-time": { + "blurb": "The time to keep between rendered buffers (0 = disabled)", + "construct": false, + "construct-only": false, + "default": "0", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "ts-offset": { + "blurb": "Timestamp offset in nanoseconds", + "construct": false, + "construct-only": false, + "default": "0", + "max": "9223372036854775807", + "min": "-9223372036854775808", + "type-name": "gint64", + "writable": true + }, + "widget": { + "blurb": "The GtkWidget to place in the widget hierarchy (must only be get from the GTK main thread)", + "construct": false, + "construct-only": false, + "type-name": "GtkWidget", + "writable": false + } + }, + "rank": "none" + } + }, + "filename": "gstgtk", + "license": "LGPL", + "package": "GStreamer Good Plug-ins git", + "source": "gst-plugins-good", + "url": "Unknown package origin" + }, "icydemux": { "description": "Demux ICY tags from a stream", "elements": { @@ -14824,6 +15220,267 @@ "source": "gst-plugins-good", "url": "Unknown package origin" }, + "qmlgl": { + "description": "Qt gl plugin", + "elements": { + "qmlglsink": { + "author": "Matthew Waters ", + "description": "A video sink that renders to a QQuickItem", + "hierarchy": [ + "GstQtSink", + "GstVideoSink", + "GstBaseSink", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "klass": "Sink/Video", + "long-name": "Qt Video Sink", + "pad-templates": { + "sink": { + "caps": "video/x-raw(memory:GLMemory):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n texture-target: 2D\n", + "direction": "sink", + "presence": "always" + } + }, + "properties": { + "async": { + "blurb": "Go asynchronously to PAUSED", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "blocksize": { + "blurb": "Size in bytes to pull per buffer (0 = default)", + "construct": false, + "construct-only": false, + "default": "4096", + "max": "-1", + "min": "0", + "type-name": "guint", + "writable": true + }, + "enable-last-sample": { + "blurb": "Enable the last-sample property", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "force-aspect-ratio": { + "blurb": "When enabled, scaling will respect original aspect ratio", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "last-sample": { + "blurb": "The last sample received in the sink", + "construct": false, + "construct-only": false, + "type-name": "GstSample", + "writable": false + }, + "max-bitrate": { + "blurb": "The maximum bits per second to render (0 = disabled)", + "construct": false, + "construct-only": false, + "default": "0", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "max-lateness": { + "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)", + "construct": false, + "construct-only": false, + "default": "5000000", + "max": "9223372036854775807", + "min": "-1", + "type-name": "gint64", + "writable": true + }, + "pixel-aspect-ratio": { + "blurb": "The pixel aspect ratio of the device", + "construct": false, + "construct-only": false, + "default": "0/1", + "max": "2147483647/1", + "min": "0/1", + "type-name": "GstFraction", + "writable": true + }, + "processing-deadline": { + "blurb": "Maximum processing deadline in nanoseconds", + "construct": false, + "construct-only": false, + "default": "15000000", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "qos": { + "blurb": "Generate Quality-of-Service events upstream", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "render-delay": { + "blurb": "Additional render delay of the sink in nanoseconds", + "construct": false, + "construct-only": false, + "default": "0", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "show-preroll-frame": { + "blurb": "Whether to render video frames during preroll", + "construct": true, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "stats": { + "blurb": "Sink Statistics", + "construct": false, + "construct-only": false, + "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;", + "type-name": "GstStructure", + "writable": false + }, + "sync": { + "blurb": "Sync on the clock", + "construct": false, + "construct-only": false, + "default": "true", + "type-name": "gboolean", + "writable": true + }, + "throttle-time": { + "blurb": "The time to keep between rendered buffers (0 = disabled)", + "construct": false, + "construct-only": false, + "default": "0", + "max": "18446744073709551615", + "min": "0", + "type-name": "guint64", + "writable": true + }, + "ts-offset": { + "blurb": "Timestamp offset in nanoseconds", + "construct": false, + "construct-only": false, + "default": "0", + "max": "9223372036854775807", + "min": "-9223372036854775808", + "type-name": "gint64", + "writable": true + }, + "widget": { + "blurb": "The QQuickItem to place in the object hierarchy", + "construct": false, + "construct-only": false, + "type-name": "gpointer", + "writable": true + } + }, + "rank": "none" + }, + "qmlglsrc": { + "author": "Multimedia Team ", + "description": "A video src that captures a window from a QML view", + "hierarchy": [ + "GstQtSrc", + "GstPushSrc", + "GstBaseSrc", + "GstElement", + "GstObject", + "GInitiallyUnowned", + "GObject" + ], + "klass": "Source/Video", + "long-name": "Qt Video Source", + "pad-templates": { + "src": { + "caps": "video/x-raw(memory:GLMemory):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n texture-target: 2D\n", + "direction": "src", + "presence": "always" + } + }, + "properties": { + "blocksize": { + "blurb": "Size in bytes to read per buffer (-1 = default)", + "construct": false, + "construct-only": false, + "default": "4096", + "max": "-1", + "min": "0", + "type-name": "guint", + "writable": true + }, + "do-timestamp": { + "blurb": "Apply current stream time to buffers", + "construct": false, + "construct-only": false, + "default": "false", + "type-name": "gboolean", + "writable": true + }, + "num-buffers": { + "blurb": "Number of buffers to output before sending EOS (-1 = unlimited)", + "construct": false, + "construct-only": false, + "default": "-1", + "max": "2147483647", + "min": "-1", + "type-name": "gint", + "writable": true + }, + "typefind": { + "blurb": "Run typefind before negotiating (deprecated, non-functional)", + "construct": false, + "construct-only": false, + "default": "false", + "type-name": "gboolean", + "writable": true + }, + "use-default-fbo": { + "blurb": "When set it will not create a new FBO for the QML render thread", + "construct": false, + "construct-only": false, + "default": "false", + "type-name": "gboolean", + "writable": true + }, + "window": { + "blurb": "The QQuickWindow to place in the object hierarchy", + "construct": false, + "construct-only": false, + "type-name": "gpointer", + "writable": true + } + }, + "rank": "none" + } + }, + "filename": "gstqmlgl", + "license": "LGPL", + "package": "GStreamer Good Plug-ins git", + "source": "gst-plugins-good", + "url": "Unknown package origin" + }, "replaygain": { "description": "ReplayGain volume normalization", "elements": { @@ -29261,6 +29918,11 @@ "enum": true, "type-name": "GstSMPTETransitionType", "values": [ + { + "desc": "A bar moves from left to right", + "name": "bar-wipe-lr", + "value": "1" + }, { "desc": "A bar moves from left to right", "name": "bar-wipe-lr", @@ -29271,6 +29933,16 @@ "name": "bar-wipe-tb", "value": "2" }, + { + "desc": "A bar moves from top to bottom", + "name": "bar-wipe-tb", + "value": "2" + }, + { + "desc": "A box expands from the upper-left corner to the lower-right corner", + "name": "box-wipe-tl", + "value": "3" + }, { "desc": "A box expands from the upper-left corner to the lower-right corner", "name": "box-wipe-tl", @@ -29281,11 +29953,26 @@ "name": "box-wipe-tr", "value": "4" }, + { + "desc": "A box expands from the upper-right corner to the lower-left corner", + "name": "box-wipe-tr", + "value": "4" + }, { "desc": "A box expands from the lower-right corner to the upper-left corner", "name": "box-wipe-br", "value": "5" }, + { + "desc": "A box expands from the lower-right corner to the upper-left corner", + "name": "box-wipe-br", + "value": "5" + }, + { + "desc": "A box expands from the lower-left corner to the upper-right corner", + "name": "box-wipe-bl", + "value": "6" + }, { "desc": "A box expands from the lower-left corner to the upper-right corner", "name": "box-wipe-bl", @@ -29296,11 +29983,26 @@ "name": "four-box-wipe-ci", "value": "7" }, + { + "desc": "A box shape expands from each of the four corners toward the center", + "name": "four-box-wipe-ci", + "value": "7" + }, { "desc": "A box shape expands from the center of each quadrant toward the corners of each quadrant", "name": "four-box-wipe-co", "value": "8" }, + { + "desc": "A box shape expands from the center of each quadrant toward the corners of each quadrant", + "name": "four-box-wipe-co", + "value": "8" + }, + { + "desc": "A central, vertical line splits and expands toward the left and right edges", + "name": "barndoor-v", + "value": "21" + }, { "desc": "A central, vertical line splits and expands toward the left and right edges", "name": "barndoor-v", @@ -29311,11 +30013,26 @@ "name": "barndoor-h", "value": "22" }, + { + "desc": "A central, horizontal line splits and expands toward the top and bottom edges", + "name": "barndoor-h", + "value": "22" + }, { "desc": "A box expands from the top edge's midpoint to the bottom corners", "name": "box-wipe-tc", "value": "23" }, + { + "desc": "A box expands from the top edge's midpoint to the bottom corners", + "name": "box-wipe-tc", + "value": "23" + }, + { + "desc": "A box expands from the right edge's midpoint to the left corners", + "name": "box-wipe-rc", + "value": "24" + }, { "desc": "A box expands from the right edge's midpoint to the left corners", "name": "box-wipe-rc", @@ -29326,11 +30043,26 @@ "name": "box-wipe-bc", "value": "25" }, + { + "desc": "A box expands from the bottom edge's midpoint to the top corners", + "name": "box-wipe-bc", + "value": "25" + }, { "desc": "A box expands from the left edge's midpoint to the right corners", "name": "box-wipe-lc", "value": "26" }, + { + "desc": "A box expands from the left edge's midpoint to the right corners", + "name": "box-wipe-lc", + "value": "26" + }, + { + "desc": "A diagonal line moves from the upper-left corner to the lower-right corner", + "name": "diagonal-tl", + "value": "41" + }, { "desc": "A diagonal line moves from the upper-left corner to the lower-right corner", "name": "diagonal-tl", @@ -29341,11 +30073,26 @@ "name": "diagonal-tr", "value": "42" }, + { + "desc": "A diagonal line moves from the upper right corner to the lower-left corner", + "name": "diagonal-tr", + "value": "42" + }, { "desc": "Two wedge shapes slide in from the top and bottom edges toward the center", "name": "bowtie-v", "value": "43" }, + { + "desc": "Two wedge shapes slide in from the top and bottom edges toward the center", + "name": "bowtie-v", + "value": "43" + }, + { + "desc": "Two wedge shapes slide in from the left and right edges toward the center", + "name": "bowtie-h", + "value": "44" + }, { "desc": "Two wedge shapes slide in from the left and right edges toward the center", "name": "bowtie-h", @@ -29356,11 +30103,26 @@ "name": "barndoor-dbl", "value": "45" }, + { + "desc": "A diagonal line from the lower-left to upper-right corners splits and expands toward the opposite corners", + "name": "barndoor-dbl", + "value": "45" + }, { "desc": "A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners", "name": "barndoor-dtl", "value": "46" }, + { + "desc": "A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners", + "name": "barndoor-dtl", + "value": "46" + }, + { + "desc": "Four wedge shapes split from the center and retract toward the four edges", + "name": "misc-diagonal-dbd", + "value": "47" + }, { "desc": "Four wedge shapes split from the center and retract toward the four edges", "name": "misc-diagonal-dbd", @@ -29371,11 +30133,26 @@ "name": "misc-diagonal-dd", "value": "48" }, + { + "desc": "A diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges", + "name": "misc-diagonal-dd", + "value": "48" + }, { "desc": "A wedge shape moves from top to bottom", "name": "vee-d", "value": "61" }, + { + "desc": "A wedge shape moves from top to bottom", + "name": "vee-d", + "value": "61" + }, + { + "desc": "A wedge shape moves from right to left", + "name": "vee-l", + "value": "62" + }, { "desc": "A wedge shape moves from right to left", "name": "vee-l", @@ -29386,11 +30163,26 @@ "name": "vee-u", "value": "63" }, + { + "desc": "A wedge shape moves from bottom to top", + "name": "vee-u", + "value": "63" + }, { "desc": "A wedge shape moves from left to right", "name": "vee-r", "value": "64" }, + { + "desc": "A wedge shape moves from left to right", + "name": "vee-r", + "value": "64" + }, + { + "desc": "A 'V' shape extending from the bottom edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", + "name": "barnvee-d", + "value": "65" + }, { "desc": "A 'V' shape extending from the bottom edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", "name": "barnvee-d", @@ -29401,11 +30193,26 @@ "name": "barnvee-l", "value": "66" }, + { + "desc": "A 'V' shape extending from the left edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", + "name": "barnvee-l", + "value": "66" + }, { "desc": "A 'V' shape extending from the top edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", "name": "barnvee-u", "value": "67" }, + { + "desc": "A 'V' shape extending from the top edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", + "name": "barnvee-u", + "value": "67" + }, + { + "desc": "A 'V' shape extending from the right edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", + "name": "barnvee-r", + "value": "68" + }, { "desc": "A 'V' shape extending from the right edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", "name": "barnvee-r", @@ -29416,11 +30223,26 @@ "name": "iris-rect", "value": "101" }, + { + "desc": "A rectangle expands from the center.", + "name": "iris-rect", + "value": "101" + }, { "desc": "A radial hand sweeps clockwise from the twelve o'clock position", "name": "clock-cw12", "value": "201" }, + { + "desc": "A radial hand sweeps clockwise from the twelve o'clock position", + "name": "clock-cw12", + "value": "201" + }, + { + "desc": "A radial hand sweeps clockwise from the three o'clock position", + "name": "clock-cw3", + "value": "202" + }, { "desc": "A radial hand sweeps clockwise from the three o'clock position", "name": "clock-cw3", @@ -29431,11 +30253,26 @@ "name": "clock-cw6", "value": "203" }, + { + "desc": "A radial hand sweeps clockwise from the six o'clock position", + "name": "clock-cw6", + "value": "203" + }, { "desc": "A radial hand sweeps clockwise from the nine o'clock position", "name": "clock-cw9", "value": "204" }, + { + "desc": "A radial hand sweeps clockwise from the nine o'clock position", + "name": "clock-cw9", + "value": "204" + }, + { + "desc": "Two radial hands sweep clockwise from the twelve and six o'clock positions", + "name": "pinwheel-tbv", + "value": "205" + }, { "desc": "Two radial hands sweep clockwise from the twelve and six o'clock positions", "name": "pinwheel-tbv", @@ -29446,11 +30283,26 @@ "name": "pinwheel-tbh", "value": "206" }, + { + "desc": "Two radial hands sweep clockwise from the nine and three o'clock positions", + "name": "pinwheel-tbh", + "value": "206" + }, { "desc": "Four radial hands sweep clockwise", "name": "pinwheel-fb", "value": "207" }, + { + "desc": "Four radial hands sweep clockwise", + "name": "pinwheel-fb", + "value": "207" + }, + { + "desc": "A fan unfolds from the top edge, the fan axis at the center", + "name": "fan-ct", + "value": "211" + }, { "desc": "A fan unfolds from the top edge, the fan axis at the center", "name": "fan-ct", @@ -29461,11 +30313,26 @@ "name": "fan-cr", "value": "212" }, + { + "desc": "A fan unfolds from the right edge, the fan axis at the center", + "name": "fan-cr", + "value": "212" + }, { "desc": "Two fans, their axes at the center, unfold from the top and bottom", "name": "doublefan-fov", "value": "213" }, + { + "desc": "Two fans, their axes at the center, unfold from the top and bottom", + "name": "doublefan-fov", + "value": "213" + }, + { + "desc": "Two fans, their axes at the center, unfold from the left and right", + "name": "doublefan-foh", + "value": "214" + }, { "desc": "Two fans, their axes at the center, unfold from the left and right", "name": "doublefan-foh", @@ -29476,11 +30343,26 @@ "name": "singlesweep-cwt", "value": "221" }, + { + "desc": "A radial hand sweeps clockwise from the top edge's midpoint", + "name": "singlesweep-cwt", + "value": "221" + }, { "desc": "A radial hand sweeps clockwise from the right edge's midpoint", "name": "singlesweep-cwr", "value": "222" }, + { + "desc": "A radial hand sweeps clockwise from the right edge's midpoint", + "name": "singlesweep-cwr", + "value": "222" + }, + { + "desc": "A radial hand sweeps clockwise from the bottom edge's midpoint", + "name": "singlesweep-cwb", + "value": "223" + }, { "desc": "A radial hand sweeps clockwise from the bottom edge's midpoint", "name": "singlesweep-cwb", @@ -29491,11 +30373,26 @@ "name": "singlesweep-cwl", "value": "224" }, + { + "desc": "A radial hand sweeps clockwise from the left edge's midpoint", + "name": "singlesweep-cwl", + "value": "224" + }, { "desc": "Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges' midpoints", "name": "doublesweep-pv", "value": "225" }, + { + "desc": "Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges' midpoints", + "name": "doublesweep-pv", + "value": "225" + }, + { + "desc": "Two radial hands sweep clockwise and counter-clockwise from the left and right edges' midpoints", + "name": "doublesweep-pd", + "value": "226" + }, { "desc": "Two radial hands sweep clockwise and counter-clockwise from the left and right edges' midpoints", "name": "doublesweep-pd", @@ -29506,11 +30403,26 @@ "name": "doublesweep-ov", "value": "227" }, + { + "desc": "Two radial hands attached at the top and bottom edges' midpoints sweep from right to left", + "name": "doublesweep-ov", + "value": "227" + }, { "desc": "Two radial hands attached at the left and right edges' midpoints sweep from top to bottom", "name": "doublesweep-oh", "value": "228" }, + { + "desc": "Two radial hands attached at the left and right edges' midpoints sweep from top to bottom", + "name": "doublesweep-oh", + "value": "228" + }, + { + "desc": "A fan unfolds from the bottom, the fan axis at the top edge's midpoint", + "name": "fan-t", + "value": "231" + }, { "desc": "A fan unfolds from the bottom, the fan axis at the top edge's midpoint", "name": "fan-t", @@ -29521,11 +30433,26 @@ "name": "fan-r", "value": "232" }, + { + "desc": "A fan unfolds from the left, the fan axis at the right edge's midpoint", + "name": "fan-r", + "value": "232" + }, { "desc": "A fan unfolds from the top, the fan axis at the bottom edge's midpoint", "name": "fan-b", "value": "233" }, + { + "desc": "A fan unfolds from the top, the fan axis at the bottom edge's midpoint", + "name": "fan-b", + "value": "233" + }, + { + "desc": "A fan unfolds from the right, the fan axis at the left edge's midpoint", + "name": "fan-l", + "value": "234" + }, { "desc": "A fan unfolds from the right, the fan axis at the left edge's midpoint", "name": "fan-l", @@ -29536,11 +30463,26 @@ "name": "doublefan-fiv", "value": "235" }, + { + "desc": "Two fans, their axes at the top and bottom, unfold from the center", + "name": "doublefan-fiv", + "value": "235" + }, { "desc": "Two fans, their axes at the left and right, unfold from the center", "name": "doublefan-fih", "value": "236" }, + { + "desc": "Two fans, their axes at the left and right, unfold from the center", + "name": "doublefan-fih", + "value": "236" + }, + { + "desc": "A radial hand sweeps clockwise from the upper-left corner", + "name": "singlesweep-cwtl", + "value": "241" + }, { "desc": "A radial hand sweeps clockwise from the upper-left corner", "name": "singlesweep-cwtl", @@ -29551,11 +30493,26 @@ "name": "singlesweep-cwbl", "value": "242" }, + { + "desc": "A radial hand sweeps counter-clockwise from the lower-left corner.", + "name": "singlesweep-cwbl", + "value": "242" + }, { "desc": "A radial hand sweeps clockwise from the lower-right corner", "name": "singlesweep-cwbr", "value": "243" }, + { + "desc": "A radial hand sweeps clockwise from the lower-right corner", + "name": "singlesweep-cwbr", + "value": "243" + }, + { + "desc": "A radial hand sweeps counter-clockwise from the upper-right corner", + "name": "singlesweep-cwtr", + "value": "244" + }, { "desc": "A radial hand sweeps counter-clockwise from the upper-right corner", "name": "singlesweep-cwtr", @@ -29566,11 +30523,26 @@ "name": "doublesweep-pdtl", "value": "245" }, + { + "desc": "Two radial hands attached at the upper-left and lower-right corners sweep down and up", + "name": "doublesweep-pdtl", + "value": "245" + }, { "desc": "Two radial hands attached at the lower-left and upper-right corners sweep down and up", "name": "doublesweep-pdbl", "value": "246" }, + { + "desc": "Two radial hands attached at the lower-left and upper-right corners sweep down and up", + "name": "doublesweep-pdbl", + "value": "246" + }, + { + "desc": "Two radial hands attached at the upper-left and upper-right corners sweep down", + "name": "saloondoor-t", + "value": "251" + }, { "desc": "Two radial hands attached at the upper-left and upper-right corners sweep down", "name": "saloondoor-t", @@ -29581,11 +30553,26 @@ "name": "saloondoor-l", "value": "252" }, + { + "desc": "Two radial hands attached at the upper-left and lower-left corners sweep to the right", + "name": "saloondoor-l", + "value": "252" + }, { "desc": "Two radial hands attached at the lower-left and lower-right corners sweep up", "name": "saloondoor-b", "value": "253" }, + { + "desc": "Two radial hands attached at the lower-left and lower-right corners sweep up", + "name": "saloondoor-b", + "value": "253" + }, + { + "desc": "Two radial hands attached at the upper-right and lower-right corners sweep to the left", + "name": "saloondoor-r", + "value": "254" + }, { "desc": "Two radial hands attached at the upper-right and lower-right corners sweep to the left", "name": "saloondoor-r", @@ -29596,6 +30583,16 @@ "name": "windshield-r", "value": "261" }, + { + "desc": "Two radial hands attached at the midpoints of the top and bottom halves sweep from right to left", + "name": "windshield-r", + "value": "261" + }, + { + "desc": "Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom", + "name": "windshield-u", + "value": "262" + }, { "desc": "Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom", "name": "windshield-u", @@ -29606,6 +30603,16 @@ "name": "windshield-v", "value": "263" }, + { + "desc": "Two sets of radial hands attached at the midpoints of the top and bottom halves sweep from top to bottom and bottom to top", + "name": "windshield-v", + "value": "263" + }, + { + "desc": "Two sets of radial hands attached at the midpoints of the left and right halves sweep from left to right and right to left", + "name": "windshield-h", + "value": "264" + }, { "desc": "Two sets of radial hands attached at the midpoints of the left and right halves sweep from left to right and right to left", "name": "windshield-h", @@ -29715,11 +30722,6 @@ "enum": true, "type-name": "GstSMPTEAlphaTransitionType", "values": [ - { - "desc": "A bar moves from left to right", - "name": "bar-wipe-lr", - "value": "1" - }, { "desc": "A bar moves from left to right", "name": "bar-wipe-lr", @@ -29730,16 +30732,6 @@ "name": "bar-wipe-tb", "value": "2" }, - { - "desc": "A bar moves from top to bottom", - "name": "bar-wipe-tb", - "value": "2" - }, - { - "desc": "A box expands from the upper-left corner to the lower-right corner", - "name": "box-wipe-tl", - "value": "3" - }, { "desc": "A box expands from the upper-left corner to the lower-right corner", "name": "box-wipe-tl", @@ -29750,26 +30742,11 @@ "name": "box-wipe-tr", "value": "4" }, - { - "desc": "A box expands from the upper-right corner to the lower-left corner", - "name": "box-wipe-tr", - "value": "4" - }, { "desc": "A box expands from the lower-right corner to the upper-left corner", "name": "box-wipe-br", "value": "5" }, - { - "desc": "A box expands from the lower-right corner to the upper-left corner", - "name": "box-wipe-br", - "value": "5" - }, - { - "desc": "A box expands from the lower-left corner to the upper-right corner", - "name": "box-wipe-bl", - "value": "6" - }, { "desc": "A box expands from the lower-left corner to the upper-right corner", "name": "box-wipe-bl", @@ -29780,26 +30757,11 @@ "name": "four-box-wipe-ci", "value": "7" }, - { - "desc": "A box shape expands from each of the four corners toward the center", - "name": "four-box-wipe-ci", - "value": "7" - }, { "desc": "A box shape expands from the center of each quadrant toward the corners of each quadrant", "name": "four-box-wipe-co", "value": "8" }, - { - "desc": "A box shape expands from the center of each quadrant toward the corners of each quadrant", - "name": "four-box-wipe-co", - "value": "8" - }, - { - "desc": "A central, vertical line splits and expands toward the left and right edges", - "name": "barndoor-v", - "value": "21" - }, { "desc": "A central, vertical line splits and expands toward the left and right edges", "name": "barndoor-v", @@ -29810,26 +30772,11 @@ "name": "barndoor-h", "value": "22" }, - { - "desc": "A central, horizontal line splits and expands toward the top and bottom edges", - "name": "barndoor-h", - "value": "22" - }, { "desc": "A box expands from the top edge's midpoint to the bottom corners", "name": "box-wipe-tc", "value": "23" }, - { - "desc": "A box expands from the top edge's midpoint to the bottom corners", - "name": "box-wipe-tc", - "value": "23" - }, - { - "desc": "A box expands from the right edge's midpoint to the left corners", - "name": "box-wipe-rc", - "value": "24" - }, { "desc": "A box expands from the right edge's midpoint to the left corners", "name": "box-wipe-rc", @@ -29840,26 +30787,11 @@ "name": "box-wipe-bc", "value": "25" }, - { - "desc": "A box expands from the bottom edge's midpoint to the top corners", - "name": "box-wipe-bc", - "value": "25" - }, { "desc": "A box expands from the left edge's midpoint to the right corners", "name": "box-wipe-lc", "value": "26" }, - { - "desc": "A box expands from the left edge's midpoint to the right corners", - "name": "box-wipe-lc", - "value": "26" - }, - { - "desc": "A diagonal line moves from the upper-left corner to the lower-right corner", - "name": "diagonal-tl", - "value": "41" - }, { "desc": "A diagonal line moves from the upper-left corner to the lower-right corner", "name": "diagonal-tl", @@ -29870,26 +30802,11 @@ "name": "diagonal-tr", "value": "42" }, - { - "desc": "A diagonal line moves from the upper right corner to the lower-left corner", - "name": "diagonal-tr", - "value": "42" - }, { "desc": "Two wedge shapes slide in from the top and bottom edges toward the center", "name": "bowtie-v", "value": "43" }, - { - "desc": "Two wedge shapes slide in from the top and bottom edges toward the center", - "name": "bowtie-v", - "value": "43" - }, - { - "desc": "Two wedge shapes slide in from the left and right edges toward the center", - "name": "bowtie-h", - "value": "44" - }, { "desc": "Two wedge shapes slide in from the left and right edges toward the center", "name": "bowtie-h", @@ -29900,26 +30817,11 @@ "name": "barndoor-dbl", "value": "45" }, - { - "desc": "A diagonal line from the lower-left to upper-right corners splits and expands toward the opposite corners", - "name": "barndoor-dbl", - "value": "45" - }, { "desc": "A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners", "name": "barndoor-dtl", "value": "46" }, - { - "desc": "A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners", - "name": "barndoor-dtl", - "value": "46" - }, - { - "desc": "Four wedge shapes split from the center and retract toward the four edges", - "name": "misc-diagonal-dbd", - "value": "47" - }, { "desc": "Four wedge shapes split from the center and retract toward the four edges", "name": "misc-diagonal-dbd", @@ -29930,26 +30832,11 @@ "name": "misc-diagonal-dd", "value": "48" }, - { - "desc": "A diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges", - "name": "misc-diagonal-dd", - "value": "48" - }, { "desc": "A wedge shape moves from top to bottom", "name": "vee-d", "value": "61" }, - { - "desc": "A wedge shape moves from top to bottom", - "name": "vee-d", - "value": "61" - }, - { - "desc": "A wedge shape moves from right to left", - "name": "vee-l", - "value": "62" - }, { "desc": "A wedge shape moves from right to left", "name": "vee-l", @@ -29960,26 +30847,11 @@ "name": "vee-u", "value": "63" }, - { - "desc": "A wedge shape moves from bottom to top", - "name": "vee-u", - "value": "63" - }, { "desc": "A wedge shape moves from left to right", "name": "vee-r", "value": "64" }, - { - "desc": "A wedge shape moves from left to right", - "name": "vee-r", - "value": "64" - }, - { - "desc": "A 'V' shape extending from the bottom edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", - "name": "barnvee-d", - "value": "65" - }, { "desc": "A 'V' shape extending from the bottom edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", "name": "barnvee-d", @@ -29990,26 +30862,11 @@ "name": "barnvee-l", "value": "66" }, - { - "desc": "A 'V' shape extending from the left edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", - "name": "barnvee-l", - "value": "66" - }, { "desc": "A 'V' shape extending from the top edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", "name": "barnvee-u", "value": "67" }, - { - "desc": "A 'V' shape extending from the top edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", - "name": "barnvee-u", - "value": "67" - }, - { - "desc": "A 'V' shape extending from the right edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", - "name": "barnvee-r", - "value": "68" - }, { "desc": "A 'V' shape extending from the right edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", "name": "barnvee-r", @@ -30020,26 +30877,11 @@ "name": "iris-rect", "value": "101" }, - { - "desc": "A rectangle expands from the center.", - "name": "iris-rect", - "value": "101" - }, { "desc": "A radial hand sweeps clockwise from the twelve o'clock position", "name": "clock-cw12", "value": "201" }, - { - "desc": "A radial hand sweeps clockwise from the twelve o'clock position", - "name": "clock-cw12", - "value": "201" - }, - { - "desc": "A radial hand sweeps clockwise from the three o'clock position", - "name": "clock-cw3", - "value": "202" - }, { "desc": "A radial hand sweeps clockwise from the three o'clock position", "name": "clock-cw3", @@ -30050,26 +30892,11 @@ "name": "clock-cw6", "value": "203" }, - { - "desc": "A radial hand sweeps clockwise from the six o'clock position", - "name": "clock-cw6", - "value": "203" - }, { "desc": "A radial hand sweeps clockwise from the nine o'clock position", "name": "clock-cw9", "value": "204" }, - { - "desc": "A radial hand sweeps clockwise from the nine o'clock position", - "name": "clock-cw9", - "value": "204" - }, - { - "desc": "Two radial hands sweep clockwise from the twelve and six o'clock positions", - "name": "pinwheel-tbv", - "value": "205" - }, { "desc": "Two radial hands sweep clockwise from the twelve and six o'clock positions", "name": "pinwheel-tbv", @@ -30080,26 +30907,11 @@ "name": "pinwheel-tbh", "value": "206" }, - { - "desc": "Two radial hands sweep clockwise from the nine and three o'clock positions", - "name": "pinwheel-tbh", - "value": "206" - }, { "desc": "Four radial hands sweep clockwise", "name": "pinwheel-fb", "value": "207" }, - { - "desc": "Four radial hands sweep clockwise", - "name": "pinwheel-fb", - "value": "207" - }, - { - "desc": "A fan unfolds from the top edge, the fan axis at the center", - "name": "fan-ct", - "value": "211" - }, { "desc": "A fan unfolds from the top edge, the fan axis at the center", "name": "fan-ct", @@ -30110,26 +30922,11 @@ "name": "fan-cr", "value": "212" }, - { - "desc": "A fan unfolds from the right edge, the fan axis at the center", - "name": "fan-cr", - "value": "212" - }, { "desc": "Two fans, their axes at the center, unfold from the top and bottom", "name": "doublefan-fov", "value": "213" }, - { - "desc": "Two fans, their axes at the center, unfold from the top and bottom", - "name": "doublefan-fov", - "value": "213" - }, - { - "desc": "Two fans, their axes at the center, unfold from the left and right", - "name": "doublefan-foh", - "value": "214" - }, { "desc": "Two fans, their axes at the center, unfold from the left and right", "name": "doublefan-foh", @@ -30140,26 +30937,11 @@ "name": "singlesweep-cwt", "value": "221" }, - { - "desc": "A radial hand sweeps clockwise from the top edge's midpoint", - "name": "singlesweep-cwt", - "value": "221" - }, { "desc": "A radial hand sweeps clockwise from the right edge's midpoint", "name": "singlesweep-cwr", "value": "222" }, - { - "desc": "A radial hand sweeps clockwise from the right edge's midpoint", - "name": "singlesweep-cwr", - "value": "222" - }, - { - "desc": "A radial hand sweeps clockwise from the bottom edge's midpoint", - "name": "singlesweep-cwb", - "value": "223" - }, { "desc": "A radial hand sweeps clockwise from the bottom edge's midpoint", "name": "singlesweep-cwb", @@ -30170,26 +30952,11 @@ "name": "singlesweep-cwl", "value": "224" }, - { - "desc": "A radial hand sweeps clockwise from the left edge's midpoint", - "name": "singlesweep-cwl", - "value": "224" - }, { "desc": "Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges' midpoints", "name": "doublesweep-pv", "value": "225" }, - { - "desc": "Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges' midpoints", - "name": "doublesweep-pv", - "value": "225" - }, - { - "desc": "Two radial hands sweep clockwise and counter-clockwise from the left and right edges' midpoints", - "name": "doublesweep-pd", - "value": "226" - }, { "desc": "Two radial hands sweep clockwise and counter-clockwise from the left and right edges' midpoints", "name": "doublesweep-pd", @@ -30200,26 +30967,11 @@ "name": "doublesweep-ov", "value": "227" }, - { - "desc": "Two radial hands attached at the top and bottom edges' midpoints sweep from right to left", - "name": "doublesweep-ov", - "value": "227" - }, { "desc": "Two radial hands attached at the left and right edges' midpoints sweep from top to bottom", "name": "doublesweep-oh", "value": "228" }, - { - "desc": "Two radial hands attached at the left and right edges' midpoints sweep from top to bottom", - "name": "doublesweep-oh", - "value": "228" - }, - { - "desc": "A fan unfolds from the bottom, the fan axis at the top edge's midpoint", - "name": "fan-t", - "value": "231" - }, { "desc": "A fan unfolds from the bottom, the fan axis at the top edge's midpoint", "name": "fan-t", @@ -30230,26 +30982,11 @@ "name": "fan-r", "value": "232" }, - { - "desc": "A fan unfolds from the left, the fan axis at the right edge's midpoint", - "name": "fan-r", - "value": "232" - }, { "desc": "A fan unfolds from the top, the fan axis at the bottom edge's midpoint", "name": "fan-b", "value": "233" }, - { - "desc": "A fan unfolds from the top, the fan axis at the bottom edge's midpoint", - "name": "fan-b", - "value": "233" - }, - { - "desc": "A fan unfolds from the right, the fan axis at the left edge's midpoint", - "name": "fan-l", - "value": "234" - }, { "desc": "A fan unfolds from the right, the fan axis at the left edge's midpoint", "name": "fan-l", @@ -30260,26 +30997,11 @@ "name": "doublefan-fiv", "value": "235" }, - { - "desc": "Two fans, their axes at the top and bottom, unfold from the center", - "name": "doublefan-fiv", - "value": "235" - }, { "desc": "Two fans, their axes at the left and right, unfold from the center", "name": "doublefan-fih", "value": "236" }, - { - "desc": "Two fans, their axes at the left and right, unfold from the center", - "name": "doublefan-fih", - "value": "236" - }, - { - "desc": "A radial hand sweeps clockwise from the upper-left corner", - "name": "singlesweep-cwtl", - "value": "241" - }, { "desc": "A radial hand sweeps clockwise from the upper-left corner", "name": "singlesweep-cwtl", @@ -30290,26 +31012,11 @@ "name": "singlesweep-cwbl", "value": "242" }, - { - "desc": "A radial hand sweeps counter-clockwise from the lower-left corner.", - "name": "singlesweep-cwbl", - "value": "242" - }, { "desc": "A radial hand sweeps clockwise from the lower-right corner", "name": "singlesweep-cwbr", "value": "243" }, - { - "desc": "A radial hand sweeps clockwise from the lower-right corner", - "name": "singlesweep-cwbr", - "value": "243" - }, - { - "desc": "A radial hand sweeps counter-clockwise from the upper-right corner", - "name": "singlesweep-cwtr", - "value": "244" - }, { "desc": "A radial hand sweeps counter-clockwise from the upper-right corner", "name": "singlesweep-cwtr", @@ -30320,26 +31027,11 @@ "name": "doublesweep-pdtl", "value": "245" }, - { - "desc": "Two radial hands attached at the upper-left and lower-right corners sweep down and up", - "name": "doublesweep-pdtl", - "value": "245" - }, { "desc": "Two radial hands attached at the lower-left and upper-right corners sweep down and up", "name": "doublesweep-pdbl", "value": "246" }, - { - "desc": "Two radial hands attached at the lower-left and upper-right corners sweep down and up", - "name": "doublesweep-pdbl", - "value": "246" - }, - { - "desc": "Two radial hands attached at the upper-left and upper-right corners sweep down", - "name": "saloondoor-t", - "value": "251" - }, { "desc": "Two radial hands attached at the upper-left and upper-right corners sweep down", "name": "saloondoor-t", @@ -30350,26 +31042,11 @@ "name": "saloondoor-l", "value": "252" }, - { - "desc": "Two radial hands attached at the upper-left and lower-left corners sweep to the right", - "name": "saloondoor-l", - "value": "252" - }, { "desc": "Two radial hands attached at the lower-left and lower-right corners sweep up", "name": "saloondoor-b", "value": "253" }, - { - "desc": "Two radial hands attached at the lower-left and lower-right corners sweep up", - "name": "saloondoor-b", - "value": "253" - }, - { - "desc": "Two radial hands attached at the upper-right and lower-right corners sweep to the left", - "name": "saloondoor-r", - "value": "254" - }, { "desc": "Two radial hands attached at the upper-right and lower-right corners sweep to the left", "name": "saloondoor-r", @@ -30380,16 +31057,6 @@ "name": "windshield-r", "value": "261" }, - { - "desc": "Two radial hands attached at the midpoints of the top and bottom halves sweep from right to left", - "name": "windshield-r", - "value": "261" - }, - { - "desc": "Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom", - "name": "windshield-u", - "value": "262" - }, { "desc": "Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom", "name": "windshield-u", @@ -30400,16 +31067,6 @@ "name": "windshield-v", "value": "263" }, - { - "desc": "Two sets of radial hands attached at the midpoints of the top and bottom halves sweep from top to bottom and bottom to top", - "name": "windshield-v", - "value": "263" - }, - { - "desc": "Two sets of radial hands attached at the midpoints of the left and right halves sweep from left to right and right to left", - "name": "windshield-h", - "value": "264" - }, { "desc": "Two sets of radial hands attached at the midpoints of the left and right halves sweep from left to right and right to left", "name": "windshield-h", @@ -35021,10 +35678,30 @@ "name": "addnoise", "value": "0x00000004" }, + { + "desc": "Print frame information", + "name": "visualize-frame-info", + "value": "0x00000008" + }, + { + "desc": "Show macroblock mode selection overlaid on image", + "name": "visualize-macroblock-modes", + "value": "0x00000010" + }, + { + "desc": "Show dc diff for each macro block overlaid on image", + "name": "visualize-dc-diff", + "value": "0x00000020" + }, + { + "desc": "Print video rate info", + "name": "visualize-rate-info", + "value": "0x00000040" + }, { "desc": "Multi-frame quality enhancement", "name": "mfqe", - "value": "0x00000008" + "value": "0x00000400" } ], "writable": true @@ -35743,10 +36420,30 @@ "name": "addnoise", "value": "0x00000004" }, + { + "desc": "Print frame information", + "name": "visualize-frame-info", + "value": "0x00000008" + }, + { + "desc": "Show macroblock mode selection overlaid on image", + "name": "visualize-macroblock-modes", + "value": "0x00000010" + }, + { + "desc": "Show dc diff for each macro block overlaid on image", + "name": "visualize-dc-diff", + "value": "0x00000020" + }, + { + "desc": "Print video rate info", + "name": "visualize-rate-info", + "value": "0x00000040" + }, { "desc": "Multi-frame quality enhancement", "name": "mfqe", - "value": "0x00000008" + "value": "0x00000400" } ], "writable": true