gstreamer/ext/pango
Rob Clark 54f4aa28c2 textoverlay: fix Cb/Cr inversion for colored text overlays
In case of odd values for xpos or ypos, the division by two in CbCr
plane would result in an off-by-one error, which in the case of NV12,
NV21, or UYVY would cause inversion of blue and red colors.  (And
would be not so easily noticed for I420 as it would just cause the
chroma to be offset slightly from the luma.)

This patch also fixes a silly typo from the earlier patch which
added NV12 support that broke UYVY support.
2010-08-30 22:53:26 +02:00
..
gstclockoverlay.c clockoverlay: only rerender text if time string has changed 2010-08-24 09:29:33 +02:00
gstclockoverlay.h clockoverlay: only rerender text if time string has changed 2010-08-24 09:29:33 +02:00
gsttextoverlay.c textoverlay: fix Cb/Cr inversion for colored text overlays 2010-08-30 22:53:26 +02:00
gsttextoverlay.h textoverlay: configurable text color and position 2010-08-09 09:49:12 +02:00
gsttextrender.c pango: Unpremultiply Cairo's ARGB to match GStreamers ARGB 2009-10-01 11:41:16 +02:00
gsttextrender.h pango: Use pango-cairo instead of pango-ft2 2009-08-06 06:43:36 +02:00
gsttimeoverlay.c pango: Some minor cleanup 2009-08-06 06:43:36 +02:00
gsttimeoverlay.h Updated/added documentation. 2006-03-01 16:24:37 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for base. 2008-10-16 15:07:00 +00:00