aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/swscale_template.c
Commit message (Expand)AuthorAge
* 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
* (C) fixedGravatar arpi2001-10-19
* fixed a bug which caused horizontal linesGravatar michael2001-10-19
* increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix)Gravatar michael2001-10-18
* 24bpp support (untested)Gravatar michael2001-10-17
* added (f)emmsGravatar arpi2001-10-17
* bpp changed from bytespp to bitsppGravatar arpi2001-10-17
* fixed out of regs "bug"Gravatar michael2001-10-17
* MMX & MMX2 optimizations (MMX2 is buggy and commented out)Gravatar michael2001-10-17
* fix rgb/bgr for 15/16bppGravatar atmos42001-10-17
* 16bpp code for atmosGravatar arpi2001-10-16
* software yv12->rgb scaler - separated from fsdgaGravatar arpi2001-10-15