summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-09-01 12:31:10 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-09-01 12:31:10 +0300
commitfca6c1bdb089dc633d2564c5bb547aab6d9e478b (patch)
tree9c459c77f3f4439110828fa1c32c830bc859bbe9 /ChangeLog
parentdf3e278b4c9abc2e78dff3ce97444d914df0be35 (diff)
downloadgst-libav-fca6c1bdb089dc633d2564c5bb547aab6d9e478b.tar.gz
Release 1.9.21.9.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog151
1 files changed, 110 insertions, 41 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 <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.9.2
+
+2016-08-29 17:03:18 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/ext/libav:
+ libav: Update to ffmpeg n3.1.3
+
+2016-08-28 21:47:35 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * 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 <thibault.saunier@osg.samsung.com>
+
+ * 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 <n770galaxy@gmail.com>
+
+ * 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 <tim@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * gst-libs/ext/libav:
+ libav: Update to ffmpeg n3.1.2
+
+2016-08-04 10:45:14 +0200 Edward Hervey <edward@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * gst-libs/ext/libav:
+ libav: Update to n3.1.1
+
+2016-07-22 14:54:21 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * 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 <sebastian@centricular.com>
+
+ * 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 <ensonic@users.sf.net>
+
+ * common:
+ Automatic update of common submodule
+ From f363b32 to f49c55e
+
+2016-07-06 13:51:12 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ Back to development
+
=== release 1.9.1 ===
-2016-07-06 Sebastian Dröge <slomo@coaxion.net>
+2016-07-06 13:26:10 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * 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 <sebastian@centricular.com>
@@ -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_*,