aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc
Commit message (Expand)AuthorAge
...
* 15/16 bpp ditheringGravatar michael2001-11-06
* better ditheringGravatar michael2001-11-06
* Minor speedup of rgb32to24. (performance is not successful)Gravatar nick2001-11-06
* Remove a few obsolete header includes (fixes a compile error on solaris)Gravatar jkeil2001-11-06
* minor changes (fixed some warnings, added attribute aligned(8) stuff)Gravatar michael2001-11-06
* MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuffGravatar nick2001-11-06
* optimized rgb24to16 stuffGravatar nick2001-11-06
* mmx2 bgr24 stuff from swscale (slightly faster)Gravatar michael2001-11-06
* rgb24to32 now is fasterGravatar nick2001-11-06
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)Gravatar michael2001-11-06
* 16bpp is 10% fasterGravatar michael2001-11-06
* 15 bpp supportGravatar michael2001-11-06
* common code moved to a #defineGravatar michael2001-11-06
* Move yuv2rgb to postprocessGravatar nick2001-11-06
* faster bgr24 outputGravatar michael2001-11-06
* only 6 registers usedGravatar michael2001-11-05
* unsigned stuffGravatar michael2001-11-05
* yuy2toyv12 fixed and speedupGravatar michael2001-11-05
* fixed yv12toyuy2Gravatar michael2001-11-05
* ForgotGravatar nick2001-11-05
* Fixed rgb32(24)to15 stuffGravatar nick2001-11-05
* Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still brokenGravatar nick2001-11-05
* Well - old algorithms and new stuff rgb24to16(15)Gravatar nick2001-11-05
* More standards compilanceGravatar nick2001-11-05
* yuy2toyv12 in MMXGravatar michael2001-11-05
* yv12toyuy2 in MMXGravatar michael2001-11-05
* yv12 <-> yuy2 in CGravatar michael2001-11-05
* faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is...Gravatar michael2001-11-04
* palette to bgr24Gravatar michael2001-11-04
* bgr32to16, bgr32to15 (needed for palette stuff)Gravatar michael2001-11-04
* green line fix for dstw%8!=0Gravatar michael2001-11-04
* using const modifierGravatar nick2001-11-04
* fixed warningsGravatar michael2001-11-04
* faster bgr15/16Gravatar michael2001-11-04
* right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)Gravatar michael2001-11-02
* deinterlace bugfixGravatar michael2001-10-31
* c speedup (x1, rk1 filters)Gravatar michael2001-10-31
* c speedupGravatar michael2001-10-31
* 15/16bit in C speedupGravatar michael2001-10-31
* c optimizationsGravatar michael2001-10-30
* c optimizationsGravatar michael2001-10-30
* c optimizations (array is faster than pointer) (16bpp variants tested and 2% ...Gravatar michael2001-10-30
* minor speedupGravatar michael2001-10-30
* interpolate chrominance for every second line in the 1:1 vertical scale functionGravatar michael2001-10-30
* bugfixesGravatar michael2001-10-30
* cosmeticGravatar nick2001-10-30
* fixed a warningGravatar michael2001-10-29
* No longer requiredGravatar nick2001-10-29
* Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compileGravatar nick2001-10-29
* cant compile on non x86 bugfixGravatar michael2001-10-29