1. 26 Apr, 2022 38 commits
  2. 06 Apr, 2022 2 commits
    • Fix typo in AdvancedFrameProcessorTest. · f75710be
      PiperOrigin-RevId: 439599201
      hschlueter committed
    • Reading AV1 initialization data. · 296efbb3
      We add an entire class like we do for parsing other codec initialization formats; it's currently not doing any parsing though (... initialization data is really simple for AV1 though: just the entire contents of the box).
      
      For testing, we add the sample file, having been re-encoded with ffmpeg (and we also happen to have another av1 file, too).
      
      PiperOrigin-RevId: 439453823
      olly committed