1. 17 Feb, 2023 2 commits
    • Effect: Rename FrameProcessor · cf768329
      Rename FrameProcessor to VideoFrameProcessor, and GlEffectsFrameProcessor to
      DefaultVideoFrameProcessor.
      
      Most changes are semi-mechanical, semi-manual find-replace, preserving case:
      * "FrameProc" -> "VideoFrameProc" (ex. FrameProcessor -> VideoFrameProcessor, and
         FrameProcessingException -> VideoFrameProcessingException)
      * "GlEffectsVideoFrameProc" -> "DefaultVideoFrameProc"
      
      PiperOrigin-RevId: 509887384
      huangdarwin committed
    • Fix some minor nits · 41a03dd8
      PiperOrigin-RevId: 509879029
      andrewlewis committed
  2. 15 Feb, 2023 8 commits
  3. 14 Feb, 2023 5 commits
  4. 13 Feb, 2023 13 commits
  5. 10 Feb, 2023 6 commits
  6. 09 Feb, 2023 1 commit
    • Move VideoBoxesTest.java · ae17da6e
      The existing implementation depends on an internal library (Mp4Slicer) to assert the output. We have removed the dependency on internal library and used golden data to compare the output.
      
      PiperOrigin-RevId: 508401527
      sheenachhabra committed
  7. 14 Feb, 2023 5 commits