aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc
Commit message (Expand)AuthorAge
* print more info if -vGravatar michael2001-12-06
* dithering info wasnt displayedGravatar michael2001-12-06
* vertical cubic/linear scalingGravatar michael2001-12-06
* typoGravatar michael2001-12-03
* horizontal up/downscale linear & cubicGravatar michael2001-12-02
* sliced scaleing bugfixGravatar michael2001-11-29
* swscaler cleanupGravatar michael2001-11-29
* faster brightness correcture in MMX2Gravatar michael2001-11-28
* compiletime pp-mode support (luminance = chrominance filters though) 1-2% fas...Gravatar michael2001-11-27
* runtime cpu detection optional (compiles faster)Gravatar michael2001-11-27
* runtime cpu detect optional (compiles faster)Gravatar michael2001-11-27
* runtime cpu detectionGravatar michael2001-11-26
* oopsGravatar michael2001-11-26
* runtime cpu detectionGravatar michael2001-11-26
* runtime cpu detectionGravatar michael2001-11-26
* 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