aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/swscale_template.c
Commit message (Expand)AuthorAge
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT...Gravatar michael2002-01-21
* copyright(swscaler) = GPLGravatar michael2002-01-21
* general convolution filtering of the source pictureGravatar michael2002-01-21
* removed global vars so that multiple swscalers can be usedGravatar michael2002-01-20
* mangle for win32 in postprocGravatar atmos42002-01-19
* only print last line warning if verbose is onGravatar michael2001-12-30
* output shifted by a few pixels on extreem scalings bugfixGravatar michael2001-12-27
* looks betterGravatar jaf2001-12-25
* minor bugfixes (noone noticed them)Gravatar michael2001-12-21
* 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
* oopsGravatar michael2001-11-26
* runtime cpu detectionGravatar michael2001-11-26
* .balign or we´ll align by 64kb on some architecturesGravatar michael2001-11-10
* .align 16Gravatar michael2001-11-10
* gcc does optimize writes to non volatile variables away if it didnt know that...Gravatar michael2001-11-06
* better ditheringGravatar michael2001-11-06
* faster bgr24 outputGravatar michael2001-11-06
* only 6 registers usedGravatar michael2001-11-05
* green line fix for dstw%8!=0Gravatar michael2001-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
* 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
* interpolate chrominance for every second line in the 1:1 vertical scale functionGravatar michael2001-10-30
* bugfixesGravatar michael2001-10-30
* fixed a warningGravatar michael2001-10-29
* patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecass...Gravatar michael2001-10-29
* tell the c compiler that the memory changedGravatar michael2001-10-28
* 3dnow prefetch & sfenceGravatar michael2001-10-28
* yv12 to yv12 scalerGravatar michael2001-10-28
* yuv2rgb bugfixGravatar michael2001-10-28
* a few warning fixes (missing #include's)Gravatar pl2001-10-25
* downscaleGravatar michael2001-10-25
* BGR24 bugfixGravatar michael2001-10-21
* fixed alignment (static variables where sometimes not 8-byte aligned)Gravatar michael2001-10-20
* first line bug fixed (happend if the image was scaled down or 1:1)Gravatar michael2001-10-19
* horizontal scaling bugs fixed, should be mostly bugfree nowGravatar michael2001-10-19
* xinc scaled by 16 instead of 8Gravatar arpi2001-10-19
* horizontal lines bugfixGravatar michael2001-10-19
* vertical lines bugfixGravatar michael2001-10-19