aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dsptest.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete and non-working DSP test program.Diego Biurrun2007-05-241-178/+0
| | | | Originally committed as revision 9120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not specify directories in #include path, -I flags take care of this.Ronald S. Bultje2007-05-161-10/+10
| | | | | | taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-26/+26
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * yet a bit more extendedZdenek Kabelac2002-05-271-19/+38
| | | | | | * fixed busy loop test bug on mmx-only machine Originally committed as revision 613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reactivated swf/mjpeg/jpg formats testingFabrice Bellard2002-05-251-13/+11
| | | | Originally committed as revision 600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cosmeticZdenek Kabelac2002-05-231-1/+1
| | | | Originally committed as revision 574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * minor updateZdenek Kabelac2002-05-231-3/+4
| | | | Originally committed as revision 571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * a little bit extended dsptest also suports dsptestpic targetZdenek Kabelac2002-05-231-9/+44
| | | | Originally committed as revision 569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * somewhat more advanced test suit for dsp code - for now i386 onlyZdenek Kabelac2002-05-231-0/+125
cd test ; make dsptest ; ./dsptest Originally committed as revision 568 to svn://svn.ffmpeg.org/ffmpeg/trunk