138 Commits (6fb316d5634252e259b3c95dcc40de533173cb1c)

Author SHA1 Message Date
Magnus Damm 35fe5cc53f altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>) 21 years ago
Romain Dolbeau a2faa40192 AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer 468887480c 1000l 21 years ago
Michael Niedermayer ec62c38fd5 -sws 0 && -ssf chs fixed 21 years ago
Michael Niedermayer c4f1e443e7 minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv) 21 years ago
Michael Niedermayer ff49072013 dither scaling coefficients so they add up to 1.0 21 years ago
Michael Niedermayer 379a20360c rounding fixes 21 years ago
Alex Beregszaszi caeaabe7d0 uyvy output support in swscaler 21 years ago
Gabucino 77a416e8aa many small typo and grammar fixes 21 years ago
Michael Niedermayer 54324550b8 srcSliceY % 4 != 0 fix 21 years ago
Michael Niedermayer a4c90ea3ba fixing "internal error in orderYUV" bug 22 years ago
Alex Beregszaszi cd96358cb5 unused 22 years ago
Alex Beregszaszi b706b007a4 removed the last mp_msg :) 22 years ago
Michael Niedermayer 700490a4d1 remove remaining cpudetect dependancy 22 years ago
Michael Niedermayer e21206a820 moving getFilter stuff back (vf_scale.c -> swscale.c) 22 years ago
Michael Niedermayer 516b1f82ac removing sws - global verbose var dependancy 22 years ago
Michael Niedermayer c9b99ea661 mplayer idependant (not really yet) swscale example 22 years ago
Michael Niedermayer 5bf0135422 10l 22 years ago
Michael Niedermayer fccb9b2b80 10000l (YUV vs. YVU swscale fix/cleanup) 22 years ago
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 23 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