1. 05 Jan, 2022 3 commits
    • 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
  2. 04 Jan, 2022 18 commits
  3. 21 Dec, 2021 5 commits
  4. 20 Dec, 2021 12 commits
  5. 16 Dec, 2021 2 commits