summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-10-25 15:45:37 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-10-25 15:45:37 +0000
commitd3763bfd40f5c28f6fc3d34439cf128a30d57ac2 (patch)
treec857ec1efcc1cf2abfc2b0fc7ef848f924ba38a5
parent3b5c7b32f633c21c6e8e3e11cee377f618502e83 (diff)
Release 0.8.7.gst-libav-0.8.7
Original commit message from CVS: * NEWS: * RELEASE: * configure.ac: Release 0.8.7.
-rw-r--r--ChangeLog7
-rw-r--r--NEWS23
-rw-r--r--RELEASE33
-rw-r--r--configure.ac2
4 files changed, 46 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index b3ea1bfe00..e5b728f963 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ Release 0.8.7.
+
2005-10-21 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* autogen.sh:
diff --git a/NEWS b/NEWS
index fdcf5c3260..3bbee07493 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+This is GStreamer FFMpeg 0.8.7
+
+Changes since 0.8.6:
+ Bug fixes:
+ * fixed FPS setting, which was wrong for divx5
+ * fixes altivec detection so it runs on G3 CPUs, also
+
+ New elements:
+ * QDM2 decoder
+
+ Snapshot update:
+ * to 20/10
+
+Bugs fixed since 0.8.6:
+ * 312764: --disable-encoders doesn't work
+ * 313223: gst-ffmpeg-0.8.6 fails to compile on a PPC
+ * 313970: ffdec_mpeg4 detects wrong framerate with some files
+ * 314320: gst ffmpeg calls "make" without caring about called make ...
+ * 315385: SIGFPE in gst_ffmpegdec_chain/gst_ffmpeg_time_gst_to_ff
+ * 317596: Gstreamer unable to play a qt video
+ * 319471: hooks.texi and faq.texi are missing from 0.8.6.2 tarball.
+ * 319482: altivec detections is broken.
+
This is GStreamer FFMpeg 0.8.6
Changes since 0.8.5:
diff --git a/RELEASE b/RELEASE
index 67e83abb1a..cd036a2806 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer FFmpeg 0.8.6 "Vamoz a la Playa"
+GStreamer: Release notes for GStreamer FFmpeg 0.8.7 "Redneck soup"
The GStreamer team is happy to announce a new stable release of the
@@ -16,23 +16,22 @@ regularly from our modifications.
Features of this release
* codecs for most popular formats
- * snapshot update to 20/7
- * new post-processing plugin
- * added flv/vob muxers
- * decoder performance improvements
+ * snapshot update to 20/10
+ * fixed FPS setting bug for divx5 movies
+ * fixed possible memleak in MJPEG decoding
+ * fixed altivec detection which caused it to not run on G3 CPUs
+ * added QDM2 decoding
Bugs fixed in this release
- * 160665 : [ffdec_h264] VideoSoft h.264 videos (VSSH) make totem/ffd...
- * 308335 : [PATCH] ffmpeg postprocessing plugins
- * 308415 : gst-ffmpeg cvs doesn't build in
- * 308804 : ffmpeg encoders do not set the GST_BUFFER_DELTA_UNIT flag
- * 309050 : [PATCH] flv encoding
- * 309051 : [PATCH] enable "streamheader" properties
- * 309149 : [flv] flv demuxer/decoder doesn't set correct timestamps
- * 310054 : [PATCH] fix flag handling for GST_FFMPEG_URL_STREAMHEADER
- * 311593 : fix timestamps
- * 311802 : [PATCH] local variable 'bq' for timestamp conversion unin...
+ * 312764 : --disable-encoders doesn't work
+ * 313223 : gst-ffmpeg-0.8.6 fails to compile on a PPC
+ * 313970 : ffdec_mpeg4 detects wrong framerate with some files
+ * 314320 : gst ffmpeg calls "make" without caring about called make ...
+ * 315385 : SIGFPE in gst_ffmpegdec_chain/gst_ffmpeg_time_gst_to_ff
+ * 317596 : Gstreamer unable to play a qt video
+ * 319471 : hooks.texi and faq.texi are missing from 0.8.6.2 tarball.
+ * 319482 : altivec detections is broken.
Download
@@ -61,8 +60,6 @@ will create more lists as necessary.
Contributors to this release
* Ronald Bultje
- * Edward Hervey
* Luca Ognibene
- * Daniel Fischer
- * Sebastien Cote
+ * Zaheer Abbas Merali
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index f523d9214f..c528b3fa44 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, 6, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 7, 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