Skip to content

Add streaming core classes

This merge request introduces three new modules

  1. VideoCore: Supporting classes for encoding and decoding.
  2. VideoFFMPEG: FFMPEG Software encoder, software decoder, and an FFmpeg-vaapi-based hardware encoder.
  3. IOWEBM: A webm writer using libwebm third-party library.

Merge request reports