89 Commits (065422677a17ddb3d84a3b85b5064eb7df7e2c8a)

Author SHA1 Message Date
Björn Sandell b6acbc3caf various openbsd and general warning fixes - patch by Björn Sandell <biorn@dce.chalmers.se> 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
Michael Niedermayer daa5764137 fixing bgr15&16 on big_endian 23 years ago
Michael Niedermayer 81b7c056ee use assert.h 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 1e1c4fe926 unscaled yuv2rgb fix for big-endian systems 23 years ago
Michael Niedermayer 9bd8bd1add unscaled memcpy variant bugfix (negative strides) 23 years ago
Michael Niedermayer ec22603f79 unscaled BGR24 -> YV12 23 years ago
Michael Niedermayer 4342fc14dc bgr24toUV in MMX 23 years ago
Michael Niedermayer ac6a2e4550 bgr24toY in MMX 23 years ago
Michael Niedermayer b0db419867 fastmemcpy 23 years ago
Michael Niedermayer 4bb3fa5e4f unscaled BGR15->BGR16 23 years ago
Michael Niedermayer b72034dd49 bgr15 input support 23 years ago
Michael Niedermayer 6af250ea5c bgr16 input support 23 years ago
Michael Niedermayer b935781b41 unscaled converters 23 years ago
Michael Niedermayer adeaecb9ae fixing green line at right side bug (reported by Nick Kurshev <nickols_k@mail.ru>) 23 years ago
Michael Niedermayer a861d4d7f3 rgb32 & rgb24 input support 23 years ago
Michael Niedermayer b6654a5464 101 (yuv2rgb with mpeg1,...) ;) 23 years ago
Michael Niedermayer 370799068d swScale internally uses yuv2rgb now if possible 23 years ago
Michael Niedermayer b81cf27484 printing error messages if something is wrong instead of just return NULL; 23 years ago
Michael Niedermayer 8a01d20ccb filterPos bugfix (only nearest neighbor scaling was affected) 23 years ago
Michael Niedermayer 6ff0ad6bfd MMX(2) optimized YUY2 input 23 years ago
Michael Niedermayer 1747031459 printing correct format info 23 years ago
Michael Niedermayer 1e621b18b2 YUY2, BGR24, BGR32 input support (no mmx yet) 23 years ago
Michael Niedermayer 1f347f225d -sws 2 is default now 23 years ago
Michael Niedermayer 6c7506de1c YV12 like formats support (I420/IYUV) 23 years ago
Michael Niedermayer d8863d37e2 area averageing scaling support (-sws 5) (is identical to bilinear for upscale) 23 years ago
Michael Niedermayer ff7ba85694 nearest neighbor / sdl emulation ;) scaling (-sws 4) 23 years ago
Michael Niedermayer fd2848053f minor bugfix in the -v output 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 5cebb24be0 a few filters (should be removed/merged when arpis videofilter stuff is finished) 23 years ago
Michael Niedermayer c7f822d95e general convolution filtering of the source picture 23 years ago
Michael Niedermayer 7f56a52795 101 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 627690b5a2 minor bugfixes (noone noticed them) 23 years ago
Michael Niedermayer e3d2500fe4 print more info if -v 23 years ago
Michael Niedermayer c1b0bfb477 vertical cubic/linear scaling 23 years ago
Michael Niedermayer 077ea8a7f4 horizontal up/downscale linear & cubic 23 years ago
Michael Niedermayer d1fac6cf52 swscaler cleanup 23 years ago
Michael Niedermayer 726a959a54 runtime cpu detection optional (compiles faster) 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