86 Commits (be8ffec9cd9a12973d7fbb767cd75309601f7876)

Author SHA1 Message Date
Michael Niedermayer f5b58629fe last line messed up in Y800 bugfix 23 years ago
Michael Niedermayer cf7d1c1a73 use unified yuv2rgb init 23 years ago
Michael Niedermayer 5ac80202c8 killing globals 23 years ago
Michael Niedermayer 5859233b70 100l (non mmx versions didnt compile) 23 years ago
Michael Niedermayer e616aa936e yvu9 support (other planar yuv formats with other chroma subsamplings should be trivial to add, if they had a IMGFMT) 23 years ago
Michael Niedermayer 3f7bb50cdd cleanup 23 years ago
Michael Niedermayer c7a810cc25 selftest support 23 years ago
Michael Niedermayer 44c1035c2f cleanup & grayscale support 23 years ago
Arpi 0d9f3d85f6 sync with mplayer xp 23 years ago
Alban Bedel 4a53a912af printf to mp_msg 23 years ago
Michael Niedermayer b7dc6f6628 overread in the mmx2 horizontal scaler fixed 23 years ago
Felix Bünemann 854288bba9 add mangling 23 years ago
Michael Niedermayer 2ba1bff059 101++ 23 years ago
Michael Niedermayer df3c183a7b fixing bgr32 output on big-endian systems 23 years ago
Michael Niedermayer 332105e446 minor dststride bugfix for i420 output 23 years ago
Michael Niedermayer 4342fc14dc bgr24toUV in MMX 23 years ago
Michael Niedermayer ac6a2e4550 bgr24toY in MMX 23 years ago
Michael Niedermayer b72034dd49 bgr15 input support 23 years ago
Michael Niedermayer 5bb9d9d8e8 faster bgr16 input 23 years ago
Michael Niedermayer 6af250ea5c bgr16 input support 23 years ago
Michael Niedermayer a861d4d7f3 rgb32 & rgb24 input support 23 years ago
Michael Niedermayer 370799068d swScale internally uses yuv2rgb now if possible 23 years ago
Michael Niedermayer 6ff0ad6bfd MMX(2) optimized YUY2 input 23 years ago
Michael Niedermayer 1e621b18b2 YUY2, BGR24, BGR32 input support (no mmx yet) 23 years ago
Michael Niedermayer 6c7506de1c YV12 like formats support (I420/IYUV) 23 years ago
Michael Niedermayer 5521b193d6 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out) 23 years ago
Michael Niedermayer fe8054c0ff copyright(swscaler) = GPL 23 years ago
Michael Niedermayer c7f822d95e general convolution filtering of the source picture 23 years ago
Michael Niedermayer 28bf81c90d removed global vars so that multiple swscalers can be used 23 years ago
Felix Bünemann 9b4644281d mangle for win32 in postproc 23 years ago
Michael Niedermayer c0903414cb only print last line warning if verbose is on 23 years ago
Michael Niedermayer f15afacdf4 output shifted by a few pixels on extreem scalings bugfix 23 years ago
Johannes Feigl 51fdf2de1b looks better 23 years ago
Michael Niedermayer 627690b5a2 minor bugfixes (noone noticed them) 23 years ago
Michael Niedermayer e3d2500fe4 print more info if -v 23 years ago
Michael Niedermayer f014740a85 dithering info wasnt displayed 23 years ago
Michael Niedermayer c1b0bfb477 vertical cubic/linear scaling 23 years ago
Michael Niedermayer e2f5a2a981 typo 23 years ago
Michael Niedermayer 077ea8a7f4 horizontal up/downscale linear & cubic 23 years ago
Michael Niedermayer af91b8b3c8 sliced scaleing bugfix 23 years ago
Michael Niedermayer d1fac6cf52 swscaler cleanup 23 years ago
Michael Niedermayer 48a05ceccd oops 23 years ago
Michael Niedermayer 7630f2e060 runtime cpu detection 23 years ago
Michael Niedermayer cff6ecd7e0 .balign or we´ll align by 64kb on some architectures 23 years ago
Michael Niedermayer 6e3bba7282 .align 16 23 years ago
Michael Niedermayer 3fe8e8f068 gcc does optimize writes to non volatile variables away if it didnt know that they were read in between 23 years ago
Michael Niedermayer d8fa3c5497 better dithering 23 years ago
Michael Niedermayer 99d2cb7219 faster bgr24 output 23 years ago
Michael Niedermayer bdc2eb9a00 only 6 registers used 23 years ago
Michael Niedermayer 7d7f78b5a4 green line fix for dstw%8!=0 23 years ago