summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-22 19:27:47 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-22 19:27:47 +0200
commitd65233e818c144a420740772c996e95f99f49d1f (patch)
tree0bc7ac83028d12d8ada94082564f0f060cbeeebb /ChangeLog
parente42cc965668b92ec5e4f062124f9c50e1da65fcd (diff)
downloadgst-libav-d65233e818c144a420740772c996e95f99f49d1f.tar.gz
Release 1.3.31.3.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog127
1 files changed, 125 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d4cb05..af11b3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,132 @@
+=== release 1.3.3 ===
+
+2014-06-22 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.3.3
+
+2014-06-21 18:29:32 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/libav/gstavvidenc.c:
+ avvidenc: Make sure to fixate caps before setting them on the pad
+ After the recent addition of negotiation support for MPEG4 part 2
+ profiles via caps it can happen that the generated caps at this
+ point still contain multiple profiles. For example if downstream
+ does not care. Just fixate anything here and use those caps.
+
+2014-06-06 16:52:28 +0200 Wim Taymans <wtaymans@redhat.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: place supported profiles in mpeg4 caps
+ Place the supported profiles in the srcpad caps of the mpeg4 encoder.
+
+2014-06-06 16:25:43 +0200 Wim Taymans <wtaymans@redhat.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: remove deprecated media types
+ Remove x-xvid and x-3ivx. The last place where they were used are
+ in the srcpad caps of the decoder but since the decoder will never
+ actually output those caps we can safely remove them.
+
+2014-06-06 16:19:07 +0200 Wim Taymans <wtaymans@redhat.com>
+
+ * ext/libav/gstavcodecmap.c:
+ codecmap: don't expose more deprecated media types
+ x-xvid is deprecated, we don't want to expose it on the encoder, just
+ leave it only exposed on the decoder.
+
+2014-06-06 16:16:27 +0200 Wim Taymans <wtaymans@redhat.com>
+
+ * ext/libav/gstavcodecmap.c:
+ Revert "avcodecmap: do more reverse mapping of MPEG4"
+ This reverts commit e066785ad05f9119e3c1eded46260bcabd556b4d.
+ x-xvid and x-3ivx are removed, we don't want to expose them again.
+
+2014-06-06 12:40:57 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/libav/gstavaudenc.c:
+ avaudenc: add a comment about using -1 in _finish_frame
+ See https://bugzilla.gnome.org/show_bug.cgi?id=729268
+
+2014-04-30 15:30:45 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * ext/libav/gstavaudenc.c:
+ avaudenc: avoid using wrong number of samples
+ If audio_in is NULL, we'll send a NULL frame to libav, to flush
+ the codec. In that case, we won't know how many samples the codec
+ will have used, so we use -1 (for don't know) when letting the
+ base class know about the buffer.
+ Coverity 1195177
+
+2014-06-02 09:27:17 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/libav/gstavvidenc.c:
+ avvidenc: Fix indention and "bracketing" of goto labels
+ Should fix CID 1219865, which looks like the code analysis
+ algorithm was just confused.
+
+2014-05-29 18:24:20 +0200 Wim Taymans <wtaymans@redhat.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: handle simple and advanced-simple profile in MPEG4
+ Always enable 4MV flag for MPEG4
+ Pare the profile property and enable more features for advanced-simple
+ profile.
+ video/x-xvid is advanced-simple profile so enable more features.
+ We now also support encoding of video/x-xvid so add this to the caps.
+ Fixes https://bugzilla.gnome.org/show_bug.cgi?id=651320
+
+2014-05-29 18:16:42 +0200 Wim Taymans <wtaymans@redhat.com>
+
+ * ext/libav/gstavvidenc.c:
+ avvidenc: do all negotiation before opening the decoder
+ We first want to complete negotiation before opening the encoder.
+ Negotiation might configure flags and other things that might be needed
+ when opening the encoder.
+
+2014-05-29 17:00:23 +0200 Wim Taymans <wtaymans@redhat.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: do more reverse mapping of MPEG4
+ We previously mapped some caps to MPEG4 and codec_tag so we can use the
+ codec_tag again to map to the original caps.
+
+2014-05-26 16:04:50 -0300 Thiago Santos <ts.santos@sisa.samsung.com>
+
+ * ext/libav/gstavdemux.c:
+ avdemux: use GstFlowCombiner
+ To remove replicated code from all demuxers to a single standard way
+ of aggregating flow returns
+
+2014-05-26 16:02:11 -0300 Thiago Santos <ts.santos@sisa.samsung.com>
+
+ * ext/libav/gstavdemux.c:
+ avdemux: remove legacy check from pad-alloc times
+ The 'no_buffer' error case is from the 0.10 era when a pad_alloc was
+ made before decoding the data and avdemuxer could check again the
+ flow returns for a not-linked. This isn't a valid use case anymore in
+ 1.0
+
+2014-05-21 13:23:36 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ Back to development
+
=== release 1.3.2 ===
-2014-05-21 Sebastian Dröge <slomo@coaxion.net>
+2014-05-21 13:06:36 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * common:
* configure.ac:
- releasing 1.3.2
+ * docs/plugins/gst-libav-plugins.args:
+ * docs/plugins/inspect-build.stamp:
+ * docs/plugins/inspect.stamp:
+ * docs/plugins/inspect/plugin-libav.xml:
+ * gst-libav.doap:
+ Release 1.3.2
2014-05-21 10:53:31 +0200 Sebastian Dröge <sebastian@centricular.com>