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
2013-05-10ADPCM IMA Radical decoderJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2013-05-10RedSpark demuxerJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2013-05-10RSD demuxerJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2013-05-10ADP demuxerJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2013-05-09Add fate test for solid colour lagarith frames.Carl Eugen Hoyos
2013-05-09fate: add test for lut filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-08Merge commit 'bd392785a75d7d51414a9788d50396a8d9f29d77'Michael Niedermayer
* commit 'bd392785a75d7d51414a9788d50396a8d9f29d77': fate-run: Drop unnecessary regtest() indirection Conflicts: tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-08Merge commit 'e0c53c3408181d2e7d544eb65fc7355a79438dfe'Michael Niedermayer
* commit 'e0c53c3408181d2e7d544eb65fc7355a79438dfe': nut: use meaningful error values FATE: use a less ambiguous end time for filter-trim-time test Conflicts: libavformat/nutdec.c tests/fate/filter-video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-07fate-run: Drop unnecessary regtest() indirectionDiego Biurrun
The indirection was used to abstract from the different -regression.sh scripts. Now that only one remains, this indirection is pointless.
2013-05-07FATE: use a less ambiguous end time for filter-trim-time testAnton Khirnov
0.1 seconds at 25 fps is exactly 2.5 frames, which may be rounded either to 2 or 3 on different platforms.
2013-05-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: fate-jpeg2000-dcinema: force output to xyz12le Conflicts: tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-07Merge commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110'Michael Niedermayer
* commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110': vf_scale: add endianness conversion pixel format in query_formats Conflicts: libavfilter/vf_scale.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-07Add FATE test for matroska error recovery.Reimar Döffinger
This is the first 2 MB of the official test7.mkv. That length seems to be enough to detect the bugs we had in our code so far. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2013-05-06fate-jpeg2000-dcinema: force output to xyz12leJanne Grunau
Fixes Fate tests on big-endian configs.
2013-05-05Merge commit '95e8ac60f8b7317ce23c648250fdc8fb68d65a07'Michael Niedermayer
* commit '95e8ac60f8b7317ce23c648250fdc8fb68d65a07': build: normalize coverage.info Conflicts: tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-05Merge commit '768e44d044bc32de1e58c198a3708d186af7e966'Michael Niedermayer
* commit '768e44d044bc32de1e58c198a3708d186af7e966': build: tune down the output of lcov/gcov Conflicts: tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-04build: normalize coverage.infoReinhard Tartler
Without this, lcov sometimes misses to normalize paths that contain "/./". Also, ignore uninteresting hits in system headers.
2013-05-04build: tune down the output of lcov/gcovReinhard Tartler
In the default settings, both tools produce a lot of unhelpful noise.
2013-05-03Merge commit 'b333f3a22a4db4cf65d6a0457ac82ecbe7c7ac44'Michael Niedermayer
* commit 'b333f3a22a4db4cf65d6a0457ac82ecbe7c7ac44': lavf-regression: use -frames instead of -t for image tests Conflicts: tests/lavf-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-03lavf-regression: use -frames instead of -t for image testsAnton Khirnov
-t 0.5 is 12.5 frames at 25 fps, which may round to either 12 or 13 on different platforms.
2013-05-03fate: Adjust filter-trim-time parametersMichael Niedermayer
This should workaround rounding differences between platforms Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-02nutdec: Implement duration parsing for indexed nutsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01fate/pixfmts: use the appropriate variable names for temporary files.Clément Bœsch
${1} is now the filter args and is inappropriate as a unique name for the test (and causes some FATE issues because of the ':' in them). ${filter} is not used either to replace the ${1} because ${outfile} already contains a unique name for the test.
2013-05-01Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer
* commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876': lavfi: add trim and atrim filters. Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01Merge commit 'e036bb7899d0faca9159206be9bf5552e76e7633'Michael Niedermayer
* commit 'e036bb7899d0faca9159206be9bf5552e76e7633': lavc: clear AVBuffers on decoded frames if refcounted_frames is not set FATE: add an additional indeo3 test Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-30fate: add test for separatefields filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-30fate: add test for swapuv filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-30fate: add test for telecine filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-30avconv: make -t insert trim/atrim filters.Anton Khirnov
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
2013-04-30lavfi: add trim and atrim filters.Anton Khirnov
2013-04-30FATE: add an additional indeo3 testAnton Khirnov
It is a part of the sample that got broken by recent indeo3 changes.
2013-04-30fate: remove forgotten transpose filter results from old system.Clément Bœsch
2013-04-30fate: port remaining filters to new system.Clément Bœsch
Merge of b963f021b603509b5159873de4919dec441d0782 is now complete.
2013-04-30fate: move kerndeint test to the new system.Clément Bœsch
2013-04-30fate: port our pixfmts change to fate-run.sh.Clément Bœsch
This patch is the same as 52b23cbf1c8f276136556c9e2252184b763ae1ec.
2013-04-30fate: add a rule for pixfmts tests.Clément Bœsch
2013-04-30fate: fix filtfmts-test dependency after 9a5924f.Clément Bœsch
2013-04-30fate: add bitexact flags to alphaextract/alphamerge tests.Clément Bœsch
Should fix a FATE failure.
2013-04-30fate: add filters dependencies to pixfmts tests.Clément Bœsch
2013-04-30fate: move a few simple pixfmts tests to the new system.Clément Bœsch
2013-04-29fate: move lavd filters tests to the new system.Clément Bœsch
Also make life test a bit more useful.
2013-04-29fate: remove '#' in filter parameters.Clément Bœsch
It was considered a comment.
2013-04-29fate: move alphaextract and alphamerge tests to the new system.Clément Bœsch
The standalone alphaextract tests are removed since already the filters are already tested by the alphamerge tests.
2013-04-29fate: move colormatrix tests to the new system.Clément Bœsch
2013-04-29fate: restore our settings for drawtext/fade/unsharp.Clément Bœsch
2013-04-29fate: move more tests from lavfi-regression.sh to filter-video.mak.Clément Bœsch
2013-04-28sws: fix typo in xyz2rgb matrix use.Michael Niedermayer
Found-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28fate: re-enable jpeg2000 test with rgb48leMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-28fate: temporary disable jpeg2000 test to avoid fate breakage from next commitsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>