1. 03 Apr, 2018 9 commits
  2. 29 Mar, 2018 27 commits
  3. 28 Mar, 2018 3 commits
    • Remove TrackGroups from TrackSelectorResult · 18df028c
      They don't really belong there; it was basically a convenience
      thing where one of the arguments to the track selector was being
      packaged up in the result to avoid having to hold a separate
      reference to it.
      
      This change is being made as a precursor to a subsequent change
      where creating the TrackSelectorResult will move from
      MappingTrackSelector to DefaultTrackSelector. DefaultTrackSelector
      doesn't currently have access to the un-mapped tracks, and so is
      unable to create a TrackSelectorResult. It's IMO preferable to
      keep it that way rather than passing them down just so they can
      be included in the result.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=190640594
      olly committed
    • Make DefaultTrackSelector.Parameters parcelable · 0a4ea1cd
      Issue: #3915
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=190635670
      olly committed
    • Update Gradle version from 4.1 to 4.4 · 13592dfb
      In Gradle 4.4, it is a bug to resolve a configuration before the lint task is
      created ([see [] Therefore, to upgrade
      gradle version, we need to change the "generateJavadoc" task to remove using
      files() call during initialization phase, but change move this to doFirst()
      instead.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=190634090
      hoangtc committed
  4. 27 Mar, 2018 1 commit
    • Automated g4 rollback of changelist 189570277. · 82b72c93
      *** Reason for rollback ***
      
      causes b/76391022, motion still playback in Photos is broken
      
      *** Original change description ***
      
      Used fixed time frame in clipping media period.
      
      Currently, whenever the clipping is updated, we move the time frame of the
      clipped period to start at 0. This causes problems when we are already playing
      this period and the renderer position does no longer match the stream
      positions.
      
      This change keeps the time frame of the clipped media period as it is and
      instead specifies the offset of the window in the period.
      
      ***
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=190628272
      byungh committed