1. 06 Mar, 2014 1 commit
    • Matthieu Bouron's avatar
      mxf: Set audio packets pts · 5b930092
      Matthieu Bouron authored
      Extrapolate audio timestamps based on the number of samples demuxed.
      
      Deal with some MXF nastiness involving fractional number of
      samples per EditUnit when seeking (the specs handwave this away).
      
      Further fixes from Tomas Härdin.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      5b930092
  2. 29 Sep, 2013 1 commit
  3. 25 Dec, 2012 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. 16 Nov, 2012 1 commit
  6. 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
  7. 16 Dec, 2011 1 commit
    • 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
  8. 20 Jul, 2010 1 commit
  9. 02 Mar, 2010 1 commit