aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-11-09 17:00:42 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-11-09 17:00:42 +0100
commit6f5ff9b84f6e3ad68f3e777622282d5db6ccc0e0 (patch)
tree1b956fe5fecdb053bf78525970f32322fe1d8eca /ChangeLog
parent7cb19d4fb99d5bcd2eba76245bc2af9d889b4ff1 (diff)
Imported Upstream version 1.2.1upstream/1.2.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog92
1 files changed, 90 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a856289..d1c26ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,97 @@
+=== release 1.2.1 ===
+
+2013-11-09 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.2.1
+
+2013-11-04 23:20:17 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avaudec: don't put bogus 0 channel-mask on output caps for mono audio
+
+2013-10-15 09:28:08 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst-libs/ext/libav:
+ libav: Update to v9.10
+
+2013-10-02 13:59:04 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: gst_value_can_intersect() does not do what you would think
+ Check for uniqueness differently now.
+
+2013-10-02 12:57:36 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: Only append values to the video/audio format lists if we don't have them already
+
+2013-10-02 12:52:35 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: Reset some more fields in ::stop()
+
+2013-10-02 12:51:40 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: Don't believe we're negotiated if negotiation failed
+ It can happen that negotiation fails during get_buffer(), but then
+ we don't retry later and never return NOT_NEGOTIATED upstream...
+ and instead run into assertions.
+
+2013-10-02 12:45:44 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavauddec.c:
+ avauddec: Don't believe we're negotiated if negotiation failed
+ It can happen that negotiation fails during get_buffer(), but then
+ we don't retry later and never return NOT_NEGOTIATED upstream...
+ and instead run into assertions.
+ https://bugzilla.gnome.org/show_bug.cgi?id=708769
+
+2013-10-01 22:38:32 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavcodecmap.c:
+ avenc: Choose 25 fps if we don't have any in the caps
+ Some encoders require a non-zero framerate to be configured properly
+ and just choosing something will make them not fail completely at
+ least.
+ https://bugzilla.gnome.org/show_bug.cgi?id=708732
+
+2013-10-03 15:25:30 +0100 Matthieu Bouron <matthieu.bouron@collabora.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: Make avdec_mjpeg requires a parsed input
+ Actually avdec_mjpeg does not deal well with incomplete buffers and try
+ to decode incomplete frames. A parser which will also acts as
+ an accumulator needs to be inserted before it.
+ https://bugzilla.gnome.org/show_bug.cgi?id=709352
+
+2013-09-23 15:19:51 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: Fix boolean expression to fix uninitialized usage of variables
+
+2013-09-23 15:08:18 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ configure: Chose right target-os for iOS
+
+2013-09-24 17:26:35 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * common:
+ Automatic update of common submodule
+ From 6b03ba7 to 7412249
+
=== release 1.2.0 ===
-2013-09-24 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2013-09-24 14:42:30 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.2.0
+ * gst-libav.doap:
+ Release 1.2.0
2013-09-20 16:18:03 +0200 Edward Hervey <edward@collabora.com>