summaryrefslogtreecommitdiffstats
path: root/gst/videomixer/blend_i420.c
Commit message (Expand)AuthorAgeFilesLines
* videomixer: Remove the calculate_frame_size() function and use libgstvideo in...Sebastian Dröge2009-07-101-7/+0
* videomixer: I420 mode: Add fast path for 0.0 and 1.0 alphaEdward Hervey2009-07-101-0/+18
* videomixer: I420 blending : Fix main algorithm.Edward Hervey2009-07-101-1/+1
* videomixer: Make debugging category global to all the code.Edward Hervey2009-07-101-0/+1
* videomixer: Make checker pattern lookup table constantSebastian Dröge2009-07-081-1/+1
* videomixer: Don't use // commentsSebastian Dröge2009-05-281-1/+0
* videomixer: Some cleanup and fix the calculation of the frame size in bytesSebastian Dröge2009-05-281-0/+7
* videomixer: Fix I420 blending to actually do somethingSebastian Dröge2009-05-281-10/+33
* videomixer: Add support for blending BGRA and AYUVAlex Ugarte2009-05-281-0/+295