119 Commits (1ab3d6691e85dce6923e3d7800fce21b44831df0)

Author SHA1 Message Date
Michael Niedermayer 3e499f531a cleanup 22 years ago
Michael Niedermayer d4e242755f sws_ prefix, more seperation between internal & external swscaler API 22 years ago
Michael Niedermayer 5427e24291 yuv2rgb brightness/contrast/saturation/different colorspaces support finished 22 years ago
Michael Niedermayer 20380eb831 cleanup 22 years ago
Michael Niedermayer 0481412aba brightness / saturation / contrast / different yuv colorspace support for some yuv2rgb converters (many converters still ignore it) 22 years ago
Michael Niedermayer 77a4965980 cleanup 22 years ago
Michael Niedermayer 799fd46714 10l found by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 22 years ago
Michael Niedermayer f17457ac49 fixing rgb4 & bgr4 (2 pixels per byte) 22 years ago
Michael Niedermayer 7322a67c39 UYVY input 22 years ago
Michael Niedermayer 8664c807e6 10l 22 years ago
Arpi a749913f4c verbose can be negative 22 years ago
Michael Niedermayer 2ce486d850 fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant) 22 years ago
Michael Niedermayer 25593e29f2 mmx yuy2 output 22 years ago
Michael Niedermayer 46de8b7334 yuy2 output support 22 years ago
Michael Niedermayer d80e2fa24f planar yuv 444 422 411 support 22 years ago
Michael Niedermayer 937683784d fixing sinc filter (seems the problem was caused by rounding in pmulhw -> solution use shorter filter, its long and slow enough anyway) 23 years ago
Michael Niedermayer a86c461c6b more scaling algos 23 years ago
Michael Niedermayer e09d12f4f6 using the new rgb2rgb converters (the LQ ones are only used if -sws 0 or -sws 4) 23 years ago
Michael Niedermayer b241cbf2cf yvu9 -> yv12 unscaled converter with linear chroma scaling 23 years ago
Michael Niedermayer 81a571a8b3 -sws 6 (luma bicubic & chroma bilinear) 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
Arpi 0c51ef979f IF09 is alias for YVU9 (actually it has extra 4th plane containing MC change 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
Arpi 5eee1aeddd big cosmetics patch, cleanup of messages printed by mplayer and libs. 23 years ago
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