summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-11-21 11:13:07 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-11-21 11:13:07 +0000
commit65efdb32dcc5f179dc64492f1c72086655a2eefe (patch)
tree833d562aa7d04277f6305fd203c25e9a2d7f3848
parent5f446f9da2aa8615db044deb62e61cc5171ffdb3 (diff)
Release 1.0.31.0.3
-rw-r--r--ChangeLog31
-rw-r--r--NEWS6
-rw-r--r--RELEASE6
-rw-r--r--configure.ac4
-rw-r--r--gst-libav.doap10
5 files changed, 48 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c06129..bd2acf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,36 @@
+=== release 1.0.3 ===
+
+2012-11-21 Tim-Philipp Müller <tim@centricular.net>
+
+ * configure.ac:
+ releasing 1.0.3
+
+2012-11-19 14:10:23 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: Y41B is YUV411P, not YUV410P
+
+2012-10-29 14:12:03 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: Remove redundant function to map PixelFormat to GstVideoFormat
+ And merge everything into a single one.
+
+2012-10-25 12:54:40 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ Back to development (bug fixing)
+
=== release 1.0.2 ===
-2012-10-25 Tim-Philipp Müller <tim@centricular.net>
+2012-10-25 01:34:32 +0100 Tim-Philipp Müller <tim@centricular.net>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.0.2
+ * gst-libav.doap:
+ Release 1.0.2
2012-10-24 16:01:36 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
diff --git a/NEWS b/NEWS
index c49478e..e9385cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-This is GStreamer Libav Plugins 1.0.2
+This is GStreamer Libav Plugins 1.0.3
+
+Changes since 1.0.2:
+
+ * avcodecmap: Y41B is YUV411P, not YUV410P
Changes since 1.0.1:
diff --git a/RELEASE b/RELEASE
index 8a7de76..2b03fcf 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer libav Plugins 1.0.2
+Release notes for GStreamer libav Plugins 1.0.3
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
@@ -38,8 +38,7 @@ contains a set of less supported plugins that haven't passed the
Features of this release
- * Parallel installability with 0.10.x series
- * Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes
+ * avcodecmap: Y41B is YUV411P, not YUV410P
There were no bugs fixed in this release
@@ -79,7 +78,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Andoni Morales Alastruey
* Sebastian Dröge
* Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index f1c4fec..2504ea6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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.0.2.1,
+AC_INIT(GStreamer libav, 1.0.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -42,7 +42,7 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 2, 0, 2)
+AS_LIBTOOL(GST, 3, 0, 3)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.0.0
diff --git a/gst-libav.doap b/gst-libav.doap
index 7db19fe..5b71519 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.0.3</revision>
+ <branch>1.0</branch>
+ <name></name>
+ <created>2012-11-21</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.3.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.0.2</revision>
<branch>1.0</branch>
<name></name>