1. 02 Feb, 2022 7 commits
    • Avoid creating empty playback metrics · fc528ebe
      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 wrapper · 2848240a
      To fix transformer demo + Nexus emulator bug.
      
      #minor-release
      
      PiperOrigin-RevId: 425603703
      huangdarwin committed
    • Rewrite EventLogger to use new track APIs · 29a6280b
      PiperOrigin-RevId: 425595951
      olly committed
    • Update gradle and gradle plugin · 30feb077
      #minor-release
      
      PiperOrigin-RevId: 425589448
      bachinger committed
    • Add support for experimenting with HDR · 7c8f6d5d
      - 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
    • Add SpeedChangingAudioProcessor · 327df95f
      PiperOrigin-RevId: 425562875
      kimvde committed
    • Publish the ImaServerSideAdInsertionMediaSource · 4020f695
      Issue: google/ExoPlayer#8213
      
      #minor-release
      
      PiperOrigin-RevId: 425381474
      ibaker committed
  2. 01 Feb, 2022 9 commits
  3. 28 Jan, 2022 22 commits
  4. 25 Jan, 2022 2 commits