1. 15 Aug, 2011 9 commits
  2. 14 Aug, 2011 7 commits
  3. 13 Aug, 2011 17 commits
  4. 12 Aug, 2011 6 commits
  5. 11 Aug, 2011 1 commit
    • Rémi Denis-Courmont's avatar
      aout: do not check for PTS discontinuity in packetizer · 0d087b3c
      Rémi Denis-Courmont authored
      Continuity of the two FIFOs is maintained, as is consistency with the
      input date. PTS discontinuity only seems to occur due to rounding
      errors in the filters. It should be better not to drop samples, but
      simply fix the buffer PTS and length.
      
      Ideally, resamplers would use date_Increment() so they do not introduce
      rounding errors. But first the block disconuity flag should be checked
      for correctness during filtering, so that resamplers can reset the date
      in case of hole.
      0d087b3c