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
...
*
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
*
better dithering
michael
2001-11-06
*
faster bgr24 output
michael
2001-11-06
*
only 6 registers used
michael
2001-11-05
*
green line fix for dstw%8!=0
michael
2001-11-04
*
fixed warnings
michael
2001-11-04
*
faster bgr15/16
michael
2001-11-04
*
right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)
michael
2001-11-02
*
c speedup
michael
2001-10-31
*
15/16bit in C speedup
michael
2001-10-31
*
c optimizations
michael
2001-10-30
*
c optimizations
michael
2001-10-30
*
c optimizations (array is faster than pointer) (16bpp variants tested and 2% ...
michael
2001-10-30
*
interpolate chrominance for every second line in the 1:1 vertical scale function
michael
2001-10-30
*
bugfixes
michael
2001-10-30
*
fixed a warning
michael
2001-10-29
*
patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecass...
michael
2001-10-29
*
tell the c compiler that the memory changed
michael
2001-10-28
*
3dnow prefetch & sfence
michael
2001-10-28
*
yv12 to yv12 scaler
michael
2001-10-28
*
yuv2rgb bugfix
michael
2001-10-28
*
a few warning fixes (missing #include's)
pl
2001-10-25
*
downscale
michael
2001-10-25
*
BGR24 bugfix
michael
2001-10-21
*
fixed alignment (static variables where sometimes not 8-byte aligned)
michael
2001-10-20
*
first line bug fixed (happend if the image was scaled down or 1:1)
michael
2001-10-19
*
horizontal scaling bugs fixed, should be mostly bugfree now
michael
2001-10-19
*
xinc scaled by 16 instead of 8
arpi
2001-10-19
*
horizontal lines bugfix
michael
2001-10-19
*
vertical lines bugfix
michael
2001-10-19
*
(C) fixed
arpi
2001-10-19
*
fixed a bug which caused horizontal lines
michael
2001-10-19
*
increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix)
michael
2001-10-18
*
24bpp support (untested)
michael
2001-10-17
*
added (f)emms
arpi
2001-10-17
*
bpp changed from bytespp to bitspp
arpi
2001-10-17
[prev]
[next]