summaryrefslogtreecommitdiff
path: root/tests/fate/filter.mak
Commit message (Collapse)AuthorAge
* fate: Rename video filters file and add separate video filters targetDiego Biurrun2013-04-19
|
* fate: Split audio filters into their own separate fileDiego Biurrun2013-04-19
|
* fate: Reuse VREF and AREF variables where appropriateDiego Biurrun2013-04-19
|
* FATE: add a test for the interlace filterVittorio Giovara2013-04-11
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* FATE: add a test for the join filterAnton Khirnov2013-03-28
|
* FATE: add a test for the volume filterAnton Khirnov2013-03-28
|
* FATE: add a test for the channelsplit filterAnton Khirnov2013-03-28
|
* FATE: add a test for the channelmap filterAnton Khirnov2013-03-28
|
* FATE: add a test for the negate filterAnton Khirnov2013-03-28
|
* FATE: add a test for the overlay filterAnton Khirnov2013-03-28
|
* FATE: add a test for the setpts filterAnton Khirnov2013-03-28
|
* FATE: add a test for the hqdn3d filterAnton Khirnov2013-03-28
|
* FATE: add a test for the transpose filterAnton Khirnov2013-03-28
|
* FATE: add a test for the unsharp filterAnton Khirnov2013-03-28
|
* FATE: add a test for the fade filterAnton Khirnov2013-03-28
|
* FATE: add a test for the drawbox filterAnton Khirnov2013-03-28
|
* FATE: add a test for the boxblur filterAnton Khirnov2013-03-28
|
* FATE: add a test for the gradfun filterAnton Khirnov2013-03-28
|
* fate: filter: Add dependenciesDiego Biurrun2013-03-28
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* fate: Only test enabled filtersDiego Biurrun2012-08-11
| | | | This fixes running FATE without --enable-gpl.
* fate: simplify variable setting filter.makMans Rullgard2012-08-06
| | | | | | This removes some needless indirection and duplication. Signed-off-by: Mans Rullgard <mans@mansr.com>
* fate: amix: specify f32 sample format for comparisonMans Rullgard2012-07-29
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov2012-07-29
| | | | | | | | | | AVPacket.duration is mostly made up and thus completely useless, this is especially true for video streams. Therefore use dts difference for framerate estimation and the max_analyze_duration check. The asyncts test now needs -analyzeduration, because the default is 5 seconds and the audio stream in the sample appears at ~10 seconds.
* fate: make yadif tests consistent across systemsMans Rullgard2012-07-28
| | | | | | | | MMX-enabled systems by default use some dsputil functions differing from the C versions. Adding these flags ensures accurate ones are used everywhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
* FATE: add tests for yadif.Anton Khirnov2012-07-28
|
* FATE: add a test for delogo video filter.Anton Khirnov2012-07-28
|
* FATE: add a test for amix audio filter.Anton Khirnov2012-07-28
|
* FATE: fix the asyncts testAnton Khirnov2012-07-22
| | | | Nellymoser is float, so use oneoff comparison instead of md5.
* FATE: add a test for the asyncts audio filter.Anton Khirnov2012-07-22