From: Ronald S. Bultje Date: Mon, 27 Dec 2004 19:30:30 +0000 (+0000) Subject: Release 0.8.3 X-Git-Tag: 1.19.3~499^2~1909 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f2a93bb5789a454bc41429cc83078d0161f818a;p=platform%2Fupstream%2Fgstreamer.git Release 0.8.3 Original commit message from CVS: Release 0.8.3 --- diff --git a/ChangeLog b/ChangeLog index 02119f0..c7ef194 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +=== release 0.8.3 === + +2004-12-27 Ronald S. Bultje + + * NEWS: + * RELEASE: + * configure.ac: + Release 0.8.3 "Tiny Piece of Plastic". + 2004-12-25 Ronald S. Bultje * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register): diff --git a/NEWS b/NEWS index 4b4e1d7..587f421 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +This is GStreamer FFmpeg 0.8.3 + +Changes since 0.8.2: + Demuxers: + * don't close pads/demuxers while processing + * add ranks so it can replace others in gst-plugins + + Decoders: + * add parsing for mpeg video + + Encoders: + * fix video negotiation + + General: + * snapshot update to dec 16th 2004 + +Bugs fixed since 0.8.2: + * 137552 : [ffenc_h263p] segfaults + * 138672 : [ffdec_msvc] Horseb~1.avi + * 140137 : [ffdec_msmpeg4] Can't play pokem.avi + * 148479 : [ffenc_mpeg4] broken + * 150495 : [build] gst-ffmpeg build failure on Solaris + * 152693 : [PATCH] [build] Compile errors with gcc 2.95 + * 155212 : crash in gstffmpegdec + * 155274 : [ffdec_mp3] ID3 handling by gst-ffmpeg + * 155363 : [build] gst-ffmpeg fails to build RPMS from CVS + * 156920 : [PATCH][ffmpegdemux] close before forwarding event... + * 157702 : [mpeg] file that ffmpeg fails to play correctly + * 159319 : castaway.mov looks bad + * 159755 : [PATCH] use ffmpeg pixel-aspect-ratio if available + * 160318 : [ff[dec|enc]_mjpeg] should support image/jpeg + * 161395 : Quicktime Video Causing segfault + * 162215 : resetting rank for mp3demux + This is GStreamer FFmpeg 0.8.2 Changes since 0.8.1: diff --git a/RELEASE b/RELEASE index ed1a0cf..32c16e0 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer FFmpeg 0.8.2 "Titan Shifting Gears" +GStreamer: Release notes for GStreamer FFmpeg 0.8.3 "Tiny Piece of Plastic" The GStreamer team is happy to announce a new stable release of the @@ -21,8 +21,22 @@ Features of this release Bugs fixed in this release - * 150449 : ffdemux_mpegts causes internal error: push on pad - * 152798 : wmv2/wma2 file fails to play back + * 137552 : [ffenc_h263p] segfaults + * 138672 : [ffdec_msvc] Horseb~1.avi + * 140137 : [ffdec_msmpeg4] Can't play pokem.avi + * 148479 : [ffenc_mpeg4] broken + * 150495 : [build] gst-ffmpeg build failure on Solaris + * 152693 : [PATCH] [build] Compile errors with gcc 2.95 + * 155212 : crash in gstffmpegdec + * 155274 : [ffdec_mp3] ID3 handling by gst-ffmpeg + * 155363 : [build] gst-ffmpeg fails to build RPMS from CVS + * 156920 : [PATCH][ffmpegdemux] close before forwarding event... + * 157702 : [mpeg] file that ffmpeg fails to play correctly + * 159319 : castaway.mov looks bad + * 159755 : [PATCH] use ffmpeg pixel-aspect-ratio if available + * 160318 : [ff[dec|enc]_mjpeg] should support image/jpeg + * 161395 : Quicktime Video Causing segfault + * 162215 : resetting rank for mp3demux Download @@ -52,5 +66,7 @@ Contributors to this release * Ronald Bultje * Thomas Vander Stichele - * Iain Holmes + * David Schleef + * Sebastien Cote + * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 58d3121..8233bf8 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, 2, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 3, 0, 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