aboutsummaryrefslogtreecommitdiffstats
path: root/postproc
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a few obsolete header includes (fixes a compile error on solaris)Jürgen Keil2001-11-061-7/+0
* minor changes (fixed some warnings, added attribute aligned(8) stuff)Michael Niedermayer2001-11-062-78/+92
* MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuffNick Kurshev2001-11-062-12/+362
* optimized rgb24to16 stuffNick Kurshev2001-11-062-50/+86
* mmx2 bgr24 stuff from swscale (slightly faster)Michael Niedermayer2001-11-061-2/+53
* rgb24to32 now is fasterNick Kurshev2001-11-062-16/+112
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)Michael Niedermayer2001-11-061-10/+10
* 16bpp is 10% fasterMichael Niedermayer2001-11-061-22/+11
* 15 bpp supportMichael Niedermayer2001-11-061-0/+88
* common code moved to a #defineMichael Niedermayer2001-11-061-187/+227
* Move yuv2rgb to postprocessNick Kurshev2001-11-067-3/+936
* faster bgr24 outputMichael Niedermayer2001-11-062-6/+228
* only 6 registers usedMichael Niedermayer2001-11-052-14/+20
* unsigned stuffMichael Niedermayer2001-11-053-10/+26
* yuy2toyv12 fixed and speedupMichael Niedermayer2001-11-053-125/+220
* fixed yv12toyuy2Michael Niedermayer2001-11-053-88/+118
* ForgotNick Kurshev2001-11-051-4/+4
* Fixed rgb32(24)to15 stuffNick Kurshev2001-11-052-4/+4
* Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still brokenNick Kurshev2001-11-052-24/+32
* Well - old algorithms and new stuff rgb24to16(15)Nick Kurshev2001-11-053-53/+106
* More standards compilanceNick Kurshev2001-11-053-36/+36
* yuy2toyv12 in MMXMichael Niedermayer2001-11-052-0/+110
* yv12toyuy2 in MMXMichael Niedermayer2001-11-053-50/+132
* yv12 <-> yuy2 in CMichael Niedermayer2001-11-053-0/+58
* faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is...Michael Niedermayer2001-11-042-20/+42
* palette to bgr24Michael Niedermayer2001-11-043-3/+45
* bgr32to16, bgr32to15 (needed for palette stuff)Michael Niedermayer2001-11-043-3/+124
* green line fix for dstw%8!=0Michael Niedermayer2001-11-042-8/+22
* using const modifierNick Kurshev2001-11-043-21/+21
* fixed warningsMichael Niedermayer2001-11-042-54/+96
* faster bgr15/16Michael Niedermayer2001-11-042-100/+56
* right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)Michael Niedermayer2001-11-022-2/+24
* deinterlace bugfixMichael Niedermayer2001-10-312-40/+224
* c speedup (x1, rk1 filters)Michael Niedermayer2001-10-312-30/+30
* c speedupMichael Niedermayer2001-10-312-34/+38
* 15/16bit in C speedupMichael Niedermayer2001-10-312-60/+100
* c optimizationsMichael Niedermayer2001-10-302-48/+150
* c optimizationsMichael Niedermayer2001-10-302-34/+136
* c optimizations (array is faster than pointer) (16bpp variants tested and 2% ...Michael Niedermayer2001-10-302-36/+18
* minor speedupMichael Niedermayer2001-10-302-24/+54
* interpolate chrominance for every second line in the 1:1 vertical scale functionMichael Niedermayer2001-10-302-82/+306
* bugfixesMichael Niedermayer2001-10-302-14/+18
* cosmeticNick Kurshev2001-10-302-2/+2
* fixed a warningMichael Niedermayer2001-10-292-0/+2
* No longer requiredNick Kurshev2001-10-291-1/+0
* Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compileNick Kurshev2001-10-292-90/+108
* cant compile on non x86 bugfixMichael Niedermayer2001-10-292-0/+4
* patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecass...Michael Niedermayer2001-10-292-4/+10
* tell the c compiler that the memory changedMichael Niedermayer2001-10-282-0/+16
* 3dnow prefetch & sfenceMichael Niedermayer2001-10-282-52/+22