1. 21 Nov, 2015 2 commits
  2. 20 Nov, 2015 6 commits
  3. 19 Nov, 2015 2 commits
  4. 18 Nov, 2015 2 commits
  5. 17 Nov, 2015 5 commits
  6. 16 Nov, 2015 8 commits
  7. 15 Nov, 2015 3 commits
  8. 12 Nov, 2015 1 commit
  9. 10 Nov, 2015 1 commit
  10. 06 Nov, 2015 3 commits
  11. 05 Nov, 2015 1 commit
  12. 02 Nov, 2015 2 commits
  13. 22 Oct, 2015 1 commit
  14. 21 Oct, 2015 3 commits
    • Determine the segment to load by looking at buffered
      David LaPalomento committed
    • Buffered will not be present in segment info when a segment processing is aborted due to seeking. Make sure bufferedAdditions_ does not error or add incorrect timeline information to the segment in that case.
      David LaPalomento committed
    • Media sources implicitly track expired time by retaining the mapping between presentation timestamp values and the media timeline in the buffer. That allows us to simplify a good deal of code by not tracking it ourselves. Finish updating tests to work against the new timeline start and end annotations on segments instead of the old PTS values. Remove metadata cue translation because that is now handled by contrib-media-sources. Update key fetching in HLSe to occur concurrently with the segment download. All tests are now passing.
      David LaPalomento committed