gstreamer/gst/dvbsuboverlay
Mart Raudsepp 76ddd498e2 dvbsuboverlay: Handle non_modifying_colour_flag correctly in the RLE handlers
The check for when to not memset was checking on an undeterministic 'bits' variable value,
which is only meant to be used inside the loop earlier when it is supposed to check if
clut_index is 1 together with non_mod set, as per spec:

"non_modifying_colour_flag:  If set to '1' this indicates that the CLUT entry value '1'
is a non modifying colour. When the non modifying colour is assigned to an object pixel,
then the pixel of the underlying region background or object shall not be modified. This
can be used to create "transparent holes" in objects."

https://bugzilla.gnome.org/show_bug.cgi?id=666352
2012-07-11 13:42:02 +02:00
..
dvb-sub.c dvbsuboverlay: Handle non_modifying_colour_flag correctly in the RLE handlers 2012-07-11 13:42:02 +02:00
dvb-sub.h dvbsuboverlay: clean-up: allocate flat array of rectangles 2010-12-27 11:10:53 +00:00
gstdvbsuboverlay.c gst: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 18:02:56 +02:00
gstdvbsuboverlay.h port to new gthread API 2012-01-19 11:34:26 +01:00
Makefile.am gst: Update versioning 2012-04-04 14:44:34 +02:00
TODO dvbsuboverlay: more TODO 2010-12-08 16:30:09 +01:00