1. 07 Apr, 2020 6 commits
  2. 06 Apr, 2020 13 commits
  3. 05 Apr, 2020 2 commits
  4. 04 Apr, 2020 1 commit
  5. 01 Apr, 2020 13 commits
  6. 31 Mar, 2020 4 commits
  7. 30 Mar, 2020 1 commit
    • Move back to `UnexpectedDiscontinuityException` extending a `RuntimeException` · 48592071
      This avoids massive changes to method signatures to add throws.  Also, took suggestion to make it an `IllegalStateException`.
      
      Move the catch outside of the finally that sets `nextLoadPosition` (this allows for possible recovery by reseting the `Extractor` and `TimestampAdjuster`).
      
      Lastly, took the suggestion to make a minimum value for the tolerance (especially usefull for very short i-Frame only segments).
      Steve Mayhew committed