Release 0.8.4 "Mellow on my fingers". RELEASE-0_8_4
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 11 Mar 2005 10:49:57 +0000 (10:49 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 11 Mar 2005 10:49:57 +0000 (10:49 +0000)
Original commit message from CVS:
* NEWS:
* RELEASE:
* configure.ac:
Release 0.8.4 "Mellow on my fingers".

ChangeLog
NEWS
RELEASE
configure.ac

index 4591160..ec4a2a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
+
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+         Release 0.8.4 "Mellow on my fingers".
+
 2005-03-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
diff --git a/NEWS b/NEWS
index 587f421..92f5b6f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+This is GStreamer FFmpeg 0.8.4
+
+Changes since 0.8.2:
+       Demuxers:
+       * fix I/O layer so almost all work now
+
+       Decoders:
+       * event handling
+       * timestamp smoothing
+       * MPEG/MP3 parsing added
+
+Bugs fixed since 0.8.2:
+
+       * 162905 : SEGV when using ffenc_msmpeg4
+       * 163340 : [PATCH] [ffdec_mjpeg] ffdec_mjpeg doesn't work anymore
+       * 163437 : [ffenc_*] Encoders segfault on exit
+       * 163467 : [ffdec_mpeg2video] causes 'lag'
+       * 165250 : Problem compiling gst-ffmpeg 0.8.3
+       * 165501 : ffmpeg flac decoder fails on testsuite flac
+
 This is GStreamer FFmpeg 0.8.3
 
 Changes since 0.8.2:
diff --git a/RELEASE b/RELEASE
index 32c16e0..77f9034 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer FFmpeg 0.8.3 "Tiny Piece of Plastic"
+GStreamer: Release notes for GStreamer FFmpeg 0.8.4 "Mellow on my fingers"
         
 
 The GStreamer team is happy to announce a new stable release of the
@@ -16,27 +16,16 @@ regularly from our modifications.
 Features of this release
     
       * codecs for most popular formats
-      * optimized colorspace conversion
-      * stability and synchronization fixes
+      * stability fixes
 
 Bugs fixed in this release
     
-      * 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
+      * 162905 : SEGV when using ffenc_msmpeg4
+      * 163340 : [PATCH] [ffdec_mjpeg] ffdec_mjpeg doesn't work anymore 
+      * 163437 : [ffenc_*] Encoders segfault on exit
+      * 163467 : [ffdec_mpeg2video] causes 'lag'
+      * 165250 : Problem compiling gst-ffmpeg 0.8.3
+      * 165501 : ffmpeg flac decoder fails on testsuite flac
 
 Download
 
@@ -65,8 +54,6 @@ will create more lists as necessary.
 Contributors to this release
     
       * Ronald Bultje
-      * Thomas Vander Stichele
-      * David Schleef
-      * Sebastien Cote
-      * Wim Taymans
\ No newline at end of file
+      * Jan Schmidt
+      * Luca Ognibene
index 740ae2c..42822a8 100644 (file)
@@ -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, 3, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 4, 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