1. 21 Feb, 2022 15 commits
  2. 18 Feb, 2022 4 commits
    • Avoid creating empty playback metrics · 363016d8
      In some cases we create empty playback metrics with no corresponding
      events (e.g. when an app seeks to a new media item and immediately
      releases the player). There is no benefit in having completely empty
      metrics entries, so it's cleaner to not report them in such cases.
      
      #minor-release
      
      PiperOrigin-RevId: 425609010
      tonihei committed
    • Update gradle and gradle plugin · 8605e1c5
      #minor-release
      
      PiperOrigin-RevId: 425589448
      bachinger committed
    • Add support for experimenting with HDR · 035e1693
      - Add a checkbox in the demo app to enable experimental HDR editing.
      - Add an `experimental_` method to `TransformationRequest` to enable HDR editing.
      - Add fragment/vertex shaders for the experimental HDR pipeline. The main difference compared to the existing shaders is that we sample from the decoder in YUV rather than RGB (because the YUV -> RGB conversion in the graphics driver is not precisely defined, so we need to do this to get consistent results), which requires the use of ES 3, and then do a crude YUV -> RGB conversion in the shader (ignoring the input color primaries for now).
      - When HDR editing is enabled, we force using `FrameEditor` (no passthrough) to avoid the need to select another edit operation, and use the new shaders. The `EGLContext` and `EGLSurface` also need to be set up differently for this path.
      
      PiperOrigin-RevId: 425570639
      andrewlewis committed
    • Publish the ImaServerSideAdInsertionMediaSource · e350f9ce
      Issue: google/ExoPlayer#8213
      
      #minor-release
      
      PiperOrigin-RevId: 425381474
      ibaker committed
  3. 17 Feb, 2022 1 commit
  4. 01 Feb, 2022 9 commits
  5. 28 Jan, 2022 11 commits