From: Ming Qian <ming.qian@nxp.com>
To: mchehab@kernel.org, hverkuil-cisco@xs4all.nl
Cc: shawnguo@kernel.org, robh+dt@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
xiahong.bao@nxp.com, eagle.zhou@nxp.com, tao.jiang_2@nxp.com,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/2] media: amphion: decoder add support to RealVideo
Date: Fri, 13 Jan 2023 12:13:05 +0800 [thread overview]
Message-ID: <cover.1673582851.git.ming.qian@nxp.com> (raw)
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.
v3
- define respective formats for RV30 and RV40
v2
- correct the format name from RealMedia to RealVideo
Ming Qian (2):
media: add RealVideo format RV30 and RV40
media: amphion: support to decode RealVideo video
.../media/v4l/pixfmt-compressed.rst | 21 +++++++++++++++++
drivers/media/platform/amphion/vdec.c | 14 +++++++++++
drivers/media/platform/amphion/vpu_malone.c | 23 +++++++++++++++++++
drivers/media/platform/amphion/vpu_malone.h | 1 +
drivers/media/v4l2-core/v4l2-ioctl.c | 2 ++
include/uapi/linux/videodev2.h | 2 ++
6 files changed, 63 insertions(+)
--
2.38.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Ming Qian <ming.qian@nxp.com>
To: mchehab@kernel.org, hverkuil-cisco@xs4all.nl
Cc: shawnguo@kernel.org, robh+dt@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
xiahong.bao@nxp.com, eagle.zhou@nxp.com, tao.jiang_2@nxp.com,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/2] media: amphion: decoder add support to RealVideo
Date: Fri, 13 Jan 2023 12:13:05 +0800 [thread overview]
Message-ID: <cover.1673582851.git.ming.qian@nxp.com> (raw)
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.
v3
- define respective formats for RV30 and RV40
v2
- correct the format name from RealMedia to RealVideo
Ming Qian (2):
media: add RealVideo format RV30 and RV40
media: amphion: support to decode RealVideo video
.../media/v4l/pixfmt-compressed.rst | 21 +++++++++++++++++
drivers/media/platform/amphion/vdec.c | 14 +++++++++++
drivers/media/platform/amphion/vpu_malone.c | 23 +++++++++++++++++++
drivers/media/platform/amphion/vpu_malone.h | 1 +
drivers/media/v4l2-core/v4l2-ioctl.c | 2 ++
include/uapi/linux/videodev2.h | 2 ++
6 files changed, 63 insertions(+)
--
2.38.1
next reply other threads:[~2023-01-13 4:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-13 4:13 Ming Qian [this message]
2023-01-13 4:13 ` [PATCH v3 0/2] media: amphion: decoder add support to RealVideo Ming Qian
2023-01-13 4:13 ` [PATCH v3 1/2] media: add RealVideo format RV30 and RV40 Ming Qian
2023-01-13 4:13 ` Ming Qian
2023-01-16 20:47 ` Nicolas Dufresne
2023-01-16 20:47 ` Nicolas Dufresne
2023-01-17 1:51 ` [EXT] " Ming Qian
2023-01-17 1:51 ` Ming Qian
2023-01-13 4:13 ` [PATCH v3 2/2] media: amphion: support to decode RealVideo video Ming Qian
2023-01-13 4:13 ` Ming Qian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1673582851.git.ming.qian@nxp.com \
--to=ming.qian@nxp.com \
--cc=eagle.zhou@nxp.com \
--cc=festevam@gmail.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=tao.jiang_2@nxp.com \
--cc=xiahong.bao@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.