summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog67
1 files changed, 67 insertions, 0 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: