1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00
FFmpeg/libavfilter
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
..
2014-02-26 16:37:59 +00:00
2014-07-03 08:07:42 +00:00
2014-05-03 20:08:18 +02:00
2014-06-29 13:26:04 +02:00
2014-06-03 10:58:19 -08:00
2014-08-13 01:00:38 +02:00
2014-06-22 20:49:00 +02:00
2014-08-24 14:35:11 +02:00
2014-06-24 03:16:53 +02:00
2014-10-14 17:15:56 +02:00
2014-02-07 09:33:56 +01:00
2014-06-18 00:07:12 +02:00
2014-06-03 10:58:19 -08:00
2014-01-19 17:13:02 +01:00