1. 23 Nov, 2011 1 commit
    • Anton Khirnov's avatar
      crcenc: add flags · 0844b57c
      Anton Khirnov authored
      AVFMT_NOTIMESTAMPS for crc, as it ignores the timestamps.
      AVFMT_VARIABLE_FPS for framecrc, as it prints dts.
      
      Many FATE changes, because avconv is no longer duplicating frames in
      those tests.
      Also added -vsync 0 for some tests to prevent avconv from dropping
      frames until it can be fixed more properly.
      0844b57c
  2. 15 Mar, 2010 1 commit
    • Måns Rullgård's avatar
      Add FATE tests · 2fad0977
      Måns Rullgård authored
      This adds a "fate" make target which runs the full FATE test suite.
      Individual tests can be run with "make fate-$testname".
      
      The location of the FATE test samples must be specified with the
      --samples=PATH option to configure.
      
      The tests/fate-update.sh script regenerates the references files and
      test list from the online FATE database.  These are checked in since
      generating them requires non-standard tools.
      
      Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
      2fad0977