summaryrefslogtreecommitdiffstats
path: root/libswscale/cs_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesDiego Biurrun2009-03-261-175/+0
| | | | | | of other test programs and more descriptive of what the program does. Originally committed as revision 29067 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add some const specifiers to function name variables; fixes a bunch ofDiego Biurrun2008-11-041-2/+2
| | | | | | "initialization discards qualifiers from pointer target type" warnings. Originally committed as revision 27894 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Relicense test/example files as LGPL with Michael's permission.Diego Biurrun2008-04-131-8/+8
| | | | Originally committed as revision 26429 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
| | | | Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-281-3/+3
| | | | Originally committed as revision 23158 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-261-7/+7
| | | | Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* test widths all down to one. this tests whether the scalers correctly switchIvo van Poorten2007-04-181-1/+1
| | | | | | to plain C when width < unit size of assembly code. Originally committed as revision 23018 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics, expand all tabs to four spaces.Ivo van Poorten2007-04-121-112/+112
| | | | Originally committed as revision 22983 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace huge switch statement by a lookup table.Ivo van Poorten2007-04-121-174/+46
| | | | | | Add newline to final report. Originally committed as revision 22982 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Handle proper compilation on Mac OS X.Marc Hoffman2007-03-301-8/+4
| | | | | | | Fix data alignment bug (the original purpose of the code is unclear, though). patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 22847 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* stray fflush spotted by AurelLuca Barbato2007-01-281-1/+1
| | | | Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* av_logifyLuca Barbato2007-01-281-8/+9
| | | | Originally committed as revision 22047 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-071-16/+18
| | | | Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix warnings:Diego Biurrun2006-10-041-1/+2
| | | | | | | cs_test.c:62: warning: return type defaults to 'int' cs_test.c:64: warning: implicit declaration of function 'memalign' Originally committed as revision 20036 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allow to compile swscale testsLuca Abeni2006-08-211-12/+27
| | | | Originally committed as revision 19476 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move postproc ---> libswscaleLuca Abeni2006-06-301-0/+288
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
OpenPOWER on IntegriCloud