1. 02 Mar, 2018 2 commits
    • Change listener notification in DynamicConcatenatingMediaSource. · b489f58c
      Up to now we use a boolean "preventListenerNotification" to suppress updates
      while other operations are still in progress. This ensures, for example, that
      only one initial timeline is issued even for multiple child sources.
      
      As soon as we allow to reuse the same instance, it becomes increasingly difficult
      to manage this manual listener notification suppression. Therefore, this change
      schedules an update as a new message on the playback thread immediately after the
      current message. This way, we also ensure that all simultaneous updates within one
      looper message iteration are reported together.
      
      Issue:#3498
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=187180342
      tonihei committed
    • Update moe equivalence · 322e15f6
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=187165173
      olly committed
  2. 27 Feb, 2018 8 commits
  3. 26 Feb, 2018 6 commits
  4. 23 Feb, 2018 1 commit
  5. 22 Feb, 2018 7 commits
  6. 21 Feb, 2018 2 commits
  7. 20 Feb, 2018 14 commits