summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-10-05 14:34:22 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-10-05 15:32:29 +0100
commitdf62d761351ccb85a492d0c53c2e11432d6d1b10 (patch)
treecbf500dec5305ec8388e662df62fc7f9bc0e0764
parenta472d1c2266df0ca4c01d0d25fb39b99248c7995 (diff)
Release 0.10.17gst-libav-0.10.9
-rw-r--r--ChangeLog67
-rw-r--r--NEWS27
-rw-r--r--RELEASE53
-rw-r--r--configure.ac2
-rw-r--r--gst-ffmpeg.doap11
5 files changed, 130 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index 793d5e634a..8e97a6c1a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+=== release 0.10.9 ===
+
+2009-10-05 Jan Schmidt <jan.schmidt@sun.com>
+
+ * configure.ac:
+ releasing 0.10.9, "Shooting the moon"
+
+2009-10-05 14:34:22 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-ffmpeg.doap:
+ Release 0.10.17
+
+2009-10-05 15:28:33 +0100 Jan Schmidt <thaytan@noraisin.net>
+
+ * gst-libs/ext/Makefile.am:
+ Fix distclean/distcheck
+
+2009-10-01 17:03:49 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * 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 <sebastian.droege@collabora.co.uk>
+
+ * 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 <sebastian.droege@collabora.co.uk>
+
+ * 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 <sebastian.droege@collabora.co.uk>
+
+ * 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 <sebastian.droege@collabora.co.uk>
+
+ * 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 <sebastian.droege@collabora.co.uk>
+
+ * 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 <thaytan@noraisin.net>
+
+ * ChangeLog:
+ * configure.ac:
+ 0.10.8.2 pre-release
+
2009-09-11 22:35:33 +0100 Jan Schmidt <thaytan@noraisin.net>
* .gitignore:
diff --git a/NEWS b/NEWS
index 26cc074ea7..23fd06a321 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 76782e80a3..7283a8efd3 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 8e77b7be1c..ea6d08eead 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 4bee7d1b41..8cc197be64 100644
--- a/gst-ffmpeg.doap
+++ b/gst-ffmpeg.doap
@@ -35,6 +35,17 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>0.10.9</revision>
+ <branch>0.10</branch>
+ <name>Shooting the moon</name>
+ <created>2009-10-05</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.9.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.9.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.8</revision>
<branch>0.10</branch>
<name>Brilliant in the morning</name>