summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parenta472d1c2266df0ca4c01d0d25fb39b99248c7995 (diff)
downloadgst-libav-df62d761351ccb85a492d0c53c2e11432d6d1b10.tar.gz
Release 0.10.17RELEASE-0.10.9
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog67
1 files changed, 67 insertions, 0 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 <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: