1. 08 Dec, 2014 1 commit
    • Joakim Plate's avatar
      Allow reading of growing avi files (currently being written) · 90411b33
      Joakim Plate authored
      This uses the RIFF header stored size to figure out the expected AVI
      file size, instead of the actual file. To work fully it requires handling
      failed avio_seek() instead of assuming they always succeed.
      
      Some fate file has been cut off and contains half a frame at the end which
      previously was not output during demuxing. This frame is now output to
      encoder, thus the fate diff update.
      
      Bug-Id: 261
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      90411b33
  2. 06 Feb, 2013 1 commit
  3. 03 Feb, 2012 1 commit
    • Anton Khirnov's avatar
      frame{crc/md5}: set the stream timebase from codec timebase. · d2afbd9a
      Anton Khirnov authored
      Right now those muxers use the default timebase in all cases(1/90000).
      
      This patch avoid unnecessary rescaling and makes the printed timestamps
      more readable.
      
      Also, extend the printed information to include the timebases and packet
      pts/duration and align the columns.
      
      Obviously changes the results of all fate tests which use those two
      muxers.
      d2afbd9a
  4. 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