1. 17 Jan, 2022 4 commits
  2. 16 Jan, 2022 1 commit
  3. 10 Jan, 2022 1 commit
  4. 09 Jan, 2022 5 commits
  5. 07 Jan, 2022 10 commits
  6. 05 Jan, 2022 4 commits
    • Add translatable playback speed strings · ac6207c9
      The UI component will be switched over to use them in a
      subsequent commit, once the translations have been
      imported.
      
      Issue: google/ExoPlayer#9811
      PiperOrigin-RevId: 419632617
      olly committed
    • Allow continuous seeking. · 90912b07
      PiperOrigin-RevId: 419629912
      claincly committed
    • Transformer GL: Fix rotation distortion by considering aspect ratio · 34ed8e2b
      Compensate for aspect ratio of input frames, so that they're applied on
      rectangular frames instead of square normalized-device-coordinate frames.
      
      This fixes distortion most visible when rotating any GL video 45°
      (non-rectangular frames) or 90° (stretched frames)
      
      Tested by rotating several landscape/portrait demo videos.
      (Automated tests will follow in <unknown commit>)
      
      PiperOrigin-RevId: 419619743
      huangdarwin committed
    • Refactor checking muxer support. · 54130bf0
      * Move checking that the output format is supported by the muxer
        from supportsFormat (which deals with the input format) to
        ensureConfigured.
      * Add maps for the supported MIME types so that the muxer can
        return what MIME types it supports rather than just check a
        MIME type.
      
      PiperOrigin-RevId: 419578165
      hschlueter committed
  7. 04 Jan, 2022 15 commits