[PATCH v2 0/2] media: amphion: decoder add support to RealVideo

Ming Qian ming.qian at nxp.com
Thu Jan 12 01:18:16 PST 2023


RealVideo, or also spelled as Real Video, is a suite of proprietary
video compression formats developed by RealNetworks -
the specific format changes with the version.
RealVideo codecs are identified by four-character codes.
RV30 and RV40 are RealNetworks' proprietary H.264-based codecs.

amphion decoder can support decoding RV30 and RV40 streams.

v2
- correct the format name from RealMedia to RealVideo

Ming Qian (2):
  media: add RealVideo format
  media: amphion: support to decode RealVideo video

 .../media/v4l/pixfmt-compressed.rst           | 11 +++++++++++
 drivers/media/platform/amphion/vdec.c         |  7 +++++++
 drivers/media/platform/amphion/vpu_malone.c   | 19 +++++++++++++++++++
 drivers/media/platform/amphion/vpu_malone.h   |  1 +
 drivers/media/v4l2-core/v4l2-ioctl.c          |  1 +
 include/uapi/linux/videodev2.h                |  1 +
 6 files changed, 40 insertions(+)

-- 
2.38.1




More information about the linux-arm-kernel mailing list