aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc
Commit message (Expand)AuthorAge
* QP_store==null bugfix and no opendivx bugfixGravatar michael2001-11-11
* yuy2toyv12 bugfixGravatar michael2001-11-11
* uyvy->uv12 addedGravatar arpi2001-11-10
* .balign or we´ll align by 64kb on some architecturesGravatar michael2001-11-10
* .align 16Gravatar michael2001-11-10
* added missing #include <malloc.h>Gravatar pl2001-11-09
* bugfixGravatar michael2001-11-07
* rgb32tobgr32 now is documented ;)Gravatar nick2001-11-07
* rgb32tobgr32 / bgr32torgb32Gravatar michael2001-11-06
* gcc does optimize writes to non volatile variables away if it didnt know that...Gravatar michael2001-11-06
* 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