summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDejan Sakelšak <sakdean@gmail.com>2007-05-28 15:01:33 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-28 15:01:33 +0000
commit82a509fdfd79dd72f33dd25b02f969e281c5667d (patch)
tree7d58cf3b965cc700387db5694c8b0fe791df97d6 /ChangeLog
parente81c80a481eef774ec3cc3d10b04181efc27db10 (diff)
gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.
Original commit message from CVS: Based on patch by: Dejan Sakelšak <sakdean at gmail dot com> * gst/videobox/gstvideobox.c: (gst_video_box_class_init), (gst_video_box_set_property), (gst_video_box_transform_caps), (video_box_recalc_transform), (gst_video_box_set_caps), (gst_video_box_get_unit_size), (gst_video_box_apply_alpha), (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor), (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv), (gst_video_box_i420_i420), (gst_video_box_transform), (plugin_init): Add AYUV->AYUV and AYUV->I420 formats. Fix negotiation and I420->AYUV conversion. Fixes #429329.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd12c1f1..345df31c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2007-05-28 Wim Taymans <wim@fluendo.com>
+
+ Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
+
+ * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
+ (gst_video_box_set_property), (gst_video_box_transform_caps),
+ (video_box_recalc_transform), (gst_video_box_set_caps),
+ (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
+ (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
+ (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
+ (gst_video_box_i420_i420), (gst_video_box_transform),
+ (plugin_init):
+ Add AYUV->AYUV and AYUV->I420 formats.
+ Fix negotiation and I420->AYUV conversion.
+ Fixes #429329.
+
2007-05-26 Wim Taymans <wim@fluendo.com>
* ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):