1. 28 Sep, 2022 4 commits
  2. 27 Sep, 2022 1 commit
  3. 26 Sep, 2022 2 commits
  4. 23 Sep, 2022 3 commits
  5. 19 Oct, 2022 1 commit
  6. 23 Sep, 2022 5 commits
  7. 22 Sep, 2022 4 commits
  8. 21 Sep, 2022 2 commits
  9. 20 Sep, 2022 1 commit
  10. 16 Sep, 2022 2 commits
  11. 15 Sep, 2022 1 commit
  12. 14 Sep, 2022 3 commits
  13. 13 Sep, 2022 1 commit
  14. 12 Sep, 2022 3 commits
  15. 11 Sep, 2022 1 commit
  16. 09 Sep, 2022 4 commits
  17. 08 Sep, 2022 2 commits
    • Add caching for compositeRgbMatrixArray. · 7098d3b8
      * Refactor caching for matrix transformations to reuse it for rgb matrices.
      
      PiperOrigin-RevId: 473042194
      (cherry picked from commit 593370bb)
      leonwind committed
    • HDR: Add fallback MH tests. · 8eab7391
      Test that HDR editing succeeds on devices supporting HDR editing, tone maps on
      devices supporting tone mapping, and throws exceptions on all other devices.
      
      Also, only restrict HDR editing and tone mapping support to API 31+ only when
      transcoding, not for all transformations.
      
      PiperOrigin-RevId: 472958965
      (cherry picked from commit 8ee21216)
      huangdarwin committed