1. 05 Oct, 2022 3 commits
    • Fix RequestMetadata JavaDoc link to point to the right MediaController. · e37f16a7
      The JavaDoc of RequestMetadata should point to the media3 controller,
      not the platform one.
      
      PiperOrigin-RevId: 479047924
      (cherry picked from commit 08895899)
      tonihei committed
    • Add FrameProcessor functionality to release a frame immediately · 92ceeda5
      Currently `FrameProcessor.releaseOutputFrame()` method supports
      
      Release at a specific system time
      Drops the frame
      This API is not that convenient to use when the caller wants to release a frame, now, regardless of the release time. A use case is to release (present) a frame when no frame is shown for a while, and it's thus better to just release the frame, now.
      
      Currently if MCVR wants a frame to be rendered now, MCVR calls release frame with a set offset like 10us: `releaseOutputFrame(System.nanoTime() + 10_000)`. The 10us offset is to prevent the frame processor dropping the frame, due to thread hopping delays.
      
      To make the API better usable, consider adding a mode for releasing the frame now, like (bold marks the new mode)
      
      - Use C.TIME_UNSET to drop
      - **Use -1 to release the frame immediately, or**
      - Use an actual release time.
      
      PiperOrigin-RevId: 479044215
      (cherry picked from commit ff8dd0b4)
      claincly committed
    • Add button to show/hide input player in TransformerActivity · 997cdf37
      PiperOrigin-RevId: 479003655
      (cherry picked from commit 20c1ae14)
      Googler committed
  2. 04 Oct, 2022 1 commit
    • HDR: Check isToneMappingApplied in HDR editing test. · a06b0ba5
      Assert that tone mapping is applied when an HDR edit cannot be HDR, but is successfully tone mapped. Meanwhile, assert that fallback, which is applied after codec configuration (which throws the "Tone-mapping requested but not supported by the decoder" error) is not applied when that error is called.
      
      PiperOrigin-RevId: 478762951
      (cherry picked from commit 36e41059)
      huangdarwin committed
  3. 03 Oct, 2022 1 commit
  4. 30 Sep, 2022 3 commits
  5. 29 Sep, 2022 1 commit
  6. 28 Sep, 2022 4 commits
  7. 27 Sep, 2022 1 commit
  8. 26 Sep, 2022 2 commits
  9. 23 Sep, 2022 3 commits
  10. 19 Oct, 2022 1 commit
  11. 23 Sep, 2022 5 commits
  12. 22 Sep, 2022 4 commits
  13. 21 Sep, 2022 2 commits
  14. 20 Sep, 2022 1 commit
  15. 16 Sep, 2022 2 commits
  16. 15 Sep, 2022 1 commit
  17. 14 Sep, 2022 3 commits
  18. 13 Sep, 2022 1 commit
  19. 12 Sep, 2022 1 commit