From df62d761351ccb85a492d0c53c2e11432d6d1b10 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 5 Oct 2009 14:34:22 +0100 Subject: [PATCH] Release 0.10.17 --- ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 27 ++++++++++++++++++++++- RELEASE | 53 +++++++++++++++++++++------------------------ configure.ac | 2 +- gst-ffmpeg.doap | 11 ++++++++++ 5 files changed, 130 insertions(+), 30 deletions(-) diff --git a/ChangeLog b/ChangeLog index 793d5e6..8e97a6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +=== release 0.10.9 === + +2009-10-05 Jan Schmidt + + * configure.ac: + releasing 0.10.9, "Shooting the moon" + +2009-10-05 14:34:22 +0100 Jan Schmidt + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-ffmpeg.doap: + Release 0.10.17 + +2009-10-05 15:28:33 +0100 Jan Schmidt + + * gst-libs/ext/Makefile.am: + Fix distclean/distcheck + +2009-10-01 17:03:49 +0200 Sebastian Dröge + + * ext/ffmpeg/gstffmpegenc.c: + Revert "ffmpegenc: Use dash instead of underscore in property names" + This reverts commit b814d25cc9c59d227d9987f9011cfa9744fdd65d. + +2009-10-01 17:03:42 +0200 Sebastian Dröge + + * ext/ffmpeg/gstffmpegenc.c: + Revert "ffenc: Make sure to always provide large enough buffers" + This reverts commit d9f6febe7015bbbbce7ddc82503f43751f7eb168. + +2009-10-01 17:03:33 +0200 Sebastian Dröge + + * ext/ffmpeg/gstffmpegenc.c: + Revert "ffmpegenc: Also add FF_MIN_BUFFER_SIZE to video buffers too" + This reverts commit 577525af3d492469edd54e1c86b4ba0bfc214048. + +2009-10-01 16:46:34 +0200 Sebastian Dröge + + * ext/ffmpeg/gstffmpegenc.c: + ffmpegenc: Also add FF_MIN_BUFFER_SIZE to video buffers too + Just to make sure we never get below it in case of very small videos. + +2009-10-01 16:44:22 +0200 Sebastian Dröge + + * ext/ffmpeg/gstffmpegenc.c: + ffenc: Make sure to always provide large enough buffers + For audio always add the minimum ffmpeg buffer size, for video + use the same weird buffer size as they use in ffmpeg.c: + width*height*6 + 200 + Also make setting of the buffer-size property a no-op. + Fixes bug #593651. + +2009-10-01 16:20:13 +0200 Sebastian Dröge + + * ext/ffmpeg/gstffmpegenc.c: + ffmpegenc: Use dash instead of underscore in property names + GLib internally converts them to dashs anyway. + +2009-09-12 01:51:11 +0100 Jan Schmidt + + * ChangeLog: + * configure.ac: + 0.10.8.2 pre-release + 2009-09-11 22:35:33 +0100 Jan Schmidt * .gitignore: diff --git a/NEWS b/NEWS index 26cc074..23fd06a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,29 @@ -This is GStreamer FFmpeg Plug-ins 0.10.8, "Brilliant in the morning" +This is GStreamer FFmpeg Plug-ins 0.10.9, "Shooting the moon" + +Changes since 0.10.8: + + * Update FFmpeg snapshot to SVN 19580 on the 0.5 branch + * Improve tag passing + * Track timestamps and frame delay for improved timestamping + * Support 4khz ADPCM and g.721 + +Bugs fixed since 0.10.8: + + * 574661 : [gstffmpegdec] Wrong usage of parsers + * 575545 : [gstffmpegenc] Wrong usage of AVCodec.pix_fmts + * 578278 : gst-ffmpeg: assign offsets (from upstream) to outgoing buffers + * 586894 : distclean removes gst-libs/ext/ffmpeg + * 586957 : [ffdemux_ape] APE file metadata not retained during transcode + * 588546 : Add AC3 audio codec to DVD Muxer + * 590172 : ffdec_theora does not work + * 590964 : Varying licensing in COPYING file in release tarballs + * 591038 : Colorspace error during negotiation in ffenc_mjpeg + * 591163 : Duration calculation is wrong for codecs with ticks_per_frame != 1 + * 591469 : gst-ffmpeg won't build + * 591809 : [ffdec_adpcm_ima_wav] can't decode ADPCM file + * 593141 : Add AG_GST_ARG_WITH_PKG_CONFIG_PATH to configure + * 594306 : ffdec_* sets channel-positions for common mono and stereo cases + * 594454 : gstreamer does not support adpcm, g721 audio file ? Changes since 0.10.7: diff --git a/RELEASE b/RELEASE index 76782e8..7283a8e 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer FFmpeg Plug-ins 0.10.8 "Brilliant in the morning" +Release notes for GStreamer FFmpeg Plug-ins 0.10.9 "Shooting the moon" The GStreamer team is proud to announce a new release @@ -34,29 +34,28 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Ability to force key-frames in video encoders - * Better timestamp handling in decoders - * Improved muxer wrapping - * Code cleanups and refactoring + * Update FFmpeg snapshot to SVN 19580 on the 0.5 branch + * Improve tag passing + * Track timestamps and frame delay for improved timestamping + * Support 4khz ADPCM and g.721 Bugs fixed in this release * 574661 : [gstffmpegdec] Wrong usage of parsers - * 570815 : ffmenc_mpeg4 allows its bitrate property to be changed wi... - * 574728 : Use new interlaced support from -base - * 575678 : [ffmux] Set caps on the srcpad / output buffers - * 575715 : [ffenc_h263] Properties - * 576126 : av_iformat_next and av_oformat_next compile errors using ... - * 577879 : Bad check in configure.ac - * 578278 : gst-ffmpeg: assign offsets (from upstream) to outgoing bu... - * 580796 : [ffmpegdec] out-of-order timestamps - * 580810 : Stuttering and crash with some H.264 files - * 581009 : gst-ffmpeg needs presets support - * 585845 : 0.10.7.2 breaks swfdec - * 587297 : build failure on macosx - * 575709 : Request a key frame - * 584291 : Cannot create elements after calling gst_update_registry - * 584399 : FFmpeg libraries are included in incorrect order when ext... + * 575545 : [gstffmpegenc] Wrong usage of AVCodec.pix_fmts + * 578278 : gst-ffmpeg: assign offsets (from upstream) to outgoing buffers + * 586894 : distclean removes gst-libs/ext/ffmpeg + * 586957 : [ffdemux_ape] APE file metadata not retained during transcode + * 588546 : Add AC3 audio codec to DVD Muxer + * 590172 : ffdec_theora does not work + * 590964 : Varying licensing in COPYING file in release tarballs + * 591038 : Colorspace error during negotiation in ffenc_mjpeg + * 591163 : Duration calculation is wrong for codecs with ticks_per_frame != 1 + * 591469 : gst-ffmpeg won't build + * 591809 : [ffdec_adpcm_ima_wav] can't decode ADPCM file + * 593141 : Add AG_GST_ARG_WITH_PKG_CONFIG_PATH to configure + * 594306 : ffdec_* sets channel-positions for common mono and stereo cases + * 594454 : gstreamer does not support adpcm, g721 audio file ? Download @@ -85,18 +84,16 @@ Applications Contributors to this release - * Branko Čibej - * Christian Schaller - * David Hoyt * Edward Hervey - * Felipe Contreras * Jan Schmidt - * Janin Kolenc + * Jarkko Palviainen + * Jonathan Matthew * Jordi Mas - * Marc-Andre Lureau + * Olivier Crête * Sebastian Dröge + * Sjoerd Simons * Stefan Kost - * Thiago Santos - * Vanista Herion + * Tim-Philipp Müller * Wim Taymans + * Руслан Ижбулатов   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 8e77b7b..ea6d08e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer FFMpeg, 0.10.8.2, +AC_INIT(GStreamer FFMpeg, 0.10.9, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-ffmpeg) diff --git a/gst-ffmpeg.doap b/gst-ffmpeg.doap index 4bee7d1..8cc197b 100644 --- a/gst-ffmpeg.doap +++ b/gst-ffmpeg.doap @@ -35,6 +35,17 @@ colorspace conversion elements. + 0.10.9 + 0.10 + Shooting the moon + 2009-10-05 + + + + + + + 0.10.8 0.10 Brilliant in the morning -- 2.7.4