1. 21 Feb, 2022 6 commits
  2. 18 Feb, 2022 4 commits
    • Update gradle and gradle plugin · c768a69a
      #minor-release
      
      PiperOrigin-RevId: 425589448
      bachinger committed
    • Add support for experimenting with HDR · 3b0d2c15
      - 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 · e897608d
      Issue: google/ExoPlayer#8213
      
      #minor-release
      
      PiperOrigin-RevId: 425381474
      ibaker committed
    • Remove FfmpegVideoRenderer from the 1.0 release branch · 170c8d2f
      This class is not ready to be released, and only exists in the main
      branch.
      Ian Baker committed
  3. 01 Feb, 2022 9 commits
  4. 28 Jan, 2022 21 commits