summaryrefslogtreecommitdiff
path: root/tests/fate/filter-video.mak
Commit message (Collapse)AuthorAge
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-22
|\ | | | | | | | | | | | | * commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196': tests: Move all test programs to a subdirectory Merged-by: Clément Bœsch <clement@stupeflix.com>
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
| |
* | fate: add readvitc filter testTobias Rapp2016-04-20
| | | | | | | | | | Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: fix sample dependencies for fate-{a,v}filter testsJames Almer2016-04-10
| |
* | fate: Add test for Ticket 2397 (dvdsub)Michael Niedermayer2016-04-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add missing filter-meta-4560-rotate0 dependenciesJames Almer2016-04-05
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | fate: force fixed point aac decoder in filter-meta-4560-rotate0Michael Niedermayer2016-04-06
| | | | | | | | | | | | This should fix a off by 1 difference between AARCH64 and X86 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Test for Ticket4560Michael Niedermayer2016-04-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Add filter-metadata-cropdetectMichael Niedermayer2016-03-30
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate/filter-video: add test for Ticket1578Michael Niedermayer2016-02-29
| | | | | | | | | | | | reference test sample is tiny Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add mpdecimate test.Nicolas George2015-11-07
| |
* | lavfi: add testsrc2 test source.Nicolas George2015-11-07
| | | | | | | | | | | | | | | | Similar to testsrc, but using drawutils and therefore supporting a lot of pixel formats instead of just rgb24. This allows using it as input for other tests without requiring a format conversion. It is also slightly faster than testsrc for some reason.
* | fate: use PROGSSUFChristophe Gisquet2015-10-16
| | | | | | | | | | | | | | May require exporting in the shell var PROGSUF when invoking a shell script. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add chroma position scale testChristophe Gisquet2015-09-23
| | | | | | | | | | | | | | | | The sample position is made weird and non-nominal to force catching such issues as default values or specialized operations hiding issues in corner cases. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_vectorscope: add yet another modePaul B Mahol2015-08-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add tests for vectorscope filterPaul B Mahol2015-08-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add tests for waveform filterPaul B Mahol2015-08-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add tblend filter testPaul B Mahol2015-07-18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add test for mergeplanes filterPaul B Mahol2015-07-18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add tests for stereo3d anaglyph modesPaul B Mahol2015-07-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add tests for w3fdif filterPaul B Mahol2015-07-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add removegrain testsPaul B Mahol2015-07-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: increase the number of filtered frames to 20 for edgedetect* & hueMichael Niedermayer2015-05-15
| | | | | | | | | | Suggested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Test pullup and fieldmatch with 5 instead of 1 frameMichael Niedermayer2015-05-12
| | | | | | | | | | Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Use more than 5 frames for testing select and idet filtersMichael Niedermayer2015-05-10
| | | | | | | | | | | | | | Testing these filters with just 5 frames could potentially be insufficient Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/filter-video: Use qp filter to generate non constant qp array for more ↵Michael Niedermayer2015-03-28
| | | | | | | | | | | | throughout testing of the pp filter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Use a variable QP input for fate-filter-ppMichael Niedermayer2015-03-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: simplify filter-pp testsMichael Niedermayer2015-03-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: add paletteuse testClément Bœsch2015-02-26
| |
* | tests: add palettegen testClément Bœsch2015-02-26
| |
* | avfilter: add showpalette filterClément Bœsch2015-01-15
| |
* | fate: add qp filter testMichael Niedermayer2015-01-14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add a fate-filter-framepack ruleClément Bœsch2014-12-30
| |
* | fate: add xBR filter testsClément Bœsch2014-11-13
| |
* | fate: add fate-filter-pp1Michael Niedermayer2014-09-18
| | | | | | | | | | | | This tests a few more filters with forced quantizers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: add codecview filterClément Bœsch2014-08-24
| |
* | Merge commit 'd395895cdb2ac8c95bd488549e7f893bd4dcc248'Michael Niedermayer2014-08-05
|\| | | | | | | | | | | | | * commit 'd395895cdb2ac8c95bd488549e7f893bd4dcc248': fate: generate tests/pixfmts.mak for all targets requiring it Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: generate tests/pixfmts.mak for all targets requiring itJanne Grunau2014-08-05
| | | | | | | | | | | | All subtargets which should run the fate-filter-pixdesc% need to generate and include tests/pixfmts.mak. Most noteable missing target was fate itself.
* | Merge commit 'eee813eec7d3c0b0689f80665d3f796401742935'Michael Niedermayer2014-08-05
|\| | | | | | | | | | | | | * commit 'eee813eec7d3c0b0689f80665d3f796401742935': fate: Only generate tests/pixfmts.mak if some pixfmts fate test is run Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Only generate tests/pixfmts.mak if some pixfmts fate test is runDiego Biurrun2014-08-04
| |
* | Merge commit '706208ef47bffd525c982975d2756f7b2b220b8d'Michael Niedermayer2014-08-01
|\| | | | | | | | | | | | | | | | | | | | | * commit '706208ef47bffd525c982975d2756f7b2b220b8d': fate: Split fate-pixdesc tests and dispatch them through Make Conflicts: tests/fate-run.sh tests/ref/fate/filter-pixdesc Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Split fate-pixdesc tests and dispatch them through MakeDiego Biurrun2014-08-01
| | | | | | | | This allows running all the tests individually and/or in parallel.
* | fate/filter-video: fix hqx on big endian part 2Michael Niedermayer2014-06-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: add hqx filter (hq2x, hq3x, hq4x)Clément Bœsch2014-06-21
| | | | | | | | Partially fixes Ticket #3404 (xbr filter remaining)
* | fate: yadif: add >8 bit testsChristophe Gisquet2014-06-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix some fate filter tests with --target-path.Carl Eugen Hoyos2014-06-04
| |
* | tests: Replace fieldmatch test with pixfmtTimothy Gu2014-06-02
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests: Add pullup filter testTimothy Gu2014-06-01
| | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/edgedetect: add a colormix mode.Clément Bœsch2014-05-03
| |
* | Fix TARGET_SAMPLES and TARGET_PATH for some fate tests.Carl Eugen Hoyos2014-03-18
| | | | | | | | | | This allows running more fate tests on remote targets without the source tree.