ffmpeg/tests
Neil Birkbeck ad5c43bb36 avfilter/vf_idet: Fixes issue with idet not flushing last frame.
Uses a similar approach as vf_yadif to flush the last frame in idet.

Quick test with 50 frames from vsynth1:
./ffmpeg.old -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf idet -f mp4 -y /dev/null 2>&1  | grep Multi
 (gives) [Parsed_idet_0 @ 0x261ebb0] Multi frame detection: TFF:0 BFF:0 Progressive:48 Undetermined:1

./ffmpeg -i fate-suite/ffmpeg-synthetic/vsynth1/%02d.pgm -vf idet -f mp4 -y /dev/null 2>&1  | grep Multi
 (gives) [Parsed_idet_0 @ 0x35a0bb0] Multi frame detection: TFF:0 BFF:0 Progressive:49 Undetermined:1

Fate tests have been updated.

(In testing, it seems this filter will also need a subsequent patch for single frame input)

Signed-off-by: Neil Birkbeck <neil.birkbeck@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-22 15:07:36 +02:00
..
fate tests/fate/mpeg4: add -sws_flags +bitexact 2014-10-18 12:44:32 +02:00
filtergraphs
ref avfilter/vf_idet: Fixes issue with idet not flushing last frame. 2014-10-22 15:07:36 +02:00
Makefile Merge commit 'f29c226af0ecc34c417b646580a9acd7d8bbaf48' 2014-10-17 12:59:07 +02:00
audiogen.c Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' 2014-08-15 21:26:12 +02:00
base64.c
copycooker.sh
fate-run.sh avcodec/ass: add FFmpeg signature 2014-10-15 19:25:06 +02:00
fate-valgrind.supp
fate.sh tests/fate.sh: If cat *.rep fails try it with a for loop. 2014-07-28 18:34:16 +02:00
ffserver-regression.sh
ffserver.conf ffserver: tests, force +global_header for ASF 2014-09-07 18:01:43 -03:00
ffserver.regression.ref
lavf-regression.sh fate: Add test for wav Peak Envelope Chunk encoder (levl chunk). 2014-07-18 19:38:54 +02:00
md5.sh
regression-funcs.sh Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52' 2014-05-15 19:16:57 +02:00
rotozoom.c
test.ffmeta
tiny_psnr.c
tiny_ssim.c tests/tiny_ssim: more correct error message 2014-05-05 19:00:14 +02:00
utils.c tests/utils: make arguments const that arent changed 2014-09-19 20:25:30 +02:00
videogen.c tests: allow passing dimensions to videogen 2014-05-29 21:26:48 +02:00