diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-11-27 23:37:42 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-11-27 23:37:42 +0000 |
commit | 215038f2b5c7f0e7338e73fb9a1b2514bd74b142 (patch) | |
tree | 9db99a6b7a53d628b737f9ec4eb84e2db40d2c8b | |
parent | 9445fccba6ed7eb9e86aab7556e743838c70d311 (diff) |
Release 0.10.6RELEASE-0_10_6
Original commit message from CVS:
Release 0.10.6
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | RELEASE | 37 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-ffmpeg.doap | 22 |
6 files changed, 70 insertions, 20 deletions
@@ -1,3 +1,10 @@ +=== release 0.10.6 === + +2008-11-27 Jan Schmidt <jan.schmidt@sun.com> + + * configure.ac: + releasing 0.10.6, "A little itching in our bones" + 2008-11-19 Jan Schmidt <jan.schmidt@sun.com> Unfreeze gst-ffmpeg pending resolution of #559467 and an out-of-cycle @@ -1,4 +1,24 @@ -This is GStreamer FFmpeg Plug-ins 0.10.5, "This little piggy went to market" +This is GStreamer FFmpeg Plug-ins 0.10.6, "A little itching in our bones" + +Changes since 0.10.5: + + * Update ffmpeg and libswscale snapshot + * Prefer aspect ratios prescribed by the container over the codec + * Improve ffmpeg encoders wrapping + * Rewrite ffvideoscale to use libswscale + * Improve H.264 wrapping + +Bugs fixed since 0.10.5: + + * 350738 : [ffvideoscale] GStreamer-Critical when pixel-aspects-rati... + * 504056 : [ffvideoscale] Switch to using libswscale + * 542216 : cross compilation and mingw32 support + * 548304 : missing check for bz2 library and header + * 551046 : gst-ffmpeg configure complains about libz2, should be libbz2 + * 556336 : [PATCH] gstffmpegdec.c: prefer demuxer's pixel aspect rat... + * 556405 : gst-ffmpeg fails to build against 20081014 ffmpeg snapshot + * 560137 : Two build fixes for using system ffmpeg + * 560305 : x264enc & ffmux_* doesnt link Changes since 0.10.4: @@ -1,5 +1,5 @@ -Release notes for GStreamer FFmpeg Plug-ins 0.10.5 "This little piggy went to market" +Release notes for GStreamer FFmpeg Plug-ins 0.10.6 "A little itching in our bones" The GStreamer team is proud to announce a new release @@ -34,22 +34,23 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Updated to upstream ffmpeg revision r15004 (28th Aug 2008) - * Parallel installability with 0.8.x series - * Threadsafe design and API + * Update ffmpeg and libswscale snapshot + * Prefer aspect ratios prescribed by the container over the codec + * Improve ffmpeg encoders wrapping + * Rewrite ffvideoscale to use libswscale + * Improve H.264 wrapping Bugs fixed in this release - * 371939 : mov/mp4/m4a/3gp/3g2 muxers create wrong durations - * 383420 : [ffmpeg] ISO-derivative muxers don't handle audio correctly - * 518705 : Can't play streams from Rai.it - * 533708 : broken mpeg-ts typefinding? - * 534371 : autogen.sh not dist'ed - * 534390 : Patch: use av_picture_copy instead of swscale to copy pic... - * 534392 : PATCH: never use ffdec_faad - * 534783 : Remove FLV demuxer - * 540401 : Garbled sound instead of music - * 549799 : all audio codecs claim to support up to 6 channels + * 350738 : [ffvideoscale] GStreamer-Critical when pixel-aspects-rati... + * 504056 : [ffvideoscale] Switch to using libswscale + * 542216 : cross compilation and mingw32 support + * 548304 : missing check for bz2 library and header + * 551046 : gst-ffmpeg configure complains about libz2, should be libbz2 + * 556336 : [PATCH] gstffmpegdec.c: prefer demuxer's pixel aspect rat... + * 556405 : gst-ffmpeg fails to build against 20081014 ffmpeg snapshot + * 560137 : Two build fixes for using system ffmpeg + * 560305 : x264enc & ffmux_* doesnt link Download @@ -79,13 +80,13 @@ Applications Contributors to this release - * Aurelien Grimaud + * Alexis Ballier + * Damien Lespiau * Edward Hervey * Jan Schmidt * Mark Nauwelaerts - * Michael Smith + * Robin Stocker * Sebastian Dröge - * Thijs Vermeir - * Tim-Philipp Müller + * Stefan Kost * Wim Taymans
\ No newline at end of file diff --git a/common b/common -Subproject edfb4b44ea433b0b83b8a2f27a6e0bcbccdc3f2 +Subproject e4b2fe44724e1c1a6e816ae4fbbae43d7f68f1e diff --git a/configure.ac b/configure.ac index 4070f23..3b6588c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) 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 FFMpeg, 0.10.5.3, +AC_INIT(GStreamer FFMpeg, 0.10.6, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-ffmpeg) diff --git a/gst-ffmpeg.doap b/gst-ffmpeg.doap index 10b3f21..2562de4 100644 --- a/gst-ffmpeg.doap +++ b/gst-ffmpeg.doap @@ -35,6 +35,28 @@ colorspace conversion elements. <release> <Version> + <revision>0.10.6</revision> + <branch>0.10</branch> + <name>A little itching in our bones</name> + <created>2008-11-27</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.6.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.6.tar.gz" /> + </Version> + </release> + + <release> + <Version> + <revision>0.10.5</revision> + <branch>0.10</branch> + <name>This little piggy went to market</name> + <created>2008-09-03</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.5.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.5.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>0.10.4</revision> <branch>0.10</branch> <name>A jump to the left</name> |