1. 20 Mar, 2012 1 commit
  2. 19 Mar, 2012 2 commits
  3. 17 Mar, 2012 2 commits
  4. 13 Mar, 2012 1 commit
  5. 12 Mar, 2012 1 commit
  6. 29 Feb, 2012 3 commits
  7. 27 Feb, 2012 1 commit
  8. 26 Feb, 2012 1 commit
  9. 25 Feb, 2012 1 commit
  10. 13 Feb, 2012 1 commit
  11. 09 Feb, 2012 2 commits
  12. 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
  13. 07 Feb, 2012 1 commit
    • Anton Khirnov's avatar
      pva-demux test: add -vn · 4be1d7dc
      Anton Khirnov authored
      The output is obviously not supposed to contain video (since only
      -acodec copy is specified), but that only happens because of the way -t
      handling is implemented currently.
      4be1d7dc
  14. 01 Feb, 2012 1 commit
    • Janne Grunau's avatar
      fate-golomb: extend golomb-test to get_ue_golomb_long() · e67e3a3f
      Janne Grunau authored
      get_ue_golomb_long() is only tested for values up to 2^15 - 2 since
      we can not write larger values.
      Silence the test on success and return a non-zero value on error.
      Use an heap scratch buffer instead of large stack buffer.
      Remove unneeded includes.
      e67e3a3f
  15. 31 Jan, 2012 1 commit
  16. 18 Jan, 2012 2 commits
  17. 15 Jan, 2012 1 commit
  18. 13 Jan, 2012 4 commits
  19. 09 Jan, 2012 5 commits
  20. 08 Jan, 2012 2 commits
  21. 07 Jan, 2012 5 commits
  22. 05 Jan, 2012 1 commit