1. 02 Mar, 2023 4 commits
    • Update migration script to 1.0.0-rc02/2.18.4 · b634005c
      PiperOrigin-RevId: 513482096
      tonihei committed
    • README.md line reflow. · 5c2eea86
      PiperOrigin-RevId: 513289716
      tofunmi committed
    • Image frame processing color transfer fix · a6e0b5b9
      Used an actual captured image with set color profile for test to minimise the chance of the test flaking. Also renamed the media/bitmap/overlay folder to media/bitmap/input_images for clarity.
      
      PiperOrigin-RevId: 513273353
      tofunmi committed
    • Only init SpeedChangingAudioProcessor if Format.Metadata not null. · 5438e6cd
      If the Metadata passed to SegmentSpeedProvider is null, then the
      SegmentSpeedProvider will always return 1f from getSpeed.
      
      Initializing a SpeedChangingAudioProcessor requires a SpeedProvider.
      Once configured,this audioProcessor is always active, so buffers are
      passed through it. Because getSpeed is always 1, the processor performs
      a no-op, but still has to do a buffer copy for each buffer.
      
      By not initializing the audio processor when metadata is null, this
      copy can be skipped and the audio pipeline is more performant.
      
      Note: This change does not affect the multiple media-item case, which
      is not supported with speed changes, as per Transformer API
      documentation.
      PiperOrigin-RevId: 513261811
      samrobinson committed
  2. 01 Mar, 2023 15 commits
  3. 27 Feb, 2023 15 commits
  4. 24 Feb, 2023 6 commits