aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog60
1 files changed, 58 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e316ac8..2935b36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,65 @@
+=== release 1.0.10 ===
+
+2013-08-28 Tim-Philipp Müller <tim@centricular.net>
+
+ * configure.ac:
+ releasing 1.0.10
+
+2013-08-27 14:13:06 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: log when we output a lower profile than requested
+
+2013-08-21 18:32:17 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Consider subset relations of profiles when setting srcpad caps
+ constrained-baseline is a subset of baseline, is a subset of main,
+ is a subset of high profile.
+ https://bugzilla.gnome.org/show_bug.cgi?id=705425
+
+2013-08-21 12:31:23 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: propagate flow return back to base class and upstream
+ https://bugzilla.gnome.org/show_bug.cgi?id=705425
+
+2013-08-17 23:13:17 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * configure.ac:
+ configure: fix x264 version checking
+ x264 releases carry pkg-config versions such as 0.120.x
+ (literallly with an 'x'). Checking for x264 >= 0.120.0 will
+ then fail, so we need to either check for > 0.119.0 or
+ for >= 0.120 to make this work right.
+
=== release 1.0.9 ===
-2013-07-30 Tim-Philipp Müller <tim@centricular.net>
+2013-07-30 12:17:25 +0100 Tim-Philipp Müller <tim@centricular.net>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.0.9
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-lame.xml:
+ * docs/plugins/inspect/plugin-mad.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-siddec.xml:
+ * docs/plugins/inspect/plugin-twolame.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xingmux.xml:
+ * gst-plugins-ugly.doap:
+ * win32/common/config.h:
+ Release 1.0.9
2013-07-17 16:17:54 +0200 Edward Hervey <edward@collabora.com>