summaryrefslogtreecommitdiffstats
path: root/postproc/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* 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