1. 04 Apr, 2014 1 commit
  2. 12 Feb, 2014 2 commits
  3. 09 Jan, 2014 2 commits
  4. 30 Nov, 2013 2 commits
  5. 15 Nov, 2013 1 commit
  6. 19 Oct, 2013 1 commit
  7. 03 Oct, 2013 1 commit
  8. 22 Sep, 2013 1 commit
  9. 28 May, 2013 1 commit
  10. 15 Apr, 2013 1 commit
  11. 13 Feb, 2013 1 commit
  12. 12 Jan, 2013 2 commits
  13. 28 Nov, 2012 1 commit
  14. 27 May, 2012 1 commit
  15. 19 May, 2012 1 commit
  16. 11 May, 2012 1 commit
  17. 09 May, 2012 2 commits
  18. 17 Apr, 2012 1 commit
  19. 29 Mar, 2012 1 commit
  20. 28 Mar, 2012 1 commit
  21. 20 Mar, 2012 1 commit
  22. 08 Feb, 2012 1 commit
    • Anton Khirnov's avatar
      rawenc: switch to encode2(). · cd1ad18a
      Anton Khirnov authored
      This changes a number of FATE results, since before this commit, the
      timestamps in all tests using rawenc were made up by lavf.
      
      In most cases, the previous timestamps were completely bogus.
      
      In some other cases -- raw formats, mostly h264 -- the new timestamps
      are bogus as well. The only difference is that timestamps invented by
      the muxer are replaced by timestamps invented by the demuxer.
      
      cscd     -- avconv sets output codec timebase from r_frame_rate
      and r_frame_rate is in this case some guessed number 31.42 (377/12),
      which is not accurate enough to represent all timestamps. This results
      in some frames having duplicate pts. Therefore, vsync 0 needs to be
      changed to vsync 2 and avconv drops two frames. A proper fix in the
      future would be to set output timebase to something saner in avconv.
      
      nuv      -- previous timestamps for video were wrong AND the cscd
      comment applies, one frame is dropped.
      
      vp8-signbias -- the file contains two frames with identical timestamps,
      so -vsync 0 needs to be removed/changed to -vsync 2 and avconv drops one
      frame.
      
      vc1-ism -- apparrently either the demuxer lies about timestamps or the
      file is broken, since dts == pts on all packets, but reordering clearly
      takes place.
      cd1ad18a
  23. 28 Jan, 2012 1 commit
  24. 18 Jan, 2012 2 commits
  25. 05 Jan, 2012 1 commit
  26. 30 Dec, 2011 1 commit
  27. 26 Dec, 2011 1 commit
  28. 23 Nov, 2011 1 commit
    • Anton Khirnov's avatar
      md5enc: add flags · 50efd3ca
      Anton Khirnov authored
      AVFMT_NOTIMESTAMPS for md5, as it ignores the timestamps.
      AVFMT_VARIABLE_FPS for framemd5, as it prints dts.
      
      -vsync 0 for the vp8 test is needed because with vsync 2 the timestamp
      guessing code gets confused by an altref frame that is never displayed
      and drops a frame later.
      50efd3ca
  29. 23 Jun, 2011 1 commit
  30. 18 Jan, 2011 1 commit
  31. 29 Dec, 2010 1 commit
  32. 04 Aug, 2010 1 commit