1. 14 Oct, 2016 7 commits
  2. 11 Oct, 2016 13 commits
  3. 09 Oct, 2016 1 commit
  4. 07 Oct, 2016 1 commit
  5. 06 Oct, 2016 2 commits
  6. 05 Oct, 2016 7 commits
  7. 04 Oct, 2016 7 commits
  8. 03 Oct, 2016 2 commits
    • Trim allocator on stop/reset by default · 69af3897
      This prevents a large amount of memory from being held
      in the case that a player instance is released, but the
      application is holding dangling references to the player
      that are preventing it from being garbage collected.
      
      Issue: #1855
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=134992945
      olly committed
    • Fix sideloaded subtitles · f75f3d75
      - Fix NPE issue in SingleSampleMediaPeriod.
      - Delay handling of EOS in TextRenderer until the last
        subtitle is fully played out.
      
      Issue: #1882
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=134979286
      olly committed