1. 10 Aug, 2016 17 commits
  2. 08 Aug, 2016 21 commits
  3. 28 Jul, 2016 2 commits
    • Enable track blacklisting for DASH and SmoothStreaming · 846f8e1d
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=128721068
      olly committed
    • Eliminate cruft from the demo apps's PlayerActivity · f66b90e3
      Useful functionality promoted to core library:
      
      1. Management of SurfaceHolder.Callback lifecycle
         promoted to SimpleExoPlayer
      2. Ability to determine whether audio/video tracks
         exist but are all unsupported promoted to
         MappingTrackSelector.TrackInfo
      3. Read external storage permissions check promoted
         to Util
      4. SubtitleView given ability to act directly as a
         TextRenderer.Output to remove layer of indirection
      5. SubtitleView given ability to configure itself to
         user's platform wide caption styling
      6. KeyCompatibleMediaController promoted to library's
         UI package.
      
      Relocation of boring stuff:
      
      1. ID3 frame logging moved to EventLogger.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=128714230
      olly committed