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".
This commit is contained in:
Ronald S. Bultje 2005-08-05 12:00:23 +00:00
parent e8a02014c6
commit 6e4b116b50
4 changed files with 47 additions and 25 deletions

View file

@ -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> 2005-07-28 daniel fischer <dan@f3c.com>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>

23
NEWS
View file

@ -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 This is GStreamer FFMpeg 0.8.5
Changes since 0.8.4: Changes since 0.8.4:

40
RELEASE
View file

@ -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 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 Features of this release
* codecs for most popular formats * codecs for most popular formats
* stability fixes * snapshot update to 20/7
* gcc4 support * new post-processing plugin
* snapshot update to 21/4 * added flv/vob muxers
* timestamp smoothing
* deinterlacer and scaler elements added
* new codecs for alac, shorten
* much improved h264 support
* some muxers added (mpeg, mp4)
* decoder performance improvements * decoder performance improvements
Bugs fixed in this release Bugs fixed in this release
* 149097 : Internal GStreamer error: pad problem. File a bug. * 160665 : [ffdec_h264] VideoSoft h.264 videos (VSSH) make totem/ffd...
* 169082 : segfault with invalid pipeline * 308335 : [PATCH] ffmpeg postprocessing plugins
* 169823 : [enhancement] add alac decoding support :) * 308415 : gst-ffmpeg cvs doesn't build in
* 172668 : gst-ffmpeg 0.8.4 doesn't compile with gcc4 * 308804 : ffmpeg encoders do not set the GST_BUFFER_DELTA_UNIT flag
* 172961 : valgrind gives a lot of errors on gst-ffmpeg elements * 309050 : [PATCH] flv encoding
* 173044 : [PATCH to ffmpeg] Memory error in mjpeg_decode_frame * 309051 : [PATCH] enable "streamheader" properties
* 300200 : cpu usage on certain .mov file goes to 100% once file has... * 309149 : [flv] flv demuxer/decoder doesn't set correct timestamps
* 300923 : [PATCH] make ffdec_* elements use gst_pad_alloc_buffer * 310054 : [PATCH] fix flag handling for GST_FFMPEG_URL_STREAMHEADER
* 301717 : [PATCH] ffenc_mpeg4 segfaults in _get_caps * 311593 : fix timestamps
* 301783 : [PATCH] enable our get/release_buffer functions in ffmpegdec * 311802 : [PATCH] local variable 'bq' for timestamp conversion unin...
* 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-...
Download Download
@ -73,4 +63,6 @@ Contributors to this release
* Ronald Bultje * Ronald Bultje
* Edward Hervey * Edward Hervey
* Luca Ognibene * Luca Ognibene
* Daniel Fischer
* Sebastien Cote
   

View file

@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right ! dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too 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 dnl we cheat here so we don't have to change the actual configure code bit
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO