From fca6c1bdb089dc633d2564c5bb547aab6d9e478b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 1 Sep 2016 12:31:10 +0300 Subject: [PATCH] Release 1.9.2 --- ChangeLog | 151 +++++++--- NEWS | 2 +- RELEASE | 29 +- configure.ac | 8 +- docs/plugins/gst-libav-plugins.hierarchy | 23 -- docs/plugins/inspect/plugin-libav.xml | 485 +------------------------------ gst-libav.doap | 10 + 7 files changed, 140 insertions(+), 568 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3270ac7..406fa1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,117 @@ +=== release 1.9.2 === + +2016-09-01 Sebastian Dröge + + * configure.ac: + releasing 1.9.2 + +2016-08-29 17:03:18 +0300 Sebastian Dröge + + * gst-libs/ext/libav: + libav: Update to ffmpeg n3.1.3 + +2016-08-28 21:47:35 -0300 Thibault Saunier + + * config.h.meson: + * ext/libav/meson.build: + * meson.build: + Add support for Meson as alternative/parallel build system + https://github.com/mesonbuild/meson + We only support building with ffmpeg installed system wide and not as + subproject yet. + +2016-08-19 11:13:44 -0700 Thibault Saunier + + * ext/libav/gstavdemux.c: + Use the new API to post flow ERROR messages on the bus + https://bugzilla.gnome.org/show_bug.cgi?id=770158 + +2016-08-26 21:46:18 +0200 Josep Torra + + * configure.ac: + * tests/check/Makefile.am: + build: silence error about pthread for 'make check' in osx + Fixes "clang: error: argument unused during compilation: '-pthread'" + +2016-08-20 10:53:07 +0100 Tim-Philipp Müller + + * ext/libav/gstavcodecmap.c: + libav: fix confusing 'insane framerate' debug log message + Usually means no framerate / variable framerate. Also the + fraction arguments were swapped. + +2016-08-16 21:11:35 +0300 Sebastian Dröge + + * configure.ac: + configure: Explicitly disable CrystalHD decoder + Otherwise it will pick it up when the system has the relevant headers, + and then linking produces an unusable plugin later as we don't ensure + that the plugin also links against the crystalhd library. + https://bugzilla.gnome.org/show_bug.cgi?id=769809 + +2016-08-16 10:43:18 +0300 Sebastian Dröge + + * gst-libs/ext/libav: + libav: Update to ffmpeg n3.1.2 + +2016-08-04 10:45:14 +0200 Edward Hervey + + * ext/libav/gstavviddec.c: + avvidec: Ensure skipping strategy gets properly reset + When switching playback modes, like from TRICKMODE or TRICKMODE_KEY_UNITS + back to regular playback, we need to make sure we set the skip mode + back to the default setting. + While this field would be properly reset when we *have* feedback from + downstream (i.e. diff != G_MAXINT64), it would not be reset during + the initial phase (i.e. when the decoder hasn't pushed a buffer yet, + and therefore the sink hasn't sent back QoS information). + This avoids dropping plenty of frames when going back to regular playback + +2016-07-26 10:27:22 +0300 Sebastian Dröge + + * gst-libs/ext/libav: + libav: Update to n3.1.1 + +2016-07-22 14:54:21 +0300 Sebastian Dröge + + * ext/libav/gstavauddec.c: + * ext/libav/gstavaudenc.c: + * ext/libav/gstavviddec.c: + * ext/libav/gstavvidenc.c: + libav: Ignore more quasi-codecs + +2016-07-22 14:42:59 +0300 Sebastian Dröge + + * ext/libav/gstavviddec.c: + * ext/libav/gstavvidenc.c: + libav: Ignore VAAPI decoders and VAAPI/nvenc encoders + These can show up when having a build against a system version of ffmpeg. + +2016-07-11 21:15:39 +0200 Stefan Sauer + + * common: + Automatic update of common submodule + From f363b32 to f49c55e + +2016-07-06 13:51:12 +0300 Sebastian Dröge + + * configure.ac: + Back to development + === release 1.9.1 === -2016-07-06 Sebastian Dröge +2016-07-06 13:26:10 +0300 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.9.1 + * docs/plugins/gst-libav-plugins.args: + * docs/plugins/gst-libav-plugins.hierarchy: + * docs/plugins/gst-libav-plugins.interfaces: + * docs/plugins/inspect/plugin-libav.xml: + * gst-libav.doap: + Release 1.9.1 2016-07-05 20:16:45 +0300 Sebastian Dröge @@ -2883,7 +2991,6 @@ * ext/libav/gstav.h: * ext/libav/gstavdemux.c: * ext/libav/gstavmux.c: - * ext/libav/gstavpipe.h: * ext/libav/gstavprotocol.c: * ext/libav/gstavprotocol.h: av: Move gst_ffmpegdata functions to gstavprotocol.h too @@ -3291,9 +3398,6 @@ * ext/libav/gstavauddec.h: * ext/libav/gstavaudenc.c: * ext/libav/gstavaudenc.h: - * ext/libav/gstavdec.c: - * ext/libav/gstavenc.c: - * ext/libav/gstavenc.h: * ext/libav/gstavviddec.c: * ext/libav/gstavviddec.h: * ext/libav/gstavvidenc.h: @@ -3572,28 +3676,6 @@ * configure.ac: * ext/Makefile.am: - * ext/ffmpeg/Makefile.am: - * ext/ffmpeg/gstffmpeg.c: - * ext/ffmpeg/gstffmpeg.h: - * ext/ffmpeg/gstffmpegaudioresample.c: - * ext/ffmpeg/gstffmpegcfg.c: - * ext/ffmpeg/gstffmpegcfg.h: - * ext/ffmpeg/gstffmpegcodecmap.c: - * ext/ffmpeg/gstffmpegcodecmap.h: - * ext/ffmpeg/gstffmpegdec.c: - * ext/ffmpeg/gstffmpegdeinterlace.c: - * ext/ffmpeg/gstffmpegdemux.c: - * ext/ffmpeg/gstffmpegenc.c: - * ext/ffmpeg/gstffmpegenc.h: - * ext/ffmpeg/gstffmpegmux.c: - * ext/ffmpeg/gstffmpegpipe.h: - * ext/ffmpeg/gstffmpegprotocol.c: - * ext/ffmpeg/gstffmpegscale.c: - * ext/ffmpeg/gstffmpegutils.c: - * ext/ffmpeg/gstffmpegutils.h: - * ext/ffmpeg/gstffmpegviddec.c: - * ext/ffmpeg/gstffmpegvidenc.c: - * ext/ffmpeg/gstffmpegvidenc.h: * ext/libav/Makefile.am: * ext/libav/gstav.c: * ext/libav/gstav.h: @@ -4404,14 +4486,6 @@ * configure.ac: * docs/plugins/Makefile.am: - * docs/plugins/gst-ffmpeg-plugins-docs.sgml: - * docs/plugins/gst-ffmpeg-plugins-sections.txt: - * docs/plugins/gst-ffmpeg-plugins.args: - * docs/plugins/gst-ffmpeg-plugins.hierarchy: - * docs/plugins/gst-ffmpeg-plugins.interfaces: - * docs/plugins/gst-ffmpeg-plugins.prerequisites: - * docs/plugins/gst-ffmpeg-plugins.signals: - * docs/plugins/gst-ffmpeg-plugins.types: * docs/plugins/gst-libav-plugins-docs.sgml: * docs/plugins/gst-libav-plugins-sections.txt: * docs/plugins/gst-libav-plugins.args: @@ -4440,18 +4514,13 @@ * ext/libpostproc/gstpostproc.c: * ext/libswscale/Makefile.am: * ext/libswscale/gstffmpegscale.c: - * gst-ffmpeg.doap: - * gst-ffmpeg.spec.in: * gst-libav.doap: * gst-libav.spec.in: * tests/check/Makefile.am: * tests/check/elements/avdec_adpcm.c: * tests/check/elements/avdemux_ape.c: - * tests/check/elements/ffdec_adpcm.c: - * tests/check/elements/ffdemux_ape.c: * tests/check/generic/libavcodec-locking.c: * tests/check/generic/plugin-test.c: - * tests/check/gst-ffmpeg.supp: * tests/check/gst-libav.supp: Rename everything from gst-ffmpeg to gst-libav Also change elements factory names to avenc_*, avdec_*, diff --git a/NEWS b/NEWS index 4c3baab..027c018 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.9.1 +This is GStreamer 1.9.2 diff --git a/RELEASE b/RELEASE index f10847c..63ecd7d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,18 +1,20 @@ -Release notes for GStreamer libav Plugins 1.9.1 +Release notes for GStreamer libav Plugins 1.9.2 -The GStreamer team is pleased to announce the first release of the unstable -1.9 release series. The 1.9 release series is adding new features on top of -the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x release -series of the GStreamer multimedia framework. The unstable 1.9 release series -will lead to the stable 1.10 release series in the next weeks. Any newly added -API can still change until that point. +The GStreamer team is pleased to announce the second release of the unstable +1.9 release series, which marks the feature freeze for 1.10. The 1.9 release +series is adding new features on top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series +and is part of the API and ABI-stable 1.x release series of the GStreamer +multimedia framework. The unstable 1.9 release series will lead to the stable +1.10 release series in the next weeks. Any newly added API can still change +until that point. Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days. -This module contains plugins based on the ffmpeg/libav project, including codecs. + +This module contains plugins based on the ffmpeg project, including codecs. @@ -37,9 +39,7 @@ contains a set of less supported plugins that haven't passed the Bugs fixed in this release - * 763084 : libav: use new gst_element_class_add_static_pad_template() - * 764162 : avvid{dec,enc}: remove dead gobject macros - * 766333 : avdec_g729: Add mapping for G729 caps + * 769809 : libgstlibav fails on Linux ==== Download ==== @@ -77,10 +77,9 @@ subscribe to the gstreamer-devel list. Contributors to this release * Edward Hervey - * Julien Isorce - * Nicolas Dufresne + * Josep Torra * Sebastian Dröge + * Stefan Sauer + * Thibault Saunier * Tim-Philipp Müller - * Vineeth TM - * Víctor Manuel Jáquez Leal   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 1626447..a670614 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.9.1.1, +AC_INIT(GStreamer libav, 1.9.2, 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, 901, 0, 901) +AS_LIBTOOL(GST, 902, 0, 902) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.9.1.1 -GST_PBREQ=1.9.1.1 +GST_REQ=1.9.2 +GST_PBREQ=1.9.2 ORC_REQ=0.4.16 ORC_CHECK([$ORC_REQ]) diff --git a/docs/plugins/gst-libav-plugins.hierarchy b/docs/plugins/gst-libav-plugins.hierarchy index ee80d15..1c01391 100644 --- a/docs/plugins/gst-libav-plugins.hierarchy +++ b/docs/plugins/gst-libav-plugins.hierarchy @@ -109,10 +109,6 @@ GObject avdec_opus avdec_paf_audio avdec_pcm_lxf - avdec_pcm_s16be_planar - avdec_pcm_s24le_planar - avdec_pcm_s32le_planar - avdec_pcm_s8_planar avdec_qcelp avdec_qdm2 avdec_ralf @@ -162,10 +158,6 @@ GObject avenc_mp2 avenc_mp2fixed avenc_nellymoser - avenc_pcm_s16be_planar - avenc_pcm_s24le_planar - avenc_pcm_s32le_planar - avenc_pcm_s8_planar avenc_real_144 avenc_roq_dpcm avenc_s302m @@ -179,7 +171,6 @@ GObject GstPipeline GstFFMpegDeinterlace GstVideoDecoder - avdec_012v avdec_4xm avdec_8bps avdec_aasc @@ -197,7 +188,6 @@ GObject avdec_avrp avdec_avs avdec_avui - avdec_ayuv avdec_bethsoftvid avdec_bfi avdec_binkvideo @@ -347,9 +337,6 @@ GObject avdec_txd avdec_ultimotion avdec_utvideo - avdec_v308 - avdec_v408 - avdec_v410 avdec_vb avdec_vble avdec_vc1 @@ -379,12 +366,9 @@ GObject avdec_xface avdec_xl avdec_xwd - avdec_y41p avdec_ylc avdec_yop - avdec_yuv4 avdec_zerocodec - avdec_zlib avdec_zmbv GstVideoEncoder avenc_a64multi @@ -396,7 +380,6 @@ GObject avenc_asv2 avenc_avrp avenc_avui - avenc_ayuv avenc_bmp avenc_cinepak avenc_cljr @@ -444,18 +427,12 @@ GObject avenc_targa avenc_tiff avenc_utvideo - avenc_v308 - avenc_v408 - avenc_v410 avenc_vc2 avenc_wmv1 avenc_wmv2 - avenc_wrapped_avframe avenc_xbm avenc_xface avenc_xwd - avenc_y41p - avenc_yuv4 avenc_zmbv avdemux_4xm avdemux_aiff diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index 9ae07a6..078f864 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -3,34 +3,13 @@ All libav codecs and formats (local snapshot) ../../ext/libav/.libs/libgstlibav.so libgstlibav.so - 1.9.1 + 1.9.2 LGPL gst-libav libav http://www.libav.org - avdec_012v - libav Uncompressed 4:2:2 10-bit decoder - Codec/Decoder/Video - libav 012v 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 }
-
-
-
- avdec_4xm libav 4X Movie decoder Codec/Decoder/Video @@ -1501,27 +1480,6 @@ - avdec_ayuv - libav Uncompressed packed MS 4:4:4:4 decoder - Codec/Decoder/Video - libav ayuv 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 }
-
-
-
- avdec_bethsoftvid libav Bethesda VID video decoder Codec/Decoder/Video @@ -4630,90 +4588,6 @@ - avdec_pcm_s16be_planar - libav PCM signed 16-bit big-endian planar decoder - Codec/Decoder/Audio - libav pcm_s16be_planar 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)S16LE
-
-
-
- - avdec_pcm_s24le_planar - libav PCM signed 24-bit little-endian planar decoder - Codec/Decoder/Audio - libav pcm_s24le_planar 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)S32LE
-
-
-
- - avdec_pcm_s32le_planar - libav PCM signed 32-bit little-endian planar decoder - Codec/Decoder/Audio - libav pcm_s32le_planar 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)S32LE
-
-
-
- - avdec_pcm_s8_planar - libav PCM signed 8-bit planar decoder - Codec/Decoder/Audio - libav pcm_s8_planar 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
-
-
-
- avdec_pcx libav PC Paintbrush PCX image decoder Codec/Decoder/Video @@ -6100,69 +5974,6 @@ - avdec_v308 - libav Uncompressed packed 4:4:4 decoder - Codec/Decoder/Video - libav v308 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 }
-
-
-
- - avdec_v408 - libav Uncompressed packed QT 4:4:4:4 decoder - Codec/Decoder/Video - libav v408 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 }
-
-
-
- - avdec_v410 - libav Uncompressed 4:4:4 10-bit decoder - Codec/Decoder/Video - libav v410 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 }
-
-
-
- avdec_vb libav Beam Software VB decoder Codec/Decoder/Video @@ -7003,27 +6814,6 @@ - avdec_y41p - libav Uncompressed YUV 4:1:1 12-bit decoder - Codec/Decoder/Video - libav y41p 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 }
-
-
-
- avdec_ylc libav YUY2 Lossless Codec decoder Codec/Decoder/Video @@ -7066,27 +6856,6 @@ - avdec_yuv4 - libav Uncompressed packed 4:2:0 decoder - Codec/Decoder/Video - libav yuv4 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 }
-
-
-
- avdec_zerocodec libav ZeroCodec Lossless Video decoder Codec/Decoder/Video @@ -7108,27 +6877,6 @@ - avdec_zlib - libav LCL (LossLess Codec Library) ZLIB decoder - Codec/Decoder/Video - libav zlib decoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net>, Edward Hervey <bilboed@bilboed.com> - - - sink - sink - always -
video/x-zlib
-
- - 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 }
-
-
-
- avdec_zmbv libav Zip Motion Blocks Video decoder Codec/Decoder/Video @@ -8407,27 +8155,6 @@ - avenc_ayuv - libav Uncompressed packed MS 4:4:4:4 encoder - Codec/Encoder/Video - libav ayuv encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
video/x-raw
-
- - src - source - always -
unknown/unknown
-
-
-
- avenc_bmp libav BMP (Windows and OS/2 bitmap) encoder Codec/Encoder/Video @@ -9184,90 +8911,6 @@ - avenc_pcm_s16be_planar - libav PCM signed 16-bit big-endian planar encoder - Codec/Encoder/Audio - libav pcm_s16be_planar encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
audio/x-raw, channels=(int)[ 1, 2 ], rate=(int)[ 4000, 96000 ], layout=(string)interleaved, format=(string)S16LE
-
- - src - source - always -
unknown/unknown
-
-
-
- - avenc_pcm_s24le_planar - libav PCM signed 24-bit little-endian planar encoder - Codec/Encoder/Audio - libav pcm_s24le_planar encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
audio/x-raw, channels=(int)[ 1, 2 ], rate=(int)[ 4000, 96000 ], layout=(string)interleaved, format=(string)S32LE
-
- - src - source - always -
unknown/unknown
-
-
-
- - avenc_pcm_s32le_planar - libav PCM signed 32-bit little-endian planar encoder - Codec/Encoder/Audio - libav pcm_s32le_planar encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
audio/x-raw, channels=(int)[ 1, 2 ], rate=(int)[ 4000, 96000 ], layout=(string)interleaved, format=(string)S32LE
-
- - src - source - always -
unknown/unknown
-
-
-
- - avenc_pcm_s8_planar - libav PCM signed 8-bit planar encoder - Codec/Encoder/Audio - libav pcm_s8_planar encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
audio/x-raw, channels=(int)[ 1, 2 ], rate=(int)[ 4000, 96000 ], layout=(string)interleaved, format=(string)U8
-
- - src - source - always -
unknown/unknown
-
-
-
- avenc_pcx libav PC Paintbrush PCX image encoder Codec/Encoder/Video @@ -9814,69 +9457,6 @@ - avenc_v308 - libav Uncompressed packed 4:4:4 encoder - Codec/Encoder/Video - libav v308 encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
video/x-raw, format=(string)Y444
-
- - src - source - always -
unknown/unknown
-
-
-
- - avenc_v408 - libav Uncompressed packed QT 4:4:4:4 encoder - Codec/Encoder/Video - libav v408 encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
video/x-raw
-
- - src - source - always -
unknown/unknown
-
-
-
- - avenc_v410 - libav Uncompressed 4:4:4 10-bit encoder - Codec/Encoder/Video - libav v410 encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
video/x-raw, format=(string)Y444_10LE
-
- - src - source - always -
unknown/unknown
-
-
-
- avenc_vc2 libav SMPTE VC-2 encoder Codec/Encoder/Video @@ -10003,27 +9583,6 @@ - avenc_wrapped_avframe - libav AVFrame to AVPacket passthrough encoder - Codec/Encoder/Video - libav wrapped_avframe encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - 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 }
-
- - src - source - always -
unknown/unknown
-
-
-
- avenc_xbm libav XBM (X BitMap) image encoder Codec/Encoder/Video @@ -10087,48 +9646,6 @@ - avenc_y41p - libav Uncompressed YUV 4:1:1 12-bit encoder - Codec/Encoder/Video - libav y41p encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
video/x-raw, format=(string)Y41B
-
- - src - source - always -
unknown/unknown
-
-
-
- - avenc_yuv4 - libav Uncompressed packed 4:2:0 encoder - Codec/Encoder/Video - libav yuv4 encoder - Wim Taymans <wim.taymans@gmail.com>, Ronald Bultje <rbultje@ronald.bitfreak.net> - - - sink - sink - always -
video/x-raw, format=(string)I420
-
- - src - source - always -
unknown/unknown
-
-
-
- avenc_zmbv libav Zip Motion Blocks Video encoder Codec/Encoder/Video diff --git a/gst-libav.doap b/gst-libav.doap index 72a6f94..e9f1035 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. + 1.9.2 + master + + 2016-09-01 + + + + + + 1.9.1 master -- 2.7.4