gstreamer/gst/compositor
Jan Schmidt badc0438d6 compositor: Fix blending functions
Correctly calculate alpha in a few places by dividing by 255,
not 256.

Fix the argb and bgra blending functions to avoid an off-by-one
error in the calculations, so painting with alpha = 0xff doesn't
ever bleed through from behind
2015-03-16 00:33:23 +11:00
..
.gitignore gitignore: ignore more files 2015-01-12 22:52:36 +01:00
blend.c compositor: fix illegal memory access in blend function with negative ypos 2015-01-19 12:38:13 +00:00
blend.h compositor: Add a new compositor based on the new GstVideoAggregator base class 2014-06-20 19:53:33 +02:00
blendorc.h compositor: Add a new compositor based on the new GstVideoAggregator base class 2014-06-20 19:53:33 +02:00
compositor.c compositor: Document the zorder pad property from gstvideoaggregator 2015-01-14 19:21:36 +01:00
compositor.h compositor: Add a new compositor based on the new GstVideoAggregator base class 2014-06-20 19:53:33 +02:00
compositororc-dist.c Release 1.3.3 2014-06-22 19:22:28 +02:00
compositororc-dist.h compositor: Add a new compositor based on the new GstVideoAggregator base class 2014-06-20 19:53:33 +02:00
compositororc.orc compositor: Fix blending functions 2015-03-16 00:33:23 +11:00
compositorpad.h compositor: Implement rescaling of the input via pad properties 2014-11-27 21:23:04 +01:00
Makefile.am compositor: Fix Makefile CFLAGS/LIBADD ordering 2014-06-24 08:01:21 +02:00