typefinding: detect stand-alone SSA/ASS subtitle files
[platform/upstream/gstreamer.git] / gst / videoscale / vs_4tap.c
2012-08-04 Tim-Philipp Müllervideoscale: fix 4-tap scaling for 64-bpp formats
2012-08-04 Tim-Philipp Müllervideoscale: make 4tap scanline funcs static
2011-06-14 David Schleefconvert M_PI to G_PI, for msvc
2011-06-13 Wim TaymansMerge branch 'master' into 0.11
2011-06-11 David Schleefconvert M_PI to G_PI, for msvc
2011-04-25 Wim TaymansMerge branch 'master' into 0.11
2011-04-24 David Schleefvideoscale: protect 4tap from out-of-bounds reads
2011-02-28 Wim TaymansMerge branch 'master' into 0.11
2011-02-20 David Schleefvideoscale: Add 16-bit-channel support
2010-10-05 Tim-Philipp Müllervideoscale: use math-compat.h here as well
2010-06-08 David Schleefvideoscale: convert from liboil to orc
2010-03-17 Sebastian Drögevideoscale: Use correct boundary checks for YUY2/UYVY
2009-12-03 David SchleefBuild fix for MSVC
2009-05-26 Sebastian Drögevideoscale: Add support for 16 bit grayscale in native...
2009-04-02 Sebastian Drögevideoscale: Don't read over line ends when taking the...
2009-04-02 Sebastian Drögevideoscale: Don't write to few pixels and don't mix...
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...