1. 26 Nov, 2018 8 commits
  2. 23 Nov, 2018 10 commits
  3. 22 Nov, 2018 9 commits
  4. 20 Nov, 2018 11 commits
  5. 14 Nov, 2018 2 commits
    • Workaround for TS seeking · b7710914
      - Increase the search window size to fix TS seeking for problematic
        media we've had provided to us.
      - As per my comments on the issue, we should look at doing more here
        to better fix the problem. This will solve the worst of the
        immediate problem, however.
      - The memory usage is non-trivial, particularly with the increased
        search window size. I've made the allocations only live whilst
        determining duration and seeking to address this. I've done the same
        for PS just for consistency.
      
      Issue: #5097
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=221449988
      olly committed
    • DASH: Fix detection of end of live events · 5e6174fe
      The remaining work is to split Window.isDynamic so that it's
      possible to represent a window that wont be appended to, but
      may still be removed from.
      
      Issue: #4780
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=221439220
      olly committed