Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2010-07-10Add RealAudio COOK fate2 testVitor Sessak
Originally committed as revision 24168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10Add fate2 test for RA288Vitor Sessak
Originally committed as revision 24167 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10fate: some AAC tests need FUZZ=2 on ARMMåns Rullgård
Originally committed as revision 24166 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10fate: ensure file sizes match in oneoff testsMåns Rullgård
Originally committed as revision 24164 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10AAC fate2 tests.Alex Converse
Originally committed as revision 24163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10fate: fail with a sensible error message if reference file is missingMåns Rullgård
Originally committed as revision 24152 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10fate: delete output files from successful testsMåns Rullgård
Originally committed as revision 24150 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10tiny_psnr: change error exit code from -1 to 1Måns Rullgård
Originally committed as revision 24149 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10tiny_psnr: check fread() return valuesMåns Rullgård
Originally committed as revision 24148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-10fate: exit with error immediately if test command failsMåns Rullgård
Originally committed as revision 24147 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09tiny_psnr: use abs()Måns Rullgård
Originally committed as revision 24146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09SIPR tests for "make fate2"Vitor Sessak
Originally committed as revision 24145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09tiny_psnr: skip wav headers on input filesMåns Rullgård
The byte count printed excludes the header, and offsets are applied after the the headers are skipped. Reference files updated to reflect new output. Some stddev/psnr values have changed slightly due to headers no longer being compared. Originally committed as revision 24143 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09fate: add oneoff test for twinvqMåns Rullgård
Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09fate: add oneoff comparison methodMåns Rullgård
This adds the 'oneoff' comparison method. It compares two s16le pcm files with a max difference <= the fuzz factor treated as success. Default fuzz is 1. On failure, the full tiny_psnr output is printed. Originally committed as revision 24134 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09fate: pass additional variables to test scriptMåns Rullgård
This passes the following additional variables to the test script: - CMP method to use comparing output with reference, default 'diff' - REF reference file, default 'tests/ref/fate/${test}' - FUZZ maximum fuzz factor in comparison, meaning depends on CMP Originally committed as revision 24133 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09tiny_psnr: print max absolute difference between filesVitor Sessak
Regression test reference updates are due to the extra output from tiny_psnr. Patch by Vitor Sessak Originally committed as revision 24132 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-09Change names of regtest output files to closer match the reference filesMåns Rullgård
Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08regtest: put rgb and yuv reference files in correct placeMåns Rullgård
Originally committed as revision 24118 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-08regtest: put rgb and yuv reference files in correct placeMåns Rullgård
SVN design flaw requires deleting dirs in separate step Originally committed as revision 24117 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-07Add pixdesctest filter and corresponding test.Stefano Sabatini
Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-06Update lavfitest reference after commit:Stefano Sabatini
Author: bcoudurier Date: Sat Jul 3 03:11:04 2010 +0000 Set graph swscale opts before parsing it, that way opts are available when auto-adding scalers. It changed the swscale flags used by the auto-added scalers, and so the output video. Originally committed as revision 24065 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-02In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier
Originally committed as revision 23967 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-25fate: add vp8 testsMåns Rullgård
Originally committed as revision 23763 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-16Remove the "b" from "Mb" in -b values for the dnxhd tests.Stefano Sabatini
They are just ignored, and tend to confuse both machines and humans. Originally committed as revision 23628 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-15FATE: update vc1 reference outputMåns Rullgård
Originally committed as revision 23609 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-06Do not exclude anymore the pixel formats rgb444, bgr444, rgb4_byte,Stefano Sabatini
and bgr4_byte from the lavfi-pix_fmts test. The formats are now supported by NUT. Originally committed as revision 23510 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-06regtest: add seektest reference files for rgb/yuv in aviMåns Rullgård
Originally committed as revision 23506 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-06Add simple rgb/yuv in avi regression test.Michael Niedermayer
Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-05matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agreesDavid Conrad
with me that it's unnecessary. Originally committed as revision 23478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-05matroskaenc: Mux clusters betterJames Zern
Start them on keyframes when reasonable, and delay writing audio packets to help ensure that there's audio samples available for the first frame in clusters. Patch by James Zern <jzern at google> Originally committed as revision 23473 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-04Fix typo.Stefano Sabatini
Originally committed as revision 23459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-04Exclude from the lavfi_pix_fmts regression test the output pixelStefano Sabatini
formats which are not currently supported by NUT and which cannot be played by ffplay. Originally committed as revision 23458 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-02Remove useless variables in get_common_elements().Stefano Sabatini
Originally committed as revision 23429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-25Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini
target regtest-lavfi_pix_fmts. The lavfi_pix_fmts test is disabled, this because there are many tests which are failing, and there are still some output files which cannot be played by NUT/ffplay. Originally committed as revision 23297 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-24matroskaenc: Write codec time base as default duration for video tracks.David Conrad
This isn't exactly semantically equivalent, but the field has already been long abused to mean this, and writing it helps in determining a decent cfr time base when transcoding from a mkv where the video codec stores none (VP8). Originally committed as revision 23284 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-22Update regression tests after removing track timecode scale from mkvencDavid Conrad
Originally committed as revision 23248 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-22In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier
Originally committed as revision 23231 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13Replace "-vfilters" by "-vf" in regtests. Should fix regtest breakage.Vitor Sessak
Originally committed as revision 23109 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-13FATE: change -vfilters to -vfMåns Rullgård
Originally committed as revision 23108 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-09FATE: update idroq-video-encode commandMåns Rullgård
Originally committed as revision 23064 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer
Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-19FATE: update nsv-demux checksumsMåns Rullgård
Originally committed as revision 22908 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-13FATE: update vqf-demux checksumMåns Rullgård
Originally committed as revision 22873 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-02Change default for bidir_refine to 1.Michael Niedermayer
Originally committed as revision 22778 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-2510l, update ref value for ffm since default flags changed and are stored in ↵Baptiste Coudurier
the file Originally committed as revision 22673 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-20Add VorbisComment writing to FLAC files.James Darnley
Patch by James Darnley <james darnley at gmail>. Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-18Make ad-hoc lavfi tests use random values for the slice height usedStefano Sabatini
per each frame, useful for testing slicification. Originally committed as revision 22587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-18Add some ad-hoc tests for libavfilter.Stefano Sabatini
A patched version of ffmpeg supporting video filters is required for getting this working; thus make lavfitest is supposed to work only in the libavfilter repository for now. Originally committed as revision 22586 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-15Add FATE testsMåns Rullgård
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