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
*
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
*
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
*
101
michael
2002-01-20
*
removed global vars so that multiple swscalers can be used
michael
2002-01-20
*
mangle for win32 in postproc
atmos4
2002-01-19
*
minor bugfixes (noone noticed them)
michael
2001-12-21
*
print more info if -v
michael
2001-12-06
*
vertical cubic/linear scaling
michael
2001-12-06
*
horizontal up/downscale linear & cubic
michael
2001-12-02
*
swscaler cleanup
michael
2001-11-29
*
runtime cpu detection optional (compiles faster)
michael
2001-11-27
*
oops
michael
2001-11-26
*
runtime cpu detection
michael
2001-11-26
*
.balign or we´ll align by 64kb on some architectures
michael
2001-11-10
*
.align 16
michael
2001-11-10
*
gcc does optimize writes to non volatile variables away if it didnt know that...
michael
2001-11-06
[next]