From b1f244b5a6393dced6d85946019b6aa168065655 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Wed, 26 Oct 2005 17:23:06 +0000 Subject: gst/videobox/Makefile.am: Use liboil. Original commit message from CVS: 2005-10-26 Julien MOUTTE * gst/videobox/Makefile.am: Use liboil. * gst/videobox/gstvideobox.c: (gst_video_box_class_init), (gst_video_box_set_property), (gst_video_box_transform_caps), (gst_video_box_set_caps), (gst_video_box_get_unit_size), (gst_video_box_ayuv): Lot of optimization in AYUV rendering using liboil. Will dot the same to I420 border generation tomorrow. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 10af17d8..3fc6e938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-10-26 Julien MOUTTE + + * gst/videobox/Makefile.am: Use liboil. + * gst/videobox/gstvideobox.c: (gst_video_box_class_init), + (gst_video_box_set_property), (gst_video_box_transform_caps), + (gst_video_box_set_caps), (gst_video_box_get_unit_size), + (gst_video_box_ayuv): Lot of optimization in AYUV rendering + using liboil. Will dot the same to I420 border generation + tomorrow. + 2005-10-26 Zeeshan Ali * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init), -- cgit