1. 28 Jun, 2015 1 commit
    • Alexandra Hájková's avatar
      lavf: Replace the ASF demuxer · b08569a2
      Alexandra Hájková authored
      The old one is the result of the reverse engineering and guesswork.
      The new one has been written following the now-available specification.
      
      This work is part of Outreach Program for Women Summer 2014 activities
      for the Libav project.
      
      The fate references had to be changed because the old demuxer truncates
      the last frame in some cases, the new one handles it properly.
      The seek-test reference is changed because seeking works differently
      in the new demuxer. When seeking, the packet is not read from the stream
      directly, but it is rather constructed by the demuxer. That is why
      position is -1 now in the reference.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      b08569a2
  2. 01 May, 2014 1 commit
  3. 25 Apr, 2013 1 commit
  4. 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
  5. 28 Sep, 2012 1 commit
  6. 05 Apr, 2012 1 commit
  7. 20 Mar, 2012 1 commit
  8. 12 Dec, 2011 1 commit
  9. 02 Dec, 2011 1 commit
  10. 21 Oct, 2011 2 commits
  11. 17 Mar, 2011 1 commit
    • Mans Rullgard's avatar
      asf: update seek test reference · 487fef2d
      Mans Rullgard authored
      This updates the seek test reference to match de11ee90.  Before this
      change, most of the seeks requested positions before the supposed
      start of the file (the preroll time), resulting in the first packet
      being returned.  With the preroll subtracted, some of these seeks
      will land within the file and some beyond the end, thus returning
      a different set of packets.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      487fef2d
  12. 20 Jul, 2010 1 commit
  13. 02 Mar, 2010 1 commit