Clément Bœsch
183f3450fd
lavfi/curves: support preset shorthand.
13 years ago
Clément Bœsch
dc65d784df
lavfi/curves: add presets support.
Except for the vintage preset, the values are defined by Lou Logan based
on the ones found in Adobe Photoshop CS6.
Signed-off-by: Clément Bœsch <ubitux@gmail.com>
Signed-off-by: Lou Logan <lou@lrcd.com>
13 years ago
Nicolas George
57cb4fb075
lavfi: add test for concat.
13 years ago
Michael Niedermayer
7239b36059
fate: dont try to filter partial frames with yadif.
The partial frames leak a few uninitialized pixels through
due to incomplete interlaced error concealment support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Clément Bœsch
17e1b3cd14
fate: make metadata fate tests only output ts and metadata.
The other information are just cluttering the output. The command line
is also simplified in the process.
13 years ago
Clément Bœsch
879ca313c0
fate: add missing filter dep in metadata tests.
13 years ago
Clément Bœsch
bf0e44fa67
fate: add curves filter test.
13 years ago
Clément Bœsch
21aa4fafcd
fate: add ebur128 metadata test.
13 years ago
Clément Bœsch
e1b1092755
fate: test both direct and indirect paths in delogo filter.
13 years ago
Clément Bœsch
8a0187e43d
fate: test both direct and indirect paths in hqdn3d and gradfun.
13 years ago
Carl Eugen Hoyos
881684e27c
Add some fate dependencies to fix make fate with --disable-avdevice.
13 years ago
Michael Niedermayer
7f2ab129b1
fate: force a first_pts=0 for the aresample test
This is needed to prevent the next commit from breaking fate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Clément Bœsch
ca83e6ce26
fate: re-enable lavfi gradfun filter test.
13 years ago
Michael Niedermayer
e095c4ea6d
fate: update asyncts reference
We cannot update the existing file because this would break
ffmpeg 1.0, which uses it
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Clément Bœsch
a0b2e8e155
lavfi/silencedetect: use eval builtin to parse dB.
Also update FATE test to use the dB form.
13 years ago
Clément Bœsch
d3451a9c0f
fate/hqdn3d: add -idct simple.
This should fix FATE failure on ARM. IDCT is required since it's a JPEG
source.
13 years ago
Michael Niedermayer
1fa2bdc90a
fate: disable vf_gradfun test
The non working test interferes with other peoples work
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Clément Bœsch
b5ffbcd0cd
fate: add gradfun filter test.
13 years ago
Clément Bœsch
ab981cab93
fate: add hqdn3d filter test.
13 years ago
Clément Bœsch
7c2d5eec29
fate: quote file paths in movie/amovie filtergraphs.
This should avoid some nasty ':' escaping.
13 years ago
Clément Bœsch
2649b78384
fate: improve metadata filter deps readability.
13 years ago
Clément Bœsch
ae69c683e5
fate: add scale filter to the scene detect dependencies.
The select filter requires some conversion to rgb24 for the scene
detection.
13 years ago
Clément Bœsch
7be9c0c10f
fate: fix SAMPLES dependency for ffprobe.
FATE_SAMPLES_FFPROBE is a different list than FATE_FFPROBE, the same way
FATE_SAMPLES_FFMPEG is a different list than FATE_FFMPEG; these
FATE_SAMPLES_<tool> lists are in the FATE_EXTERN list, which is only
used when SAMPLES is set.
13 years ago
Michael Niedermayer
2d11ee4bfc
fate: fix fate-filter-metadata-scenedetect
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Clément Bœsch
c0d56bf8a4
fate: fix filter metadata dependency to ffprobe.
13 years ago
Clément Bœsch
fbedce6b85
lavfi/silencedetect: export silence info to metadata.
13 years ago
Clément Bœsch
de23953de2
lavfi/select: store scene score in buf ref metadata.
13 years ago
Michael Niedermayer
bbe1a468d8
fate: split asyncts from aresample test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Diego Biurrun
e017c87552
fate: Only test enabled filters
This fixes running FATE without --enable-gpl.
13 years ago
Mans Rullgard
add8f5eab7
fate: simplify variable setting filter.mak
This removes some needless indirection and duplication.
Signed-off-by: Mans Rullgard <mans@mansr.com>
13 years ago
Mans Rullgard
70c8753d33
fate: amix: specify f32 sample format for comparison
Signed-off-by: Mans Rullgard <mans@mansr.com>
13 years ago
Anton Khirnov
fe1c1198e6
lavf: use dts difference instead of AVPacket.duration in find_stream_info()
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.
13 years ago
Mans Rullgard
d905c64406
fate: make yadif tests consistent across systems
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>
13 years ago
Anton Khirnov
8f9537f314
FATE: add tests for yadif.
13 years ago
Anton Khirnov
8112710f17
FATE: add a test for delogo video filter.
13 years ago
Anton Khirnov
7339340787
FATE: add a test for amix audio filter.
13 years ago
Anton Khirnov
df53a4a7c1
FATE: fix the asyncts test
Nellymoser is float, so use oneoff comparison instead of md5.
13 years ago
Anton Khirnov
73cd131ebc
FATE: add a test for the asyncts audio filter.
13 years ago