391 Commits (0078e9b9c5ea90ce51bc4a0c1eaff32167256d4d)

Author SHA1 Message Date
Michael Niedermayer 01dc3aa48d using fewer registers ... to workaround something 22 years ago
Michael Niedermayer 1d9324fd4e removing "-npp" (found by arpi) 22 years ago
Michael Niedermayer fa6ea14e40 per context cpuCaps (idea by kabi) 22 years ago
Michael Niedermayer 4407a3c47a change qscale type to int8 and fix qscale ordering 22 years ago
Michael Niedermayer b49d916512 using same numbers for cpuCaps as libmpeg2 & liba52 22 years ago
Michael Niedermayer 4603ed8f91 cleanly passing the cpuCaps 22 years ago
Michael Niedermayer 51e19dccc7 10l 22 years ago
Michael Niedermayer df8d4d0ed5 cleanup 22 years ago
Michael Niedermayer 9cb54f4311 cosmetics ;) 22 years ago
Michael Niedermayer ec487e5db8 better deblocking filter 22 years ago
Michael Niedermayer 9d947f1935 -fomit-frame-pointer is needed for the PIC code 22 years ago
Michael Niedermayer abd140db79 using fewer registers (fixes compilation bug hopefully) 22 years ago
Colin Leroy 5936be4c66 fix compilation on non-x86 with gcc 2.95 22 years ago
Michael Niedermayer 9c9e467d8d postprocessing cleanup: 22 years ago
Colin Leroy 470ba6f28a fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot net>) 22 years ago
Michael Niedermayer 8ecc6a4629 avoid multiple init 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
Arpi 18a7b2a873 tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 22 years ago
Arpi ff78c59639 use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE 22 years ago
Michael Niedermayer df1b2c141b fixing y422p output 22 years ago
Alex Beregszaszi 9780c7ffa3 fixed palette8to{rgb24,bgr24,rgb32,bgr32} 22 years ago
Arpi 6b791538b9 warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> 22 years ago
Alex Beregszaszi 6c1baeb0aa added missing palette8tobgr pairs (hope it's correct) 22 years ago
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