1. 15 Jun, 2012 1 commit
  2. 04 Jun, 2012 1 commit
  3. 29 May, 2012 2 commits
  4. 18 May, 2012 2 commits
  5. 17 May, 2012 1 commit
  6. 15 May, 2012 3 commits
  7. 14 May, 2012 22 commits
  8. 11 May, 2012 1 commit
  9. 10 May, 2012 1 commit
    • Mans Rullgard's avatar
      avconv: use lrint() for rounding double timestamps · 4f150068
      Mans Rullgard authored
      Converting the double to float for lrintf() loses precision when
      the value is not exactly representable as a single-precision float.
      Apart from being inaccurate, this causes discrepancies in some
      configurations due to differences in rounding.
      
      Note that the changed timestamp in the vc1-ism test is a bogus,
      made-up value.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      4f150068
  10. 09 May, 2012 3 commits
  11. 24 Apr, 2012 1 commit
    • Justin Ruggles's avatar
      FATE: avoid channel mixing in lavf-dv_fmt · c5671aeb
      Justin Ruggles authored
      This partially reverts acb17302
      which would only have needed to change the checksums if channel mixing had
      been properly avoided. This changes the output file size reference and the
      seek test reference back to the previous values.
      c5671aeb
  12. 23 Apr, 2012 1 commit
    • Dale Curtis's avatar
      matroska: Add incremental parsing of clusters. · 8336eb6f
      Dale Curtis authored
      Reduces the amount of upfront data required for cluster parsing
      thus decreasing latency on seek and startup.
      
      The change in the seek-lavf_mkv FATE test is due to incremental
      parsing no longer reading as much data as the old parser and
      thus not having that additional data to generate index entries
      based on keyframes.  Index entries are added correctly as the
      file is parsed.
      
      All FATE tests pass and Chrome has been using this patch for ~6
      months without issue.
      
      Currently incremental parsing is not supported for files with
      SSA tracks since they require merging packets between clusters.
      In this case the code falls back to non-incremental parsing.
      Signed-off-by: 's avatarAaron Colwell <acolwell@chromium.org>
      Signed-off-by: 's avatarDale Curtis <dalecurtis@chromium.org>
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      8336eb6f
  13. 20 Apr, 2012 1 commit