summaryrefslogtreecommitdiff
path: root/libswscale/cs_test.c
Commit message (Collapse)AuthorAge
* Add some const specifiers to function name variables; fixes a bunch ofDiego Biurrun2008-11-04
| | | | | | "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-13
| | | | Originally committed as revision 26429 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | 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-28
| | | | Originally committed as revision 23158 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
| | | | 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-18
| | | | | | 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-12
| | | | 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-12
| | | | | | 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-30
| | | | | | | 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-28
| | | | Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* av_logifyLuca Barbato2007-01-28
| | | | 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-07
| | | | Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix warnings:Diego Biurrun2006-10-04
| | | | | | | 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-21
| | | | Originally committed as revision 19476 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move postproc ---> libswscaleLuca Abeni2006-06-30
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale