summaryrefslogtreecommitdiff
path: root/gst/shapewipe/gstshapewipe.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Moved 'shapewipe' from -bad to -goodSebastian Dröge1-1181/+0
2010-02-10shapewipe: Preserve the input color values in all casesSebastian Dröge1-6/+6
2010-02-10shapewipe: Scale mask alpha values by the source alpha valuesSebastian Dröge1-4/+6
2010-02-10shapewipe: Fix ARGB processingSebastian Dröge1-2/+2
2010-02-08shapewipe: Improve/add debug outputSebastian Dröge1-16/+32
2010-02-08shapewipe: Always hold the mask mutex before signalling the GCondSebastian Dröge1-0/+2
2010-02-08shapewipe: Move chain function error cases at the end of the function and add...Sebastian Dröge1-38/+47
2010-02-08shapewipe: Fix race condition during shutdown that can lead to a deadlockSebastian Dröge1-5/+15
2010-02-08shapewipe: Drop mask buffer on FLUSH eventsSebastian Dröge1-0/+14
2010-02-08shapewipe: Update copyright yearSebastian Dröge1-1/+1
2010-02-08shapewipe: Don't reset properties when going PAUSED->READYSebastian Dröge1-4/+5
2010-01-16shapewipe: Replace floating point arithmetic in the inner processing loops by...Sebastian Dröge1-16/+32
2009-12-10shapewipe: Don't do pointer dereferences in the processing loopSebastian Dröge1-4/+6
2009-07-08shapewipe: Add BGRA support for video in/outputSebastian Dröge1-18/+27
2009-07-02shapewipe: Add support for ARGB video input/outputSebastian Dröge1-121/+158
2009-06-23shapewipe: Correctly handle 0/1 fpsSebastian Dröge1-1/+4
2009-06-19shapewipe: Implement basic QoSSebastian Dröge1-1/+106
2009-06-19shapewipe: Proxy queries on the video pads to the correct peersSebastian Dröge1-0/+51
2009-06-19shapewipe: Proxy bufferalloc on the video sinkpadSebastian Dröge1-0/+23
2009-06-19shapewipe: Try to work inplace if possibleSebastian Dröge1-8/+19
2009-06-01shapewipe: Fix some issues that were exposed by the new unit testSebastian Dröge1-10/+12
2009-06-01shapewipe: Add documentation and integrate into the build systemSebastian Dröge1-0/+21
2009-05-29shapewipe: Adjust border to still have everything transparent at 1.0 and the ...Sebastian Dröge1-10/+30
2009-05-29shapewipe: Divide the border value by two, otherwise we use a twice a wide bo...Sebastian Dröge1-4/+4
2009-05-29shapewipe: Add border property to allow smooth bordersSebastian Dröge1-5/+39
2009-05-29shapewipe: Add a simple shapewipe transition filter & example applicationSebastian Dröge1-0/+793