1. 10 Sep, 2019 3 commits
    • Add Timeline.Window.uid. · 77ed9302
      This allows to uniquely identify a window within a Timeline. The value is set
      correctly for all Window instances, but is not used anywhere yet.
      
      PiperOrigin-RevId: 267556516
      tonihei committed
    • Handle potential timeline updates that switch from content to ad. · de915bd6
      We currently don't test if an ad needs to be played in case we are already
      playing content.
      
      This is to prevent recreating the current content period when
      an ad is marked as skipped. We prefer playing until the designated ad group
      position and appending another piece of content. This is less likely to cause
      visible discontinuities in case the ad group position is at a key frame
      boundary.
      
      However, this means we currently miss updates that require us to play an ad
      after a timeline update.
      
      PiperOrigin-RevId: 267553459
      tonihei committed
    • Fix init data handling for FLAC in MP4 · b7768853
      Issue: #6396
      PiperOrigin-RevId: 267536336
      andrewlewis committed
  2. 05 Sep, 2019 25 commits
  3. 01 Sep, 2019 3 commits
  4. 30 Aug, 2019 9 commits