1. 17 May, 2023 12 commits
  2. 12 May, 2023 7 commits
  3. 11 May, 2023 19 commits
  4. 08 May, 2023 2 commits
    • Fix operations order in RenderingTest · 2c4a567c
      For DefaultVideoFrameProcessorVideoFrameRenderingTest: `registerInputStream` sets the textureManager, so reordering makes sure the textureManager is set before you set the frame info. This is important for texture input, where the frame info provides the width and height.
      
      PiperOrigin-RevId: 529753404
      tofunmi committed
    • Add tests for `MediaLibraryInfo` version code consistency · 75cde0aa
      `VERSION_INT` is quite long with several sections, and it's easy to make
      a mistake when updating it - this should help since it checks it against
      `VERSION`, which is more easily human readable/writable.
      
      PiperOrigin-RevId: 529747023
      ibaker committed