1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-13 08:00:49 +02:00
ffmpeg/tests
Michael Niedermayer 158c7f059c use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken
quality which was 1..31 float is now a 1..FF_LAMBDA_MAX int, and FF_QP2LAMBDA * qp can be used to convert to the new range

Originally committed as revision 2348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-07 11:32:40 +00:00
..
.cvsignore * added 2002-05-27 08:36:05 +00:00
audiogen.c added first version of regression tests - simply type 'make test' to test every codec and some mux/demuxes - added simple synthetic audio and video bitstreams generators so that no big streams needs to be used 2002-05-18 23:18:22 +00:00
dsptest.c * yet a bit more extended 2002-05-27 08:39:04 +00:00
ffmpeg.regression.ref use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken 2003-10-07 11:32:40 +00:00
ffserver.regression.ref update 2003-09-16 20:29:32 +00:00
lena.pnm finished integrating rotozoom test in ffmpeg 2003-04-11 13:43:17 +00:00
libav.regression.ref nut regression test 2003-10-01 16:45:59 +00:00
Makefile ac3 test 2003-08-24 21:21:39 +00:00
regression.sh nut regression test 2003-10-01 16:45:59 +00:00
rotozoom.c use explicit image name 2003-06-05 12:36:34 +00:00
rotozoom.regression.ref use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken 2003-10-07 11:32:40 +00:00
server-regression.sh disabled file based tests 2003-08-24 21:14:02 +00:00
test.conf use new loop option 2003-08-24 21:16:50 +00:00
tiny_psnr.c check quality too, not only md5 (but dont take the scores too serious, the different codecs use different quality/bitrates and its just based on a artificially generated testvideo) 2003-04-10 21:29:31 +00:00
videogen.c * UINTX -> uintx_t INTX -> intx_t 2003-02-11 16:35:48 +00:00