1. 17 Feb, 2022 4 commits
    • Merge listeners in ExoPlayerImpl and add missing constants · dc0a293c
      There are two sets of listeners in ExoPlayerImpl at the moment,
      which can be merged together to use a single ListenerSet. This has
      the added advantage that the events that were previously sent
      through the ArraySet get additional guarantees provided by ListenerSet
      (e.g. correct event ordering and onEvents triggered).
      
      Also add missing constants for onEvents to ensure all Player.Listener
      methods have an corresponding constant.
      
      #minor-release
      
      PiperOrigin-RevId: 427415349
      tonihei committed
    • Include opusV2JNI Target In Non-Android Builds · 64b56cf1
      Allow opusV2JNI to be built-for & included-in non-Android build targets by ifdef'ing out the liblog dependency. Also removed libz and libandroid dependencies.
      
      PiperOrigin-RevId: 427269838
      olly committed
    • Remove LegacyPlayerView from media3 · 502bb9af
      Apps should migrate to PlayerView (called StyledPlayerView in
      exoplayer2) before migrating from exoplayer2 to media3.
      
      PiperOrigin-RevId: 427222944
      ibaker committed
    • Remove deprecated CronetDataSource constructors · 3d09bc13
      #minor-release
      
      PiperOrigin-RevId: 427216911
      ibaker committed
  2. 08 Feb, 2022 25 commits
  3. 07 Feb, 2022 11 commits