Skip to content
Snippets Groups Projects
  1. Oct 25, 2014
  2. Oct 24, 2014
  3. Oct 22, 2014
    • Neil Birkbeck's avatar
      avfilter/vf_idet: Fixes issue with idet not flushing last frame. · ad5c43bb
      Neil Birkbeck authored
      
      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: default avatarNeil Birkbeck <neil.birkbeck@gmail.com>
      Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
      ad5c43bb
  4. Oct 21, 2014
  5. Oct 20, 2014
  6. Oct 19, 2014
  7. Oct 18, 2014
  8. Oct 17, 2014
  9. Oct 16, 2014
  10. Oct 14, 2014
  11. Oct 12, 2014
  12. Oct 11, 2014
  13. Oct 07, 2014
  14. Oct 02, 2014
  15. Sep 27, 2014
  16. Sep 26, 2014
  17. Sep 21, 2014
  18. Sep 20, 2014
  19. Sep 17, 2014
  20. Sep 16, 2014
  21. Sep 15, 2014
Loading