1. 29 May, 2014 2 commits
  2. 18 May, 2014 2 commits
  3. 01 May, 2014 1 commit
  4. 18 Sep, 2013 1 commit
  5. 27 Aug, 2013 1 commit
  6. 17 Jul, 2013 1 commit
  7. 25 Apr, 2013 1 commit
  8. 02 Dec, 2012 1 commit
    • Janne Grunau's avatar
      fate: split dependencies for fate-seek tests · abab0435
      Janne Grunau authored
      Each fate-seek test depends now only on the corresponding fate-acodec,
      fate-vsynth2 or fate-lavf test which creates the file seek-tests
      operates on. The tests and references are renamed to match the test they
      depend on.
      abab0435
  9. 15 Oct, 2012 1 commit
  10. 27 Sep, 2012 1 commit
  11. 17 May, 2012 1 commit
    • Anton Khirnov's avatar
      ffmpeg: add support for audio filters. · fc49f22c
      Anton Khirnov authored
      Some of the FATE changes are due to off-by-one different rounding being used
      (lrintf vs av_rescale_q).
      Some fate changes are due to 1 audio frame less being encoded (the new variant seems
      matching what qatar does and according to ffprobe its closer to the requested duration)
      the mapchan feature sadly is lost in this commit because it depends on resampling
      being done in ffmpeg.c which is now moved completely into the av filter layer
      -async is broken after this commit, this will be fixed in subsequent commits
      the new filter reconfiguration system is flawed and will drop a frame on each
      parameter change which is why the nelly moser checksums need updating.
      
      Conflicts:
      
      	ffmpeg.c
      	tests/ref/fate/smjpeg
      fc49f22c
  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 Mar, 2012 1 commit
  14. 13 Feb, 2012 1 commit
  15. 07 Feb, 2012 1 commit
    • Anton Khirnov's avatar
      avconv: rework -t handling for encoding. · 1270e12e
      Anton Khirnov authored
      Current code compares the desired recording time with InputStream.pts,
      which has a very unclear meaning. Change the code to use actual
      timestamps of the frames passed to the encoder.
      
      In several tests, one less frame is encoded, which is more correct.
      
      In the idroq test one more frame is encoded, which is again more
      correct.
      
      Behavior with stream copy should be unchanged.
      1270e12e
  16. 12 Dec, 2011 1 commit
  17. 20 Jul, 2010 1 commit
  18. 04 Jun, 2010 1 commit
  19. 24 May, 2010 1 commit
  20. 22 May, 2010 1 commit
  21. 02 Mar, 2010 1 commit