From dfabf3dd2ef1d4429bd9fbeec21baf06d18fe0f6 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sat, 9 Oct 2004 18:33:03 +0000 Subject: [PATCH] Release 0.8.2 Original commit message from CVS: Release 0.8.2 --- ChangeLog | 5 +++++ NEWS | 28 ++++++++++++++++++++++++++++ RELEASE | 18 +++++++----------- configure.ac | 2 +- 4 files changed, 41 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61b301c..af1de95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-09 Ronald S. Bultje + + * configure.ac: + CVS. + === release 0.8.2 === 2004-10-09 Ronald S. Bultje diff --git a/NEWS b/NEWS index 7830273..4b4e1d7 100644 --- a/NEWS +++ b/NEWS @@ -1 +1,29 @@ +This is GStreamer FFmpeg 0.8.2 + +Changes since 0.8.1: + Demuxers: + * ffmpeg demuxer wrapper timestamp fixes. Tested are RoQ and Interplay, + several other gaming formats might actually work, too. + * signals no_more_pads now, handles events. + * use the "new" av_read_frame() instead of av_read_packet(). + + Colorspace: + * palette handling in the colorspace converter. + + Decoders: + * real video codec negotiation fixes. Works on the commandline, doesn't + work in playbin just yet. + * lots of codec extradata handling fixes (e.g. MS MPEG, WMV), also + several codec palette handling fixes. + * increase priority for ffdec_msmpeg4 so it overtakes divxdec. + * proper timestamp handling if a input buffer contains multiple + audio/video frames. + + Muxers: + * memleak fix. + +Bugs fixed since 0.8.1: + * 150449 : ffdemux_mpegts causes internal error: push on pad + * 152798 : wmv2/wma2 file fails to play back + This is GStreamer FFmpeg 0.8.0 diff --git a/RELEASE b/RELEASE index cc6444f..ed1a0cf 100644 --- a/RELEASE +++ b/RELEASE @@ -1,8 +1,8 @@ -GStreamer: Release notes for GStreamer FFmpeg 0.8.1 "Just Another Victim" +GStreamer: Release notes for GStreamer FFmpeg 0.8.2 "Titan Shifting Gears" -The GStreamer team is happy to announce the first stable release of the +The GStreamer team is happy to announce a new stable release of the FFmpeg-based GStreamer plugin. @@ -17,12 +17,12 @@ Features of this release * codecs for most popular formats * optimized colorspace conversion + * stability and synchronization fixes Bugs fixed in this release - * 136493 : compile error in gst-ffmpeg - * 138985 : minor mem leak in gstffmpegdemux.c - * 139460 : Compile error with gcc 2.95 + * 150449 : ffdemux_mpegts causes internal error: push on pad + * 152798 : wmv2/wma2 file fails to play back Download @@ -51,10 +51,6 @@ will create more lists as necessary. Contributors to this release * Ronald Bultje - * Benjamin Otte - * David Schleef - * Jeremy Simon - * Stephane Loeuillet - * Tim-Philipp Müller * Thomas Vander Stichele -  + * Iain Holmes +  \ No newline at end of file diff --git a/configure.ac b/configure.ac index 6124e97..c4b5e03 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 1, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 2, 1, GST_CVS="no", GST_CVS="yes") dnl we cheat here so we don't have to change the actual configure code bit GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO -- 2.7.4