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.c
Commit message (
Expand
)
Author
Age
*
fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)
michael
2002-10-13
*
mmx yuy2 output
michael
2002-10-13
*
yuy2 output support
michael
2002-10-13
*
planar yuv 444 422 411 support
michael
2002-08-01
*
fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol...
michael
2002-07-09
*
more scaling algos
michael
2002-07-04
*
using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4)
michael
2002-06-30
*
yvu9 -> yv12 unscaled converter with linear chroma scaling
michael
2002-06-27
*
-sws 6 (luma bicubic & chroma bilinear)
michael
2002-06-27
*
use unified yuv2rgb init
michael
2002-06-27
*
killing globals
michael
2002-06-24
*
100l (non mmx versions didnt compile)
michael
2002-06-24
*
IF09 is alias for YVU9 (actually it has extra 4th plane containing MC change
arpi
2002-06-23
*
yvu9 support (other planar yuv formats with other chroma subsamplings should ...
michael
2002-06-23
*
cleanup
michael
2002-06-23
*
selftest support
michael
2002-06-23
*
cleanup & grayscale support
michael
2002-06-22
*
sync with mplayer xp
arpi
2002-06-22
*
big cosmetics patch, cleanup of messages printed by mplayer and libs.
arpi
2002-05-20
*
various openbsd and general warning fixes - patch by Björn Sandell <biorn@dc...
arpi
2002-05-12
*
printf to mp_msg
albeu
2002-05-02
*
overread in the mmx2 horizontal scaler fixed
michael
2002-04-01
*
fixing bgr15&16 on big_endian
michael
2002-03-21
*
use assert.h
michael
2002-02-22
*
101++
michael
2002-02-21
*
fixing bgr32 output on big-endian systems
michael
2002-02-21
*
unscaled yuv2rgb fix for big-endian systems
michael
2002-02-21
*
unscaled memcpy variant bugfix (negative strides)
michael
2002-02-10
*
unscaled BGR24 -> YV12
michael
2002-02-10
*
bgr24toUV in MMX
michael
2002-02-09
*
bgr24toY in MMX
michael
2002-02-09
*
fastmemcpy
michael
2002-02-08
*
unscaled BGR15->BGR16
michael
2002-02-08
*
bgr15 input support
michael
2002-02-08
*
bgr16 input support
michael
2002-02-08
*
unscaled converters
michael
2002-02-07
*
fixing green line at right side bug (reported by Nick Kurshev <nickols_k@mail...
michael
2002-02-07
*
rgb32 & rgb24 input support
michael
2002-02-06
*
101 (yuv2rgb with mpeg1,...) ;)
michael
2002-02-06
*
swScale internally uses yuv2rgb now if possible
michael
2002-02-06
*
printing error messages if something is wrong instead of just return NULL;
michael
2002-02-04
*
filterPos bugfix (only nearest neighbor scaling was affected)
michael
2002-02-03
*
MMX(2) optimized YUY2 input
michael
2002-02-02
*
printing correct format info
michael
2002-02-01
*
YUY2, BGR24, BGR32 input support (no mmx yet)
michael
2002-02-01
*
-sws 2 is default now
michael
2002-01-30
*
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
*
minor bugfix in the -v output
michael
2002-01-22
[next]