1. 21 Sep, 2018 2 commits
    • Fix ImaAdsLoaderTest · e90d36cb
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=213824217
      andrewlewis committed
    • Compensate for trimmed audio in buffer time check · a0ab9662
      After a period transition the first buffer queued has the sum of previous period
      durations added to its source presentation timestamp. These durations take into
      account gapless edits, but the check on the timestamp was based on the submitted
      frame count, not the frame count after trimming.
      
      This change fixes an issue where audio/video would gradually drift apart due to
      accumulated error in the audio track position, which could lead to freezing due
      to the audio renderer stopping being ready and switching to the standalone media
      clock.
      
      Issue: #4559
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=213819908
      andrewlewis committed
  2. 20 Sep, 2018 17 commits
  3. 17 Sep, 2018 8 commits
  4. 13 Sep, 2018 4 commits
  5. 12 Sep, 2018 9 commits