From 89380bddea431dbb1fc721c9839026685c6d53b4 Mon Sep 17 00:00:00 2001 From: =?utf8?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 761a689..9a271c0 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": { @@ -29267,11 +29924,26 @@ "value": "1" }, { + "desc": "A bar moves from left to right", + "name": "bar-wipe-lr", + "value": "1" + }, + { "desc": "A bar moves from top to bottom", "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", "value": "3" @@ -29282,11 +29954,26 @@ "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", "value": "6" @@ -29297,6 +29984,16 @@ "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" @@ -29307,6 +30004,16 @@ "value": "21" }, { + "desc": "A central, vertical line splits and expands toward the left and right edges", + "name": "barndoor-v", + "value": "21" + }, + { + "desc": "A central, horizontal line splits and expands toward the top and bottom edges", + "name": "barndoor-h", + "value": "22" + }, + { "desc": "A central, horizontal line splits and expands toward the top and bottom edges", "name": "barndoor-h", "value": "22" @@ -29317,11 +30024,26 @@ "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", + "value": "24" + }, + { + "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 bottom edge's midpoint to the top corners", "name": "box-wipe-bc", "value": "25" @@ -29332,6 +30054,16 @@ "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", "value": "41" @@ -29342,6 +30074,16 @@ "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" @@ -29352,6 +30094,16 @@ "value": "44" }, { + "desc": "Two wedge shapes slide in from the left and right edges toward the center", + "name": "bowtie-h", + "value": "44" + }, + { + "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 the lower-left to upper-right corners splits and expands toward the opposite corners", "name": "barndoor-dbl", "value": "45" @@ -29362,6 +30114,16 @@ "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", "value": "47" @@ -29372,6 +30134,16 @@ "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" @@ -29382,6 +30154,16 @@ "value": "62" }, { + "desc": "A wedge shape moves from right to left", + "name": "vee-l", + "value": "62" + }, + { + "desc": "A wedge shape moves from bottom to top", + "name": "vee-u", + "value": "63" + }, + { "desc": "A wedge shape moves from bottom to top", "name": "vee-u", "value": "63" @@ -29392,11 +30174,26 @@ "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", + "value": "65" + }, + { + "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 left edge's midpoint to the opposite corners contracts toward the center and expands toward the edges", "name": "barnvee-l", "value": "66" @@ -29407,6 +30204,16 @@ "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", "value": "68" @@ -29417,6 +30224,16 @@ "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" @@ -29427,6 +30244,16 @@ "value": "202" }, { + "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 six o'clock position", + "name": "clock-cw6", + "value": "203" + }, + { "desc": "A radial hand sweeps clockwise from the six o'clock position", "name": "clock-cw6", "value": "203" @@ -29437,6 +30264,16 @@ "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", "value": "205" @@ -29447,6 +30284,16 @@ "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" @@ -29457,6 +30304,16 @@ "value": "211" }, { + "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 right edge, the fan axis at the center", + "name": "fan-cr", + "value": "212" + }, + { "desc": "A fan unfolds from the right edge, the fan axis at the center", "name": "fan-cr", "value": "212" @@ -29467,6 +30324,16 @@ "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", "value": "214" @@ -29477,6 +30344,16 @@ "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" @@ -29487,11 +30364,26 @@ "value": "223" }, { + "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 left edge's midpoint", "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" @@ -29502,11 +30394,26 @@ "value": "226" }, { + "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 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 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" @@ -29517,6 +30424,16 @@ "value": "231" }, { + "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 left, the fan axis at the right edge's midpoint", + "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" @@ -29527,6 +30444,16 @@ "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", "value": "234" @@ -29537,6 +30464,16 @@ "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" @@ -29547,6 +30484,16 @@ "value": "241" }, { + "desc": "A radial hand sweeps clockwise from the upper-left corner", + "name": "singlesweep-cwtl", + "value": "241" + }, + { + "desc": "A radial hand sweeps counter-clockwise from the lower-left corner.", + "name": "singlesweep-cwbl", + "value": "242" + }, + { "desc": "A radial hand sweeps counter-clockwise from the lower-left corner.", "name": "singlesweep-cwbl", "value": "242" @@ -29557,11 +30504,26 @@ "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", + "value": "244" + }, + { + "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 upper-left and lower-right corners sweep down and up", "name": "doublesweep-pdtl", "value": "245" @@ -29572,6 +30534,16 @@ "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", "value": "251" @@ -29582,6 +30554,16 @@ "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" @@ -29592,6 +30574,16 @@ "value": "254" }, { + "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 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 top and bottom halves sweep from right to left", "name": "windshield-r", "value": "261" @@ -29602,6 +30594,16 @@ "value": "262" }, { + "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 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 top and bottom halves sweep from top to bottom and bottom to top", "name": "windshield-v", "value": "263" @@ -29610,6 +30612,11 @@ "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", + "value": "264" } ], "writable": true @@ -29721,16 +30728,6 @@ "value": "1" }, { - "desc": "A bar moves from left to right", - "name": "bar-wipe-lr", - "value": "1" - }, - { - "desc": "A bar moves from top to bottom", - "name": "bar-wipe-tb", - "value": "2" - }, - { "desc": "A bar moves from top to bottom", "name": "bar-wipe-tb", "value": "2" @@ -29741,16 +30738,6 @@ "value": "3" }, { - "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-right corner to the lower-left corner", - "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" @@ -29761,16 +30748,6 @@ "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", "value": "6" @@ -29781,16 +30758,6 @@ "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" @@ -29801,16 +30768,6 @@ "value": "21" }, { - "desc": "A central, vertical line splits and expands toward the left and right edges", - "name": "barndoor-v", - "value": "21" - }, - { - "desc": "A central, horizontal line splits and expands toward the top and bottom edges", - "name": "barndoor-h", - "value": "22" - }, - { "desc": "A central, horizontal line splits and expands toward the top and bottom edges", "name": "barndoor-h", "value": "22" @@ -29821,16 +30778,6 @@ "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", "value": "24" @@ -29841,16 +30788,6 @@ "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" @@ -29861,16 +30798,6 @@ "value": "41" }, { - "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 right corner to the lower-left corner", - "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" @@ -29881,26 +30808,11 @@ "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", - "value": "44" - }, - { - "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 the lower-left to upper-right corners splits and expands toward the opposite corners", "name": "barndoor-dbl", "value": "45" @@ -29911,26 +30823,11 @@ "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", - "value": "47" - }, - { - "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 diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges", "name": "misc-diagonal-dd", "value": "48" @@ -29941,26 +30838,11 @@ "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", - "value": "62" - }, - { - "desc": "A wedge shape moves from bottom to top", - "name": "vee-u", - "value": "63" - }, - { "desc": "A wedge shape moves from bottom to top", "name": "vee-u", "value": "63" @@ -29971,16 +30853,6 @@ "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", "value": "65" @@ -29991,16 +30863,6 @@ "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" @@ -30011,16 +30873,6 @@ "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", - "value": "68" - }, - { - "desc": "A rectangle expands from the center.", - "name": "iris-rect", - "value": "101" - }, - { "desc": "A rectangle expands from the center.", "name": "iris-rect", "value": "101" @@ -30031,16 +30883,6 @@ "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", "value": "202" @@ -30051,16 +30893,6 @@ "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" @@ -30071,26 +30903,11 @@ "value": "205" }, { - "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 nine and three o'clock positions", "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" @@ -30101,16 +30918,6 @@ "value": "211" }, { - "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 right edge, the fan axis at the center", - "name": "fan-cr", - "value": "212" - }, - { "desc": "A fan unfolds from the right edge, the fan axis at the center", "name": "fan-cr", "value": "212" @@ -30121,16 +30928,6 @@ "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", "value": "214" @@ -30141,16 +30938,6 @@ "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" @@ -30161,16 +30948,6 @@ "value": "223" }, { - "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 left edge's midpoint", - "name": "singlesweep-cwl", - "value": "224" - }, - { "desc": "A radial hand sweeps clockwise from the left edge's midpoint", "name": "singlesweep-cwl", "value": "224" @@ -30181,26 +30958,11 @@ "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", - "value": "226" - }, - { - "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 top and bottom edges' midpoints sweep from right to left", "name": "doublesweep-ov", "value": "227" @@ -30211,16 +30973,6 @@ "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", "value": "231" @@ -30231,16 +30983,6 @@ "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" @@ -30251,16 +30993,6 @@ "value": "234" }, { - "desc": "A fan unfolds from the right, the fan axis at the left edge's midpoint", - "name": "fan-l", - "value": "234" - }, - { - "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 top and bottom, unfold from the center", "name": "doublefan-fiv", "value": "235" @@ -30271,16 +31003,6 @@ "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", "value": "241" @@ -30291,16 +31013,6 @@ "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" @@ -30311,16 +31023,6 @@ "value": "244" }, { - "desc": "A radial hand sweeps counter-clockwise from the upper-right corner", - "name": "singlesweep-cwtr", - "value": "244" - }, - { - "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 upper-left and lower-right corners sweep down and up", "name": "doublesweep-pdtl", "value": "245" @@ -30331,16 +31033,6 @@ "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", "value": "251" @@ -30351,26 +31043,11 @@ "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", "value": "254" @@ -30381,26 +31058,11 @@ "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", - "value": "262" - }, - { - "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 top and bottom halves sweep from top to bottom and bottom to top", "name": "windshield-v", "value": "263" @@ -30409,11 +31071,6 @@ "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", - "value": "264" } ], "writable": true @@ -35022,9 +35679,29 @@ "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 @@ -35744,9 +36421,29 @@ "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 -- 2.7.4