summaryrefslogtreecommitdiffstats
path: root/gst/shapewipe
AgeCommit message (Collapse)AuthorFilesLines
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öge2-121/+159
2009-06-23shapewipe: Correctly handle 0/1 fpsSebastian Dröge1-1/+4
2009-06-19shapewipe: Implement basic QoSSebastian Dröge2-1/+110
This change is based on Tim's QoS implementation for jpegdec.
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
This saves one new, large allocation per frame for the most cases.
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
other way around
2009-05-29shapewipe: Divide the border value by two, otherwise we use a twice a wide ↵Sebastian Dröge1-4/+4
border
2009-05-29shapewipe: Add border property to allow smooth bordersSebastian Dröge2-5/+40
...and use a border of 0.01 in the example application.
2009-05-29shapewipe: Add a simple shapewipe transition filter & example applicationSebastian Dröge3-0/+877