videoscale: Fix 4tap scaling of YUYV and friends
[platform/upstream/gstreamer.git] / gst / videoscale / vs_4tap.c
2009-03-29 Sebastian Drögevideoscale: Fix 4tap scaling of YUYV and friends
2009-03-27 Sebastian Drögevideoscale: Take the next luma value instead of every...
2009-03-27 Sebastian Drögevideoscale: Add my copyright to the 4tap scalers
2009-03-27 Sebastian Drögevideoscale: Implement 4-tap scaling for RGB565 and...
2009-03-27 Sebastian Drögevideoscale: Implement 4-tap scaling for UYVY
2009-03-27 Sebastian Drögevideoscale: Implement 4-tap scaling for YUY2 and YVYU
2009-03-26 Sebastian Drögevideoscale: Implement 4-tap scaling for RGB and BGR
2009-03-26 Sebastian Drögevideoscale: Implement 4-tap scaling for RGBA and other...
2008-05-02 Sebastian Drögegst/videoscale/: Support 1x1 images as input and output...
2008-03-03 Sebastian DrögeCorrect all relevant warnings found by the sparse seman...
2008-01-14 David Schleefgst/videoscale/vs_4tap.c: Fix valgrind error on 4tap...
2007-06-15 Michael Smithgst/videoscale/vs_4tap.c: Update tmpbuf for all neccesa...
2006-12-01 Sergey ScobichFix compilation on win32 under VS8
2006-11-14 David Schleefgst/videoscale/: Add a 4-tap image scaler. Theoretical...