1. 17 Feb, 2023 10 commits
  2. 15 Feb, 2023 11 commits
  3. 14 Feb, 2023 6 commits
  4. 13 Feb, 2023 11 commits
  5. 10 Feb, 2023 2 commits
    • Improve Audio box test and video box test · 4f77ac7f
      Following changes are included:
      1. Added missing color information in HDR test case.
      2. Corrected few namings in AudioBoxesTest.java.
      3. Updated corresponding dump files.
      
      PiperOrigin-RevId: 508745206
      sheenachhabra committed
    • Update frame & texture processors to handle SDR image input · 0e3a73fe
      GLEffectsFrameProcessor, MatrixShaderProgram and FinalMatrixShaderProgramWrapper are currently setup to handle the input frames coming from an external input (i.e. a video decoder). Image input is loaded into Bitmap objects at the start of the pipeline, so they are not produced externally. The changes provide a way for the frame processing pipeline to handle this "internal" (i.e. non-external) input.
      
      PiperOrigin-RevId: 508645244
      tofunmi committed