266 Commits (7806197db2ffb9024d0550ab02b28fe9963e8d4b)

Author SHA1 Message Date
Joey Parrish b77eec85b3 removed -W -Wall -g and other gcc-specific warning/debug options 22 years ago
Eric Sesterhenn 890f093a76 remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>) 22 years ago
Michael Niedermayer 47ceabc959 1000l 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 f5b58629fe last line messed up in Y800 bugfix 23 years ago
Michael Niedermayer a1ce46cf52 fixing rgb24tobgr32 23 years ago
Michael Niedermayer 0598bcbb5f fixing memory overwrite bugs in the new converters 23 years ago
Michael Niedermayer 8f4260888a test new converter stuff too 23 years ago
Michael Niedermayer ac4d0aea71 merging changes from mplayerxp (rgb2rgb*.{c,h} only) 23 years ago
Michael Niedermayer d8dad2a525 fixing memory overwrite bugs again ... 23 years ago
Michael Niedermayer a28ea2c04d colorspace converter tests (memory corruption tests at different width/src/dst) 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 7c30782729 fixing scaling/contrast for 1/4/8 bpp 23 years ago
Michael Niedermayer 5ac80202c8 killing globals 23 years ago
Michael Niedermayer 985c513355 10l 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
Alex Beregszaszi d661d18d89 pre-yvu9toyv12 converter, only grayscale Y-plane coping :) 23 years ago
Michael Niedermayer f0063c1a5b 10l 23 years ago
Michael Niedermayer e4b168dfbe 1bpp support 23 years ago
Michael Niedermayer d03be26e37 8bpp bugfixes (brightness, contrast ...) 23 years ago
Michael Niedermayer 66cd0d8ead ordered dither for 8bpp 23 years ago
Michael Niedermayer 431b47f9fd 8bpp support (no dithering yet, use -vop noise for now) 23 years ago
Alex Beregszaszi 8cd91a44b8 applied 64bit patch from Ulrich Hecht <uli at suse dot de> 23 years ago
Artur Grabowski b5a40dc6d0 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org> 23 years ago
Arpi 5eee1aeddd big cosmetics patch, cleanup of messages printed by mplayer and libs. 23 years ago
Michael Niedermayer 218ad65d4d fixing end overwrite bugs (some at least) 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
Michael Niedermayer 413dec620d 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com> 23 years ago
Arpi 4085d977dd 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixels 23 years ago
Alban Bedel 4a53a912af printf to mp_msg 23 years ago
Michael Niedermayer dc16b332f9 x1 deblocking filter bugfix 23 years ago
Michael Niedermayer b1ec5875a6 yuv422p -> yuy2 (untested) 23 years ago
Michael Niedermayer 74d3583521 rgb24->bgr24 23 years ago
Michael Niedermayer 096172d435 fix typo found by Milan Cutka <cutka@szm.sk> 23 years ago
Michael Niedermayer 7ba8435d64 fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi 23 years ago
Michael Niedermayer b7dc6f6628 overread in the mmx2 horizontal scaler fixed 23 years ago
Michael Niedermayer 52075cdeaa 10l 23 years ago
Michael Niedermayer 5d55fdb40b byte interleaving for mga 23 years ago
Michael Niedermayer daa5764137 fixing bgr15&16 on big_endian 23 years ago