summaryrefslogtreecommitdiffstats
path: root/postproc/swscale_template.c
Commit message (Expand)AuthorAgeFilesLines
* typomichael2001-12-031-1/+1
* horizontal up/downscale linear & cubicmichael2001-12-021-26/+351
* sliced scaleing bugfixmichael2001-11-291-18/+20
* swscaler cleanupmichael2001-11-291-106/+109
* oopsmichael2001-11-261-0/+28
* runtime cpu detectionmichael2001-11-261-172/+18
* .balign or we´ll align by 64kb on some architecturesmichael2001-11-101-6/+6
* .align 16michael2001-11-101-0/+6
* gcc does optimize writes to non volatile variables away if it didnt know that...michael2001-11-061-4/+4
* better ditheringmichael2001-11-061-42/+43
* faster bgr24 outputmichael2001-11-061-3/+114
* only 6 registers usedmichael2001-11-051-7/+10
* green line fix for dstw%8!=0michael2001-11-041-4/+11
* fixed warningsmichael2001-11-041-27/+48
* faster bgr15/16michael2001-11-041-50/+28
* right green line bugfix for width not %8==0 (untested -vo vesa doesnt work)michael2001-11-021-1/+12
* c speedupmichael2001-10-311-17/+19
* 15/16bit in C speedupmichael2001-10-311-30/+50
* c optimizationsmichael2001-10-301-24/+75
* c optimizationsmichael2001-10-301-17/+68
* c optimizations (array is faster than pointer) (16bpp variants tested and 2% ...michael2001-10-301-18/+9
* interpolate chrominance for every second line in the 1:1 vertical scale functionmichael2001-10-301-41/+153
* bugfixesmichael2001-10-301-7/+9
* fixed a warningmichael2001-10-291-0/+1
* patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecass...michael2001-10-291-2/+5
* tell the c compiler that the memory changedmichael2001-10-281-0/+8
* 3dnow prefetch & sfencemichael2001-10-281-26/+11
* yv12 to yv12 scalermichael2001-10-281-21/+40
* yuv2rgb bugfixmichael2001-10-281-31/+31
* a few warning fixes (missing #include's)pl2001-10-251-0/+1
* downscalemichael2001-10-251-279/+326
* BGR24 bugfixmichael2001-10-211-5/+5
* fixed alignment (static variables where sometimes not 8-byte aligned)michael2001-10-201-289/+888
* first line bug fixed (happend if the image was scaled down or 1:1)michael2001-10-191-2/+7
* horizontal scaling bugs fixed, should be mostly bugfree nowmichael2001-10-191-25/+28
* xinc scaled by 16 instead of 8arpi2001-10-191-2/+2
* horizontal lines bugfixmichael2001-10-191-4/+4
* vertical lines bugfixmichael2001-10-191-7/+12
* (C) fixedarpi2001-10-191-1/+1
* fixed a bug which caused horizontal linesmichael2001-10-191-2/+2
* increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix)michael2001-10-181-206/+271
* 24bpp support (untested)michael2001-10-171-2/+52
* added (f)emmsarpi2001-10-171-0/+7
* bpp changed from bytespp to bitspparpi2001-10-171-8/+8
* fixed out of regs "bug"michael2001-10-171-6/+9
* MMX & MMX2 optimizations (MMX2 is buggy and commented out)michael2001-10-171-36/+563
* fix rgb/bgr for 15/16bppatmos42001-10-171-4/+4
* 16bpp code for atmosarpi2001-10-161-0/+10
* software yv12->rgb scaler - separated from fsdgaarpi2001-10-151-0/+124