1. 24 May, 2022 31 commits
  2. 10 May, 2022 1 commit
  3. 09 May, 2022 2 commits
  4. 10 May, 2022 1 commit
  5. 09 May, 2022 2 commits
  6. 06 May, 2022 3 commits
    • Match the suggested bitrate to the actual Kush Gauge formula. · 5df6a581
      As defined in Kush Amerasinghe's paper 'H.264 For the rest of us'.
      
      PiperOrigin-RevId: 446988272
      samrobinson committed
    • Disable transcoding when reading content URIs · 521e0678
      Before this change, we list the formats for which we don't
      want transcoding. This change disables transcoding altogether.
      
      This was tested by checking that transcoding takes place on a
      short camera recording only when the added flag is not present
      (and AndroidManifest does not declare support for HEVC).
      
      PiperOrigin-RevId: 446986580
      aquilescanta committed
    • Transformer GL: Remove obsolete TODOs. · 7cf59642
      We won't try to provide/rethrow helpful error messages that are already
      provided by GL, as this sort of task would expand into writing a GL verifier.
      A Gl verifier is unnecessarily complex for minimal payoff, especially as Apps
      expected to read GL error messages would mostly be those writing custom
      GlFrameProcessors, who should be already be familiar with reading GL error
      messages anyways.
      
      PiperOrigin-RevId: 446950837
      huangdarwin committed