diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-05 12:00:23 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-08-05 12:00:23 +0000 |
commit | 6e4b116b5035463ea0db06ea716b85a298e4b69b (patch) | |
tree | 1acbe57c06b344947ae7cdf7afe2b239cb9eb608 | |
parent | e8a02014c6dd437e95f88d5b3c5de17a9f202d06 (diff) |
Release gst-ffmpeg 0.8.6 "Vamoz a la Playa".RELEASE-0_8_6
Original commit message from CVS:
* NEWS:
* RELEASE:
* configure.ac:
Release gst-ffmpeg 0.8.6 "Vamoz a la Playa".
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | RELEASE | 40 | ||||
-rw-r--r-- | configure.ac | 2 |
4 files changed, 47 insertions, 25 deletions
@@ -1,3 +1,10 @@ +2005-08-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * NEWS: + * RELEASE: + * configure.ac: + Release gst-ffmpeg 0.8.6 "Vamoz a la Playa". + 2005-07-28 daniel fischer <dan@f3c.com> Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> @@ -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: @@ -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 |