aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc
Commit message (Expand)AuthorAge
* runtime cpu detectionGravatar michael2001-11-24
* use fastmemcpy for chrominance if no chrominance filtering is doneGravatar michael2001-11-24
* faster deringGravatar michael2001-11-24
* 1% speedupGravatar michael2001-11-20
* oops, too much cleanup ;)Gravatar michael2001-11-20
* cleanupGravatar michael2001-11-20
* faster mmx2 / 3dnow deblocking filterGravatar michael2001-11-19
* Move ignores in subdirs to their respective .cvsignore files.Gravatar atmos42001-11-17
* postproc/ dir now respects --with-extraincdirGravatar gabucino2001-11-16
* temp denoiser:Gravatar michael2001-11-14
* temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW versionGravatar michael2001-11-14
* temporal noise reducer in C (-pp 0x100000)Gravatar michael2001-11-13
* uyvytoyv12 in MMX (untested)Gravatar michael2001-11-11
* 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