summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-04-07 16:34:46 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-04-07 16:34:46 +0300
commitaff7ab6fdfe754224c2a6980c0532d02c6082f57 (patch)
tree1e0e4f676301962df0e916bba5a6deffb39d819e /ChangeLog
parenta3b7aebf6b328e2884fc3692906a40c059b21a09 (diff)
downloadgst-libav-aff7ab6fdfe754224c2a6980c0532d02c6082f57.tar.gz
Release 1.11.901.11.90
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog77
1 files changed, 75 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index af2408d..cda7b97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,82 @@
+=== release 1.11.90 ===
+
+2017-04-07 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.11.90
+
+2017-03-22 12:55:40 +0530 Arun Raghavan <arun@arunraghavan.net>
+
+ * ext/libav/gstavvidenc.c:
+ avvidenc: Fix compiler errors in the previous commit
+ The declaration of 'const char *klass' was shadowing a function
+ argument.
+
+2017-03-20 22:19:47 +0530 Arun Raghavan <arun@arunraghavan.net>
+
+ * ext/libav/gstavcodecmap.c:
+ * ext/libav/gstavcodecmap.h:
+ * ext/libav/gstavvidenc.c:
+ avvidenc: Classify image encoders with "Image" instead of "Video"
+ This allows gst_video_convert_sample*() to work with codecs for which we
+ have libav encoders (such as BMP).
+ https://bugzilla.gnome.org/show_bug.cgi?id=780317
+
+2017-03-16 17:14:21 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: Add mappings for I420/I422/Y444_12LE/BE and GBRA
+ https://bugzilla.gnome.org/show_bug.cgi?id=780100
+
+2017-03-15 15:37:29 +0100 Emeric Grange <egrange@gopro.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: Add GBR_12LE/BE and GBRA_12LE/BE pixel format mapping for CineForm decoder
+
+2017-03-16 15:23:01 +1100 Jan Schmidt <jan@centricular.com>
+
+ * ext/libav/gstavvidenc.c:
+ avvidenc: Add Stereo3D mapping
+ Add mapping between GStreamer multiview modes/flags and
+ libav Stereo3D frame packings when encoding video.
+ https://bugzilla.gnome.org/show_bug.cgi?id=767938
+
+2017-03-16 15:23:01 +1100 Jan Schmidt <jan@centricular.com>
+
+ * ext/libav/gstavviddec.c:
+ * ext/libav/gstavviddec.h:
+ avviddec: Map any stereo3D info to multiview modes
+ Map any libav Stereo3D side data to GStreamer multiview
+ mode / flags for playback.
+ https://bugzilla.gnome.org/show_bug.cgi?id=767938
+
+2017-03-14 15:01:41 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: Add mapping for CineForm HD / CFHD codec
+ https://bugzilla.gnome.org/show_bug.cgi?id=780024
+
+2017-02-24 15:59:51 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * meson.build:
+ meson: Update version
+
+2017-02-24 15:37:46 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ Back to development
+
=== release 1.11.2 ===
-2017-02-24 Sebastian Dröge <slomo@coaxion.net>
+2017-02-24 15:07:59 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.11.2
+ * docs/plugins/inspect/plugin-libav.xml:
+ * gst-libav.doap:
+ Release 1.11.2
2017-02-14 20:38:03 +0000 Tim-Philipp Müller <tim@centricular.com>