From: Thomas Vander Stichele Date: Wed, 23 Nov 2005 19:58:15 +0000 (+0000) Subject: releasing 0.9.6 X-Git-Tag: RELEASE-0_9_6^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f849df0457db9da113612acc2a957f3c7bc97b76;p=platform%2Fupstream%2Fgst-libav.git releasing 0.9.6 Original commit message from CVS: releasing 0.9.6 --- diff --git a/ChangeLog b/ChangeLog index dec8164..9db4ec2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.9.6 === + +2005-11-23 Thomas Vander Stichele + + * configure.ac: + releasing 0.9.6, "Cold Cat" + 2005-11-23 Jan Schmidt * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame): @@ -12,16 +19,16 @@ * HACKING: * ext/ffmpeg/gstffmpegcolorspace.c: - Remove mentions of ffmpegcolorspace now that it's in - gst-plugins-base + Remove mentions of ffmpegcolorspace now that it's in + gst-plugins-base * ext/ffmpeg/Makefile.am: - Link to gstreamer libraries + Link to gstreamer libraries * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_pixfmt): * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init), (gst_ffmpegdec_close), (gst_ffmpegdec_setcaps), (gst_ffmpegdec_negotiate), (gst_ffmpegdec_frame): - Convert to fractional framerate + Convert to fractional framerate 2005-11-22 Andy Wingo diff --git a/NEWS b/NEWS index c748ba4..65d5fbd 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -This is GStreamer FFmpeg Plug-ins 0.9.5, "Sound Of Silence" +This is GStreamer FFmpeg Plug-ins 0.9.6, "Cold Cat" Changes since 0.9.4: diff --git a/RELEASE b/RELEASE index 303d995..523455b 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.5 "Sound Of Silence" +GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.6 "Cold Cat" The GStreamer team is petrified to announce a new release @@ -35,7 +35,6 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * DivX fix Bugs fixed in this release @@ -68,8 +67,9 @@ Applications Contributors to this release - * Edward Hervey - * Ronald S. Bultje + * Andy Wingo + * Jan Schmidt + * Luca Ognibene * Thomas Vander Stichele * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index bfb0ea0..62c17a4 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, 9, 5, 1, +AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 6, 0, GST_CVS="no", GST_CVS="yes") dnl we cheat here so we don't have to change the actual configure code bit