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
AgeCommit message (Collapse)Author
2019-04-24tests/fate-run: New variable hostexecsuf for local fate tools.Carl Eugen Hoyos
Allows running fate in-tree on wsl with msvc.
2019-04-19tests: Add EXESUF to program calls.Carl Eugen Hoyos
Fixes fate in Windows subsystem for Linux.
2019-04-03fate: unbreak fate with custom binary namesGyan Doshi
2019-03-19tests/fate-run: fix regression in encoding optionsJames Almer
Set threads back to 1. Fixes fate when run in multi threaded mode. Regression since d0c43e32427ec1efac364be0987a6aafa695527f. Signed-off-by: James Almer <jamrial@gmail.com>
2019-03-14fate/lavf-image: fix passed arguments for some high bit depth testsJames Almer
Should fix fate failures on big endian targets. Signed-off-by: James Almer <jamrial@gmail.com>
2019-03-14Merge commit 'f8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b'James Almer
* commit 'f8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b': tests: Add a convenience function for video-only lavf tests Merged-by: James Almer <jamrial@gmail.com>
2019-03-14tests: Convert lavf container tests with samples to non-legacy test scriptsJames Almer
2019-03-14Merge commit '618d02c1fa9e74d490cace64a7d15762656b521c'James Almer
* commit '618d02c1fa9e74d490cace64a7d15762656b521c': tests: Convert lavf container tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
2019-03-14Merge commit '896fe15dbb7b78de495c4a7dd75e7faec66778da'James Almer
* commit '896fe15dbb7b78de495c4a7dd75e7faec66778da': tests: Convert lavf pixfmt conversion tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
2019-03-14Merge commit 'a957e9379d11f2982d615f92c30580a57ea8bb40'James Almer
* commit 'a957e9379d11f2982d615f92c30580a57ea8bb40': tests: Convert lavf image tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
2019-03-14Merge commit 'eb8a8115994434b548523cf0bca6a4a74784e79c'James Almer
* commit 'eb8a8115994434b548523cf0bca6a4a74784e79c': tests: Convert audio-only lavf tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
2019-03-14Merge commit 'a70eac7a9b193e8434b5bed90bd72aa4cb688363'James Almer
* commit 'a70eac7a9b193e8434b5bed90bd72aa4cb688363': tests: Convert image2pipe tests to non-legacy test scripts Merged-by: James Almer <jamrial@gmail.com>
2019-03-11Merge commit 'e22ffb3805f6994bd1fd7ab73e6297f36a53f915'James Almer
* commit 'e22ffb3805f6994bd1fd7ab73e6297f36a53f915': tests: Unify output directory creation Merged-by: James Almer <jamrial@gmail.com>
2019-02-16tests: Add a convenience function for video-only lavf testsDiego Biurrun
Rename a test in the process for consistency and simplicity and remove the remnants of the now-unused lavf regression test scripts.
2019-02-16tests: Convert lavf container tests to non-legacy test scriptsDiego Biurrun
Rename some tests in the process for consistency and simplicity.
2019-02-16tests: Convert lavf pixfmt conversion tests to non-legacy test scriptsDiego Biurrun
Also split monolithic lavf-pixfmt test into individual tests.
2019-02-16tests: Convert lavf image tests to non-legacy test scriptsDiego Biurrun
Rename some tests in the process for consistency and simplicity.
2019-02-16tests: Convert audio-only lavf tests to non-legacy test scriptsDiego Biurrun
Rename some tests in the process for consistency and simplicity.
2019-02-16tests: Convert image2pipe tests to non-legacy test scriptsDiego Biurrun
2019-02-16tests: Unify output directory creationDiego Biurrun
2019-02-16tests: Drop duplicate variable declarationDiego Biurrun
2018-07-10fate: allow temp files for passed test to be keptGyan Doshi
Set make variable KEEP to non-zero value to preserve temp files when a test has passed. Helpful in diagnosing failed tests when test outfile is some type of single hash and does not reveal differences in processed output.
2018-02-16fate/mpegps: add tests for PCM_DVD stream remuxGyan Doshi
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-02-02fate: add id3v2 testRichard Shaffer
Adds basic unit test for parsing ID3v2 tags. Signed-off-by: James Almer <jamrial@gmail.com>
2017-11-27tests/fate-run: Use -bitexactMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-10-12fate: add missing closing bracketJames Almer
Regression since 85e2fe6281834ac7f16a12a332d9de4b2ec3cd29 Signed-off-by: James Almer <jamrial@gmail.com>
2017-10-12Merge commit 'db869f4ea4405fb8f9736e5ecdca70f77621a28e'James Almer
* commit 'db869f4ea4405fb8f9736e5ecdca70f77621a28e': fate: Add build-only targets to FATE Merged-by: James Almer <jamrial@gmail.com>
2017-10-04Merge commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc'James Almer
* commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc': fate: Make null comparison method more useful Merged-by: James Almer <jamrial@gmail.com>
2017-09-27fate: add tests for psnr and ssim filterTobias Rapp
Metadata filter output is passed through an Awk script comparing floats against reference values with specified "fuzz" tolerance to account for architectural differences (e.g. x86-32 vs. x86-64). Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
2017-06-19fate: use do_md5sum instead of the md5 protocol for most md5 fate testsMarton Balint
The md5 protocol has no seek support, but some tests use seeks. This changes the fate tests to actually create the output files and calculate the md5 on the written files, which also makes the tests independent of the size of the output buffers and output buffering in general. A new md5pipe fate test method is also introduced to keep the old functionality for tests where using a non-seekable output was intentional, and matroska md5 tests are changed to use that. Signed-off-by: Marton Balint <cus@passwd.hu>
2017-05-05Merge commit 'eef860dd92538764f4ab7872812914ff10384268'Clément Bœsch
* commit 'eef860dd92538764f4ab7872812914ff10384268': fate: Tweak printing of ignored tests Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-05-05Merge commit '5c83b4d550ea42653fece092987bab56ccc32ead'Clément Bœsch
* commit '5c83b4d550ea42653fece092987bab56ccc32ead': fate: Unset the sig variable if ignoring a test failure Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-05-05Merge commit '35d1f726eb9fdd376ab900587fb02122b72f2b9a'Clément Bœsch
* commit '35d1f726eb9fdd376ab900587fb02122b72f2b9a': fate: Add --ignore-tests configure option for omitting specific FATE tests Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-04-19tests/fate-run.sh: Show packet flags for fate gapless tests.Sasi Inguva
Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-01fate: Add build-only targets to FATEDiego Biurrun
2017-02-27fate: Make null comparison method more usefulDiego Biurrun
This allows dropping /dev/null as reference value when no output is generated.
2017-02-27Use modern avconv syntax for codec selection in documentation and testsDiego Biurrun
2016-12-29fate: Tweak printing of ignored testsMartin Storsjö
Use a tab instead of two spaces, skip the fate prefix for the test name. This makes IGNORE line fit in even better with the other make printouts. Signed-off-by: Martin Storsjö <martin@martin.st>
2016-12-29fate: Unset the sig variable if ignoring a test failureMartin Storsjö
Otherwise the .rep file would still contain a signal instead of a zero, even if the process returned success. Signed-off-by: Martin Storsjö <martin@martin.st>
2016-12-28fate: Add --ignore-tests configure option for omitting specific FATE testsJanne Grunau
This can be useful to filter out noise in known-broken scenarios like miscompilation by legacy compilers and similar. Originally based on a patch by Diego Biurrun. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2016-11-10avformat/flvenc: add add_keyframe_index optionSteven Liu
Add keyframe index metadata Used to facilitate seeking; particularly for HTTP pseudo streaming. 1. read live streaming or file by sequence 2. if use add_keyframe_index option, add a mark flag at the position, use to insert new context at the last step. 3. add the keyframes *offset* and *timestamp* into a list 4. if use add_keyframe_index option, shift the metadata data from mark flag offset 5. insert the keyframes *offset* and *timestamp* from the list by sequence 6. free the list 7. end. Add FATE test case; Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Steven Liu <liuqi@gosun.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-01fate: Add tests for mov display matrixVittorio Giovara
Rotation, sample/display aspect ratio and pure matrix export. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-09-20fate: add aac_adtstoasc test (Ticket 3715)Michael Niedermayer
2016-09-10tests/fate-run.sh: Analyze file generated in transcode()Michael Niedermayer
This should be much more informative than a plain md5 difference Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-09-06tests/fate-run: add transcode() as a simplified enc_dec()Michael Niedermayer
Approved-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-07-27fate: Add HDCD filter tests for false positive and error detectionBurt P
Signed-off-by: Burt P <pburt0@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-06-22Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch
* commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-04-20fate: Add test for ticket 1833 (Ogg/Vorbis Chapters)Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-03-22fate: add audiomatchMichael Niedermayer
Testset provided by Justin Greer <justin@zencoder.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>