From 6e4b116b5035463ea0db06ea716b85a298e4b69b Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 5 Aug 2005 12:00:23 +0000 Subject: [PATCH] Release gst-ffmpeg 0.8.6 "Vamoz a la Playa". Original commit message from CVS: * NEWS: * RELEASE: * configure.ac: Release gst-ffmpeg 0.8.6 "Vamoz a la Playa". --- ChangeLog | 7 +++++++ NEWS | 23 +++++++++++++++++++++++ RELEASE | 40 ++++++++++++++++------------------------ configure.ac | 2 +- 4 files changed, 47 insertions(+), 25 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75688c4..bba2ae1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-05 Ronald S. Bultje + + * NEWS: + * RELEASE: + * configure.ac: + Release gst-ffmpeg 0.8.6 "Vamoz a la Playa". + 2005-07-28 daniel fischer Reviewed by: Ronald S. Bultje diff --git a/NEWS b/NEWS index bc8b01f..fdcf5c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +This is GStreamer FFMpeg 0.8.6 + +Changes since 0.8.5: + New elements: + * post-processing plugin + * vob/flv muxers, h264 support in mp4 muxer + + Snapshot update: + * to 20/7 + * many performance improvements, especially in h264 decoding + +Bugs fixed since 0.8.5: + * 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... + This is GStreamer FFMpeg 0.8.5 Changes since 0.8.4: diff --git a/RELEASE b/RELEASE index 75bf237..67e83ab 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer FFmpeg 0.8.5 "For the better of the world" +GStreamer: Release notes for GStreamer FFmpeg 0.8.6 "Vamoz a la Playa" The GStreamer team is happy to announce a new stable release of the @@ -16,33 +16,23 @@ regularly from our modifications. Features of this release * codecs for most popular formats - * stability fixes - * gcc4 support - * snapshot update to 21/4 - * timestamp smoothing - * deinterlacer and scaler elements added - * new codecs for alac, shorten - * much improved h264 support - * some muxers added (mpeg, mp4) + * snapshot update to 20/7 + * new post-processing plugin + * added flv/vob muxers * decoder performance improvements Bugs fixed in this release - * 149097 : Internal GStreamer error: pad problem. File a bug. - * 169082 : segfault with invalid pipeline - * 169823 : [enhancement] add alac decoding support :) - * 172668 : gst-ffmpeg 0.8.4 doesn't compile with gcc4 - * 172961 : valgrind gives a lot of errors on gst-ffmpeg elements - * 173044 : [PATCH to ffmpeg] Memory error in mjpeg_decode_frame - * 300200 : cpu usage on certain .mov file goes to 100% once file has... - * 300923 : [PATCH] make ffdec_* elements use gst_pad_alloc_buffer - * 301717 : [PATCH] ffenc_mpeg4 segfaults in _get_caps - * 301783 : [PATCH] enable our get/release_buffer functions in ffmpegdec - * 302017 : possible segfault - * 302147 : [PATCH] support YUVJ(420|422|444)P colorspace format in f... - * 306530 : quicktime files encoded with "Sorensen video v.3" have fr... - * 306770 : [PATCH] only do timestamp interpolation for delayed streams - * 306893 : Unreffing already unreffed buffer when going from PAUSED-... + * 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... Download @@ -73,4 +63,6 @@ Contributors to this release * Ronald Bultje * Edward Hervey * Luca Ognibene + * Daniel Fischer + * Sebastien Cote   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 285ea9b..5c3f4e7 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, 5, 1, GST_CVS="no", GST_CVS="yes") +AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 6, 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 -- 2.7.4