1. 05 Oct, 2022 1 commit
  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
    • Add setPreferredAudioDevice method to ExoPlayer · 289d0394
      This allows to access the associated functionality of AudioTrack and
      fills a feature gap to MediaPlayer, which has a similar method.
      
      Issue: androidx/media#135
      PiperOrigin-RevId: 476398964
      (cherry picked from commit ccb820dd)
      tonihei committed
    • Add example CLUT to demo. · 8b807432
      PiperOrigin-RevId: 476390089
      (cherry picked from commit 29cf0931)
      leonwind committed
    • Store LUT bitmap as texture with processor creation. · 0a1f30ab
      * Before this CL, the texture was stored during the construction of the LUT processor. This failed since if one creates a list of GlEffects on the application thread, the texture will get stored in the application thread during the effect creation and not on the GL thread, which executes the FrameProcessors.
      * This is an issue since the executing thread then can't index from the texture stored on a different thread.
      
      PiperOrigin-RevId: 476388021
      (cherry picked from commit f745c6ee)
      leonwind committed
  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 3 commits