summaryrefslogtreecommitdiff
path: root/tests/fate/avfilter.mak
Commit message (Collapse)AuthorAge
* fate: port remaining filters to new system.Clément Bœsch2013-04-30
| | | | Merge of b963f021b603509b5159873de4919dec441d0782 is now complete.
* fate: move kerndeint test to the new system.Clément Bœsch2013-04-30
|
* fate: move a few simple pixfmts tests to the new system.Clément Bœsch2013-04-29
|
* fate: move lavd filters tests to the new system.Clément Bœsch2013-04-29
| | | | Also make life test a bit more useful.
* fate: move alphaextract and alphamerge tests to the new system.Clément Bœsch2013-04-29
| | | | | The standalone alphaextract tests are removed since already the filters are already tested by the alphamerge tests.
* fate: move colormatrix tests to the new system.Clément Bœsch2013-04-29
|
* fate: move more tests from lavfi-regression.sh to filter-video.mak.Clément Bœsch2013-04-29
|
* Merge commit 'b963f021b603509b5159873de4919dec441d0782'Michael Niedermayer2013-04-28
|\ | | | | | | | | | | | | | | | | | | | | * commit 'b963f021b603509b5159873de4919dec441d0782': fate: Invoke pixfmts lavfi tests through fate-run.sh Conflicts: tests/fate/avfilter.mak tests/lavfi-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Invoke pixfmts lavfi tests through fate-run.shDiego Biurrun2013-04-27
| |
* | Merge commit '28663511c99b3cdaf9387a15032259879474f5f4'Michael Niedermayer2013-04-28
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '28663511c99b3cdaf9387a15032259879474f5f4': fate: Invoke pixdesc lavfi tests through fate-run.sh Conflicts: tests/fate/avfilter.mak tests/lavfi-regression.sh tests/ref/fate/filter-pixdesc Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Invoke pixdesc lavfi tests through fate-run.shDiego Biurrun2013-04-27
| |
* | Merge commit '03b052c023e1f58d879cb7eeb6421ed39262d39d'Michael Niedermayer2013-04-28
|\| | | | | | | | | | | | | | | | | | | | | * commit '03b052c023e1f58d879cb7eeb6421ed39262d39d': fate: Invoke standard lavfi tests through fate-run.sh Conflicts: tests/fate/avfilter.mak tests/lavfi-regression.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Invoke standard lavfi tests through fate-run.shDiego Biurrun2013-04-27
| |
* | Add some fate dependencies to fix make fate with --disable-avdevice.Carl Eugen Hoyos2013-03-09
| |
* | tests: add overlay rgb and yuv444 testsStefano Sabatini2013-03-05
| | | | | | | | Also rename overlay test to overlay_yuv420 accordingly.
* | tests: add fate-lavfi-il testStefano Sabatini2013-02-10
| |
* | tests/fate/avfilter.mak: merge pp tests into GPL test listStefano Sabatini2013-01-06
| | | | | | | | | | The mp=pp filter was removed and replaced with a native implementation, so the dependency on CONFIG_MP_FILTER stands no more.
* | lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch2013-01-06
| | | | | | | | Also re-enable the FATE test.
* | fate: disable kerndeint testMichael Niedermayer2013-01-06
| | | | | | | | | | | | | | The filter has been added recently and does not yet pass tests on all platforms. It should not be included in the tests in the release until it works. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: kerndeint requires gplPeter Ross2013-01-06
| |
* | fate: disable lavfi-histeqMichael Niedermayer2013-01-06
| | | | | | | | | | | | | | The filter has been added recently and does not yet pass tests on all platforms. It should not be included in the tests in the release until it works. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add histeq filterStefano Sabatini2013-01-05
| | | | | | | | | | | | This is a port of virtual dub's histogram equalization filter by Donald A. Graft. Based on the work by Jérémy Tran <tran.jeremy.av@gmail.com>, done for SOCIS 2012.
* | lavfi: add kerndeint filterStefano Sabatini2013-01-05
| | | | | | | | | | | | This is a port of the kerndeint filter (libmpcodecs/vf_kerndeint) by Donal A. Graft (original avisynth plugin author), and is based on the work by Jérémy Tran <tran.jeremy.av@gmail.com> done for SOCIS 2012.
* | fate: add hue filter test.Clément Bœsch2012-12-02
| |
* | fate/avfilter: honor GPL dependency.Clément Bœsch2012-11-13
| |
* | lavfi: add field filterStefano Sabatini2012-10-31
| | | | | | | | | | | | The filter is a port of libmpcodecs/vf_field.c, since there is no common code I relicensed it as LGPL, while keeping the original author copyright.
* | fate: add a test for scale with variable input format.Nicolas George2012-10-28
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-18
|/ | | | | | | | | | | | * qatar/master: mips64: mark hi/lo registers clobbered in MAC64/MLS64 macros fate: list lavfi tests in a makefile Conflicts: configure tests/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
* fate: list lavfi tests in a makefileMans Rullgard2012-10-17
Signed-off-by: Mans Rullgard <mans@mansr.com>