summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-11-05 17:05:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-05 17:05:46 +0000
commitfe4e398482e7786fc4de57499fe355f4297259f7 (patch)
treeea966a44fb52f64c4d09c3f142a385458b250b86 /ChangeLog
parent0f96b4dfc2da01a10c61f8f10e2078621489ade1 (diff)
ext/ffmpeg/gstffmpegdec.c: Enable direct rendering.
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_setcaps), (gst_ffmpegdec_get_buffer), (get_output_buffer): Enable direct rendering. Add some more debug info about image strides.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28b6b03..4d488a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
+ * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_setcaps),
+ (gst_ffmpegdec_get_buffer), (get_output_buffer):
+ Enable direct rendering.
+ Add some more debug info about image strides.
+
+2008-11-05 Wim Taymans <wim.taymans@collabora.co.uk>
+
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_pixfmt_to_caps),
(gst_ffmpeg_smpfmt_to_caps), (gst_ffmpeg_caps_to_codecid),
(gst_ffmpeg_avpicture_fill):