1. 25 Dec, 2012 1 commit
  2. 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
  3. 16 Nov, 2012 1 commit
  4. 27 Sep, 2012 1 commit
  5. 22 Jan, 2012 1 commit
    • Janne Grunau's avatar
      mxfdec: hybrid demuxing/seeking solution · f028d4d1
      Janne Grunau authored
      This uses the old demuxing code for OP1a and separate demuxing code for OPAtom.
      Timestamp output is added to the old demuxing code.
      
      The seeking code is made to seek to the start of the desired EditUnit only,
      from which the normal demuxing code takes over (if OP1a). This means we
      do not use delta entries or slices, only StreamOffsets. OPAtom seeking
      basically works like before.
      
      This also makes D-10 seeking behave the same way as OP1a and OPAtom. In other
      words, we allow seeking before the start or past the end for D-10 too.
      
      Based on several patches by Tomas Härdin <tomas.hardin@codemill.se> and
      Reimar Döffinger <Reimar.Doeffinger@gmx.de>.
      
      Changed av_calloc to av_mallocz, added overflow checks.
      f028d4d1
  6. 16 Dec, 2011 2 commits
    • Tomas Härdin's avatar
      mxfdec: Hybrid demuxing/seeking solution · 2eba8da6
      Tomas Härdin authored
      This uses the old demuxing code for OP1a and separate demuxing code for OPAtom.
      Timestamp output is added to the old demuxing code.
      The seeking code is made to seek to the start of the desired EditUnit only,
      from which the normal demuxing code takes over (if OP1a). This means we don't
      use delta entries or slices, only StreamOffsets.
      OPAtom seeking basically works like before.
      This also makes D-10 seeking behave the same way as OP1a and OPAtom. In other
      words, we allow seeking before the start or past the end for D-10 too.
      This fixes ticket #746.
      2eba8da6
    • Tomas Härdin's avatar
      mxfdec: Add "fake" index to MXFIndexTable to assist seeking · 2212e040
      Tomas Härdin authored
      This changes mxf_compute_ptses() to be used for MXFIndexTable, and also adds
      code for computing the fake index to it.
      This also temporarily disables PTS computation. A future patch will restore it.
      2212e040
  7. 12 Dec, 2011 1 commit
  8. 08 Dec, 2011 1 commit
  9. 20 Jul, 2010 1 commit
  10. 02 Mar, 2010 1 commit