1. 26 May, 2023 5 commits
    • Run `clang-format` on GLSL · 82af7f1d
      PiperOrigin-RevId: 534015933
      (cherry picked from commit 65c33e69709f34ef94f8831b290eb30df2a4306b)
      andrewlewis committed
    • Remove deprecated zero-arg `DefaultTrackSelector` constructor · 9066652b
      Use `DefaultTrackSelector(Context)` instead.
      
      #minor-release
      
      PiperOrigin-RevId: 533985937
      (cherry picked from commit a8928fba7f13ddd1033368b69d601da1e8bfb852)
      ibaker committed
    • Make DrmConfiguration Bundleable · 01e5f461
      PiperOrigin-RevId: 533721679
      (cherry picked from commit 5e7334545ad6bfc4fe88559c7949bbc227543681)
      jbibik committed
    • Move MdtaMetadataEntry class into container module · dfbfdc82
      This class is to be shared between extractor, transformer
      and muxer module.
      
      PiperOrigin-RevId: 533490888
      (cherry picked from commit fe5dedb84e4e947d0647fc7d5363eb5a1f500384)
      sheenachhabra committed
    • Set video size to 0/0 when video render is disabled · a762f190
      In terms of MCVR with a `VideoRendererEventListener`, the video size is set to
      0/0 right after `onVideoDisabled()` is called and is set to the actual size as
      soon as the video size is known after 'onVideoEnabled()`.
      
      For ExoPlayer and in terms of the `Player` interface, `Player.getVideoSize()`
      returns a video size of 0/0 when `Player.getCurrentTracks()` does not support
      `C.TRACK_TYPE_VIDEO`. This is ensured by the masking behavior of
      `ExoPlayerImpl` that sets an empty track selection result when the playing
      period changes due to a seek or timeline removal.
      
      When transitioning playback from a video media item to the next, or when
      seeking within the same video media item, the renderer is not disabled.
      
      #minor-release
      
      PiperOrigin-RevId: 533479600
      (cherry picked from commit f38cbad98558145b3b89f1bb57b25f3105ea36f9)
      bachinger committed
  2. 25 May, 2023 8 commits
  3. 18 May, 2023 20 commits
  4. 17 May, 2023 7 commits