GNOME Bugzilla – Bug 378094
Enable pango elements to handle UYVY
Last modified: 2009-03-26 10:05:11 UTC
Attaching a patch to pango-based textoverlay elment that enables it to handle UYVY. It works but the rendered text is not as smooth as that rendered in case of I420. The reason is that i still do not understand the text rendering code writen by david completely. Which is why i am putting it here instead of comiting to cvs directly.
Created attachment 77021 [details] [review] Patch to enable pango to be able to handle UYVY format
commit f1bc9e97aa7cbee21cb41afc1772bfded4bf2e2f Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Mar 26 11:02:41 2009 +0100 textoverlay: Fix drawing of UYVY text borders commit e54e10ad19705391fd6d4015f17fbdad0a03da87 Author: Zeeshan Ali <zeeshan.ali@nokia.com> Date: Thu Mar 26 10:36:27 2009 +0100 textoverlay: Add support for UYVY colorspace Fixes bug #378094.