gstreamer/gst-libs/gst/video
Tim-Philipp Müller 79953f27a8 video: overlay-composition: try to avoid floating point maths in inner loop
Try to avoid floating point maths for each pixel to be blended in
inner loop, and try to avoid the multiplication entirely for the
most common case of the global alpha being 1. Could probably be
refactored a bit more.
2012-03-25 11:31:31 +01:00
..
.gitignore video: add some internal helper functions for image blending 2011-12-05 15:03:47 +00:00
convertframe.c Work around deprecated thread API in glib master 2011-12-04 17:16:30 +00:00
gstvideofilter.c gst-libs: Remove dead assignments and resulting unused variables. 2009-08-08 15:54:57 +02:00
gstvideofilter.h docs: add missing documentation for various pieces 2011-05-23 23:56:09 +03:00
gstvideosink.c videosink: add "show-preroll-frame" property 2009-09-08 18:20:22 +01:00
gstvideosink.h docs: fix xref for the property 2011-08-20 19:46:31 +02:00
Makefile.am Add missing DEFAULT_INCLUDES on androgenizer call 2012-01-11 21:04:40 -03:00
video-blend.c video: overlay-composition: try to avoid floating point maths in inner loop 2012-03-25 11:31:31 +01:00
video-blend.h video: overlay-composition: add support for global alpha multiplicator 2012-03-25 11:27:24 +01:00
video-overlay-composition.c video: overlay-composition: some minor clean-ups 2012-03-25 11:27:24 +01:00
video-overlay-composition.h video: overlay-composition: add support for global alpha multiplicator 2012-03-25 11:27:24 +01:00
video.c video: Use host endianness when generating caps for 16-bit rgb formats 2012-01-30 15:56:44 +00:00
video.h libgstvideo: minor fixes to key unit events 2011-11-29 09:15:59 +01:00
video.vcproj more working plugins 2004-07-27 21:41:30 +00:00
videoblendorc-dist.c video: add fallbacks for compilation without orc 2011-12-05 15:36:56 +00:00
videoblendorc-dist.h video: add fallbacks for compilation without orc 2011-12-05 15:36:56 +00:00
videoblendorc.orc video: add some internal helper functions for image blending 2011-12-05 15:03:47 +00:00