gstreamer/ext
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
..
alsa alsasrc/sink: add property to get the card name 2010-08-18 16:45:37 +02:00
cdparanoia cdparanoia: check for cdparanoia with pkg-config first 2010-06-11 22:16:26 +01:00
gio giostreamsrc: Fix copy&paste error in the docs 2010-06-14 09:53:31 +02:00
gnomevfs gnomevfssrc: Fix possible NULL pointer dereference 2010-06-14 11:08:10 +02:00
libvisual libvisual: trucate own caps, instead of copying and using the first only 2010-05-06 09:11:17 +03:00
ogg oggdemux: Don't reset the pad when pushing resulted in NOT_LINKED 2010-08-30 15:50:26 +02:00
pango textoverlay: fix Cb/Cr inversion for colored text overlays 2010-08-30 22:53:26 +02:00
theora theoraenc: Implement two pass encoding 2010-07-16 17:40:12 +02:00
vorbis vorbis: have a copy_sample func as a func pointer 2010-05-06 08:22:36 +03:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00