index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
postproc
/
swscale.h
Commit message (
Expand
)
Author
Age
*
more scaling algos
michael
2002-07-04
*
-sws 6 (luma bicubic & chroma bilinear)
michael
2002-06-27
*
use unified yuv2rgb init
michael
2002-06-27
*
10l
michael
2002-06-24
*
100l (non mmx versions didnt compile)
michael
2002-06-24
*
selftest support
michael
2002-06-23
*
overread in the mmx2 horizontal scaler fixed
michael
2002-04-01
*
swScale internally uses yuv2rgb now if possible
michael
2002-02-06
*
YUY2, BGR24, BGR32 input support (no mmx yet)
michael
2002-02-01
*
YV12 like formats support (I420/IYUV)
michael
2002-01-30
*
area averageing scaling support (-sws 5) (is identical to bilinear for upscale)
michael
2002-01-29
*
nearest neighbor / sdl emulation ;) scaling (-sws 4)
michael
2002-01-28
*
15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT...
michael
2002-01-21
*
copyright(swscaler) = GPL
michael
2002-01-21
*
a few filters (should be removed/merged when arpis videofilter stuff is finis...
michael
2002-01-21
*
general convolution filtering of the source picture
michael
2002-01-21
*
removed global vars so that multiple swscalers can be used
michael
2002-01-20
*
vertical cubic/linear scaling
michael
2001-12-06
*
horizontal up/downscale linear & cubic
michael
2001-12-02
*
swscaler cleanup
michael
2001-11-29
*
yv12 to yv12 scaler
michael
2001-10-28
*
header for swscale.c
arpi
2001-10-15