1. 04 Jan, 2017 3 commits
  2. 03 Jan, 2017 3 commits
  3. 02 Jan, 2017 1 commit
  4. 21 Dec, 2016 1 commit
  5. 20 Dec, 2016 3 commits
  6. 19 Dec, 2016 1 commit
    • Fix large timestamps for HLS playbacks · ab888216
      - If there's no program-date-time then this change is
        a no-op.
      - If there is a program-date-time this change considers
        the period as having started at the epoch rather than
        at the start of the content. The window is then set
        to start at the start of the content. This is a little
        weird, but is required so that the period sample
        timestamps match the start of the period. Note that
        this also brings the handling of on-demand in line
        with how the live case is handled, meaning there wont
        be weird changes if a live stream changes into an
        on-demand one.
      
      Issue: #2224
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=142442719
      olly committed
  7. 16 Dec, 2016 10 commits
  8. 14 Dec, 2016 15 commits
  9. 13 Dec, 2016 2 commits
  10. 12 Dec, 2016 1 commit
    • Try exceeding renderer capabilities by default · 759cb323
      Not sure what I think about this, but we're getting quite
      a lot of issues reported where streams play fine but capabilities
      indicate they wont. It's probably best just to cross our fingers
      and hope for the best in such cases, as was the case in V1 when
      using ExtractorSampleSource.
      
      Issue: #2157
      Issue: #2034
      Issue: #2007
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=141758070
      olly committed