From 4b1c9ef6ace06ae82a08e28a1a1ef0e2278f9655 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 27 Apr 2017 17:35:41 +0300 Subject: [PATCH] Release 1.11.91 --- ChangeLog | 56 +++- NEWS | 2 +- RELEASE | 18 +- configure.ac | 8 +- docs/plugins/gst-libav-plugins.args | 420 ++++++++++++++++++++++++++++++ docs/plugins/gst-libav-plugins.hierarchy | 12 + docs/plugins/gst-libav-plugins.interfaces | 2 + docs/plugins/inspect/plugin-libav.xml | 250 +++++++++++++++++- gst-libav.doap | 10 + meson.build | 2 +- 10 files changed, 753 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index cda7b97..4848767 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,61 @@ +=== release 1.11.91 === + +2017-04-27 Sebastian Dröge + + * configure.ac: + releasing 1.11.91 + +2017-04-24 20:30:15 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 60aeef6 to 48a5d85 + +2017-04-21 11:50:17 +1000 Jan Schmidt + + * configure.ac: + Revert "configure: Set the assembler used for libav to $CC" + This reverts commit 1a265f029aa9be1bf3f72d1dcd9feafbf23a6298. + It also makes it impossible to pass something other than $CC + as the assembler. People should adjust the passed AS variable + if they need something different. + +2017-04-14 14:55:52 +0200 Edward Hervey + + * configure.ac: + configure: Remove usage of memalign_hack in ffmpeg + It was removed in the last release + +2017-04-13 15:23:45 +0300 Sebastian Dröge + + * ext/libav/gstavauddec.c: + * ext/libav/gstavaudenc.c: + avaudenc/dec: Blacklist more PCM decoders/encoders + +2017-04-13 15:15:55 +0300 Sebastian Dröge + + * gst-libs/ext/libav: + libav: Update to ffmpeg n3.3 + +2017-04-10 23:50:55 +0100 Tim-Philipp Müller + + * autogen.sh: + * common: + Automatic update of common submodule + From 39ac2f5 to 60aeef6 + === release 1.11.90 === -2017-04-07 Sebastian Dröge +2017-04-07 16:34:46 +0300 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.11.90 + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + * meson.build: + Release 1.11.90 2017-03-22 12:55:40 +0530 Arun Raghavan diff --git a/NEWS b/NEWS index 8e8dc3f..bf58e30 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.11.90. +This is GStreamer 1.11.91. diff --git a/RELEASE b/RELEASE index 6fd9f22..3149c27 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,7 @@ -Release notes for GStreamer libav Plugins 1.11.90 +Release notes for GStreamer libav Plugins 1.11.91 -The GStreamer team is pleased to announce the first release candidate of the +The GStreamer team is pleased to announce the second release candidate of the stable 1.12 release series. The 1.12 release series is adding new features on top of the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia framework. @@ -15,11 +15,6 @@ changes. Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days. - -This module contains plugins based on the ffmpeg project, including codecs. - - - Other modules containing plugins are: @@ -39,11 +34,6 @@ contains a set of less supported plugins that haven't passed the -Bugs fixed in this release - - * 767938 : Add support for AVStereo3D API for stereoscopic video - * 780317 : avvidenc: Classify image encoders with " Image " instead of " Video " - ==== Download ==== You can find source releases of gst-libav in the download @@ -79,8 +69,8 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Arun Raghavan - * Emeric Grange + * Edward Hervey * Jan Schmidt * Sebastian Dröge + * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 691e16d..1edfeff 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.69) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer libav, 1.11.90, +AC_INIT(GStreamer libav, 1.11.91, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-libav) @@ -40,11 +40,11 @@ GST_API_VERSION=1.0 AC_SUBST(GST_API_VERSION) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1190, 0, 1190) +AS_LIBTOOL(GST, 1191, 0, 1191) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.11.90 -GST_PBREQ=1.11.90 +GST_REQ=1.11.91 +GST_PBREQ=1.11.91 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/docs/plugins/gst-libav-plugins.args b/docs/plugins/gst-libav-plugins.args index 6023fbc..a4328d3 100644 --- a/docs/plugins/gst-libav-plugins.args +++ b/docs/plugins/gst-libav-plugins.args @@ -33629,6 +33629,16 @@ +avdec_ylc::max-threads +gint +>= 0 +rw +Maximum decode threads +Maximum number of worker threads to spawn. (0 = auto). +0 + + + avdec_truemotion2rt::debug-mv gboolean @@ -33948,3 +33958,413 @@ Normal behavior + +avmux_scc::maxdelay +gint +>= 0 +rw +maxdelay +Set the maximum demux-decode delay (in microseconds). +0 + + + +avmux_scc::preload +gint +>= 0 +rw +preload +Set the initial demux-decode delay (in microseconds). +0 + + + +avenc_opus::bitrate +gint +>= 0 +rw +Bit Rate +Target Audio Bitrate. +128000 + + + +avenc_opus::compliance +GstFFMpegCompliance + +rw +Compliance +Adherence of the encoder to the specifications. +Normal behavior + + + +avdec_xpm::debug-mv +gboolean + +rw +Debug motion vectors +Whether libav should print motion vectors on top of the image. +FALSE + + + +avdec_xpm::direct-rendering +gboolean + +rw +Direct Rendering +Enable direct rendering. +TRUE + + + +avdec_xpm::lowres +GstLibAVVidDecLowres + +rw +Low resolution +At which resolution to decode images. +0 + + + +avdec_xpm::output-corrupt +gboolean + +rw +Output corrupt buffers +Whether libav should output frames even if corrupted. +TRUE + + + +avdec_xpm::skip-frame +GstLibAVVidDecSkipFrame + +rw +Skip frames +Which types of frames to skip during decoding. +0 + + + +avdec_speedhq::debug-mv +gboolean + +rw +Debug motion vectors +Whether libav should print motion vectors on top of the image. +FALSE + + + +avdec_speedhq::direct-rendering +gboolean + +rw +Direct Rendering +Enable direct rendering. +TRUE + + + +avdec_speedhq::lowres +GstLibAVVidDecLowres + +rw +Low resolution +At which resolution to decode images. +0 + + + +avdec_speedhq::output-corrupt +gboolean + +rw +Output corrupt buffers +Whether libav should output frames even if corrupted. +TRUE + + + +avdec_speedhq::skip-frame +GstLibAVVidDecSkipFrame + +rw +Skip frames +Which types of frames to skip during decoding. +0 + + + +avdec_scpr::debug-mv +gboolean + +rw +Debug motion vectors +Whether libav should print motion vectors on top of the image. +FALSE + + + +avdec_scpr::direct-rendering +gboolean + +rw +Direct Rendering +Enable direct rendering. +TRUE + + + +avdec_scpr::lowres +GstLibAVVidDecLowres + +rw +Low resolution +At which resolution to decode images. +0 + + + +avdec_scpr::output-corrupt +gboolean + +rw +Output corrupt buffers +Whether libav should output frames even if corrupted. +TRUE + + + +avdec_scpr::skip-frame +GstLibAVVidDecSkipFrame + +rw +Skip frames +Which types of frames to skip during decoding. +0 + + + +avdec_psd::debug-mv +gboolean + +rw +Debug motion vectors +Whether libav should print motion vectors on top of the image. +FALSE + + + +avdec_psd::direct-rendering +gboolean + +rw +Direct Rendering +Enable direct rendering. +TRUE + + + +avdec_psd::lowres +GstLibAVVidDecLowres + +rw +Low resolution +At which resolution to decode images. +0 + + + +avdec_psd::max-threads +gint +>= 0 +rw +Maximum decode threads +Maximum number of worker threads to spawn. (0 = auto). +0 + + + +avdec_psd::output-corrupt +gboolean + +rw +Output corrupt buffers +Whether libav should output frames even if corrupted. +TRUE + + + +avdec_psd::skip-frame +GstLibAVVidDecSkipFrame + +rw +Skip frames +Which types of frames to skip during decoding. +0 + + + +avdec_pixlet::debug-mv +gboolean + +rw +Debug motion vectors +Whether libav should print motion vectors on top of the image. +FALSE + + + +avdec_pixlet::direct-rendering +gboolean + +rw +Direct Rendering +Enable direct rendering. +TRUE + + + +avdec_pixlet::lowres +GstLibAVVidDecLowres + +rw +Low resolution +At which resolution to decode images. +0 + + + +avdec_pixlet::max-threads +gint +>= 0 +rw +Maximum decode threads +Maximum number of worker threads to spawn. (0 = auto). +0 + + + +avdec_pixlet::output-corrupt +gboolean + +rw +Output corrupt buffers +Whether libav should output frames even if corrupted. +TRUE + + + +avdec_pixlet::skip-frame +GstLibAVVidDecSkipFrame + +rw +Skip frames +Which types of frames to skip during decoding. +0 + + + +avdec_fmvc::debug-mv +gboolean + +rw +Debug motion vectors +Whether libav should print motion vectors on top of the image. +FALSE + + + +avdec_fmvc::direct-rendering +gboolean + +rw +Direct Rendering +Enable direct rendering. +TRUE + + + +avdec_fmvc::lowres +GstLibAVVidDecLowres + +rw +Low resolution +At which resolution to decode images. +0 + + + +avdec_fmvc::output-corrupt +gboolean + +rw +Output corrupt buffers +Whether libav should output frames even if corrupted. +TRUE + + + +avdec_fmvc::skip-frame +GstLibAVVidDecSkipFrame + +rw +Skip frames +Which types of frames to skip during decoding. +0 + + + +avdec_clearvideo::debug-mv +gboolean + +rw +Debug motion vectors +Whether libav should print motion vectors on top of the image. +FALSE + + + +avdec_clearvideo::direct-rendering +gboolean + +rw +Direct Rendering +Enable direct rendering. +TRUE + + + +avdec_clearvideo::lowres +GstLibAVVidDecLowres + +rw +Low resolution +At which resolution to decode images. +0 + + + +avdec_clearvideo::output-corrupt +gboolean + +rw +Output corrupt buffers +Whether libav should output frames even if corrupted. +TRUE + + + +avdec_clearvideo::skip-frame +GstLibAVVidDecSkipFrame + +rw +Skip frames +Which types of frames to skip during decoding. +0 + + diff --git a/docs/plugins/gst-libav-plugins.hierarchy b/docs/plugins/gst-libav-plugins.hierarchy index 150d00c..e1a02d8 100644 --- a/docs/plugins/gst-libav-plugins.hierarchy +++ b/docs/plugins/gst-libav-plugins.hierarchy @@ -61,7 +61,9 @@ GObject avdec_ape avdec_atrac1 avdec_atrac3 + avdec_atrac3al avdec_atrac3plus + avdec_atrac3plusal avdec_binkaudio_dct avdec_binkaudio_rdft avdec_bmv_audio @@ -111,6 +113,7 @@ GObject avdec_pcm_lxf avdec_qcelp avdec_qdm2 + avdec_qdmc avdec_ralf avdec_real_144 avdec_real_288 @@ -159,6 +162,7 @@ GObject avenc_mp2 avenc_mp2fixed avenc_nellymoser + avenc_opus avenc_real_144 avenc_roq_dpcm avenc_s302m @@ -205,6 +209,7 @@ GObject avdec_cdxl avdec_cfhd avdec_cinepak + avdec_clearvideo avdec_cljr avdec_cllc avdec_cpia @@ -234,6 +239,7 @@ GObject avdec_flashsv2 avdec_flic avdec_flv + avdec_fmvc avdec_fraps avdec_frwu avdec_g2m @@ -295,10 +301,12 @@ GObject avdec_pgm avdec_pgmyuv avdec_pictor + avdec_pixlet avdec_png avdec_ppm avdec_prores avdec_prores_lgpl + avdec_psd avdec_ptx avdec_qdraw avdec_qpeg @@ -313,6 +321,7 @@ GObject avdec_rv30 avdec_rv40 avdec_sanm + avdec_scpr avdec_screenpresso avdec_sgi avdec_sgirle @@ -322,6 +331,7 @@ GObject avdec_smvjpeg avdec_snow avdec_sp5x + avdec_speedhq avdec_sunrast avdec_svq1 avdec_svq3 @@ -367,6 +377,7 @@ GObject avdec_xbm avdec_xface avdec_xl + avdec_xpm avdec_xwd avdec_ylc avdec_yop @@ -525,6 +536,7 @@ GObject avmux_psp avmux_rm avmux_rso + avmux_scc avmux_singlejpeg avmux_smjpeg avmux_smoothstreaming diff --git a/docs/plugins/gst-libav-plugins.interfaces b/docs/plugins/gst-libav-plugins.interfaces index 12a161b..0e6a148 100644 --- a/docs/plugins/gst-libav-plugins.interfaces +++ b/docs/plugins/gst-libav-plugins.interfaces @@ -57,6 +57,7 @@ avenc_msmpeg4 GstPreset avenc_msmpeg4v2 GstPreset avenc_msvideo1 GstPreset avenc_nellymoser GstPreset +avenc_opus GstPreset avenc_pam GstPreset avenc_pbm GstPreset avenc_pcm_s16be_planar GstPreset @@ -166,6 +167,7 @@ avmux_psp GstTagSetter avmux_rcv GstTagSetter avmux_rm GstTagSetter avmux_rso GstTagSetter +avmux_scc GstTagSetter avmux_singlejpeg GstTagSetter avmux_smjpeg GstTagSetter avmux_smoothstreaming GstTagSetter diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index c229936..781564e 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -3,7 +3,7 @@ All libav codecs and formats (local snapshot) ../../ext/libav/.libs/libgstlibav.so libgstlibav.so - 1.11.90 + 1.11.91 LGPL gst-libav libav @@ -1333,6 +1333,27 @@ + avdec_atrac3al + libav ATRAC3 AL (Adaptive TRansform Acoustic Coding 3 Advanced Lossless) decoder + Codec/Decoder/Audio + libav atrac3al decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
audio/x-raw, layout=(string)interleaved, format=(string)F32LE
+
+
+
+ avdec_atrac3plus libav ATRAC3+ (Adaptive TRansform Acoustic Coding 3+) decoder Codec/Decoder/Audio @@ -1354,6 +1375,27 @@ + avdec_atrac3plusal + libav ATRAC3+ AL (Adaptive TRansform Acoustic Coding 3+ Advanced Lossless) decoder + Codec/Decoder/Audio + libav atrac3plusal decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
audio/x-raw, layout=(string)interleaved, format=(string){ U8, S16LE, S32LE, F32LE, F64LE }
+
+
+
+ avdec_aura libav Auravision AURA decoder Codec/Decoder/Video @@ -1858,6 +1900,27 @@ + avdec_clearvideo + libav Iterated Systems ClearVideo decoder + Codec/Decoder/Video + libav clearvideo decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
video/x-raw, format=(string){ I420, YUY2, RGB, BGR, Y42B, Y444, YUV9, Y41B, GRAY8, RGB8P, I420, Y42B, Y444, UYVY, NV12, NV21, ARGB, RGBA, ABGR, BGRA, GRAY16_BE, GRAY16_LE, A420, RGB16, RGB15, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, GBRA, xRGB, RGBx, xBGR, BGRx, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE }
+
+
+
+ avdec_cljr libav Cirrus Logic AccuPak decoder Codec/Decoder/Video @@ -2761,6 +2824,27 @@ + avdec_fmvc + libav FM Screen Capture Codec decoder + Codec/Decoder/Video + libav fmvc decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
video/x-raw, format=(string){ I420, YUY2, RGB, BGR, Y42B, Y444, YUV9, Y41B, GRAY8, RGB8P, I420, Y42B, Y444, UYVY, NV12, NV21, ARGB, RGBA, ABGR, BGRA, GRAY16_BE, GRAY16_LE, A420, RGB16, RGB15, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, GBRA, xRGB, RGBx, xBGR, BGRx, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE }
+
+
+
+ avdec_fraps libav Fraps decoder Codec/Decoder/Video @@ -3098,7 +3182,7 @@ avdec_hap - libav Vidvox Hap decoder decoder + libav Vidvox Hap decoder Codec/Decoder/Video libav hap decoder Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> @@ -4672,6 +4756,27 @@ + avdec_pixlet + libav Apple Pixlet decoder + Codec/Decoder/Video + libav pixlet decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
video/x-raw, format=(string){ I420, YUY2, RGB, BGR, Y42B, Y444, YUV9, Y41B, GRAY8, RGB8P, I420, Y42B, Y444, UYVY, NV12, NV21, ARGB, RGBA, ABGR, BGRA, GRAY16_BE, GRAY16_LE, A420, RGB16, RGB15, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, GBRA, xRGB, RGBx, xBGR, BGRx, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE }
+
+
+
+ avdec_png libav PNG (Portable Network Graphics) image decoder Codec/Decoder/Video @@ -4756,6 +4861,27 @@ + avdec_psd + libav Photoshop PSD file decoder + Codec/Decoder/Video + libav psd decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
video/x-raw, format=(string){ I420, YUY2, RGB, BGR, Y42B, Y444, YUV9, Y41B, GRAY8, RGB8P, I420, Y42B, Y444, UYVY, NV12, NV21, ARGB, RGBA, ABGR, BGRA, GRAY16_BE, GRAY16_LE, A420, RGB16, RGB15, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, GBRA, xRGB, RGBx, xBGR, BGRx, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE }
+
+
+
+ avdec_ptx libav V.Flash PTX image decoder Codec/Decoder/Video @@ -4819,6 +4945,27 @@ + avdec_qdmc + libav QDesign Music Codec 1 decoder + Codec/Decoder/Audio + libav qdmc decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
audio/x-raw, layout=(string)interleaved, format=(string){ U8, S16LE, S32LE, F32LE, F64LE }
+
+
+
+ avdec_qdraw libav Apple QuickDraw decoder Codec/Decoder/Video @@ -5197,6 +5344,27 @@ + avdec_scpr + libav ScreenPressor decoder + Codec/Decoder/Video + libav scpr decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
video/x-raw, format=(string){ I420, YUY2, RGB, BGR, Y42B, Y444, YUV9, Y41B, GRAY8, RGB8P, I420, Y42B, Y444, UYVY, NV12, NV21, ARGB, RGBA, ABGR, BGRA, GRAY16_BE, GRAY16_LE, A420, RGB16, RGB15, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, GBRA, xRGB, RGBx, xBGR, BGRx, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE }
+
+
+
+ avdec_screenpresso libav Screenpresso decoder Codec/Decoder/Video @@ -5512,6 +5680,27 @@ + avdec_speedhq + libav NewTek SpeedHQ decoder + Codec/Decoder/Video + libav speedhq decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
video/x-raw, format=(string){ I420, YUY2, RGB, BGR, Y42B, Y444, YUV9, Y41B, GRAY8, RGB8P, I420, Y42B, Y444, UYVY, NV12, NV21, ARGB, RGBA, ABGR, BGRA, GRAY16_BE, GRAY16_LE, A420, RGB16, RGB15, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, GBRA, xRGB, RGBx, xBGR, BGRx, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE }
+
+
+
+ avdec_sunrast libav Sun Rasterfile image decoder Codec/Decoder/Video @@ -6793,6 +6982,27 @@ + avdec_xpm + libav XPM (X PixMap) image decoder + Codec/Decoder/Video + libav xpm decoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> + + + sink + sink + always +
unknown/unknown
+
+ + src + source + always +
video/x-raw, format=(string){ I420, YUY2, RGB, BGR, Y42B, Y444, YUV9, Y41B, GRAY8, RGB8P, I420, Y42B, Y444, UYVY, NV12, NV21, ARGB, RGBA, ABGR, BGRA, GRAY16_BE, GRAY16_LE, A420, RGB16, RGB15, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, GBRA, xRGB, RGBx, xBGR, BGRx, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE }
+
+
+
+ avdec_xwd libav XWD (X Window Dump) image decoder Codec/Decoder/Video @@ -8177,7 +8387,7 @@ avenc_cinepak - libav Cinepak / CVID encoder + libav Cinepak encoder Codec/Encoder/Video libav cinepak encoder Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> @@ -8270,7 +8480,7 @@ sink sink always -
video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ Y42B, I422_10LE }; video/x-raw, width=(int)1280, height=(int)720, framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ Y42B, I422_10LE }
+
video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ Y42B, I422_10LE, Y444_10LE, GBR_10LE }; video/x-raw, width=(int)1280, height=(int)720, framerate=(fraction)[ 0/1, 2147483647/1 ], format=(string){ Y42B, I422_10LE, Y444_10LE, GBR_10LE }
src @@ -8354,7 +8564,7 @@ sink sink always -
video/x-raw, format=(string){ I420, A420, Y444, Y42B, Y41B, YUV9, BGRx, BGRA, I420_10LE, I422_10LE, Y444_10LE, A444_10LE, A422_10LE, A420_10LE, GRAY16_LE, GRAY8, GBR_10LE, GBR_12LE }
+
video/x-raw, format=(string){ I420, A420, Y444, Y42B, Y41B, YUV9, BGRx, BGRA, I420_10LE, I422_10LE, Y444_10LE, I420_12LE, I422_12LE, Y444_12LE, A444_10LE, A422_10LE, A420_10LE, GRAY16_LE, GRAY8, GBR_10LE, GBR_12LE }
src @@ -8890,6 +9100,27 @@
+ avenc_opus + libav Opus encoder + Codec/Encoder/Audio + libav opus encoder + Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> + + + sink + sink + always +
audio/x-raw, channel-mask=(bitmask)0x0000000000000000, channels=(int)1, rate=(int)48000, layout=(string)interleaved, format=(string)F32LE; audio/x-raw, channel-mask=(bitmask)0x0000000000000003, channels=(int)2, rate=(int)48000, layout=(string)interleaved, format=(string)F32LE
+
+ + src + source + always +
unknown/unknown
+
+
+
+ avenc_pam libav PAM (Portable AnyMap) image encoder Codec/Encoder/Video @@ -11077,6 +11308,15 @@ + avmux_scc + libav Scenarist Closed Captions muxer + Codec/Muxer + libav Scenarist Closed Captions muxer + Wim Taymans <wim.taymans@chello.be>, Ronald Bultje <rbultje@ronald.bitfreak.net> + + + + avmux_singlejpeg libav JPEG single image muxer Codec/Muxer diff --git a/gst-libav.doap b/gst-libav.doap index 32a286d..b3379f0 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. + 1.11.91 + master + + 2017-04-27 + + + + + + 1.11.90 master diff --git a/meson.build b/meson.build index e23b983..e56d4ba 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-libav', 'c', 'cpp', - version : '1.11.90', + version : '1.11.91', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- 2.7.4