summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/idroq-video-encode
Commit message (Collapse)AuthorAgeFilesLines
* avconv: rework -t handling for encoding.Anton Khirnov2012-02-071-1/+1
| | | | | | | | | | | | | Current code compares the desired recording time with InputStream.pts, which has a very unclear meaning. Change the code to use actual timestamps of the frames passed to the encoder. In several tests, one less frame is encoded, which is more correct. In the idroq test one more frame is encoded, which is again more correct. Behavior with stream copy should be unchanged.
* Add FATE testsMåns Rullgård2010-03-151-0/+1
This adds a "fate" make target which runs the full FATE test suite. Individual tests can be run with "make fate-$testname". The location of the FATE test samples must be specified with the --samples=PATH option to configure. The tests/fate-update.sh script regenerates the references files and test list from the online FATE database. These are checked in since generating them requires non-standard tools. Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud