[PATCH v2 0/2] media: Add HEVC long and short term ref pic sets controls

Detlev Casanova posted 2 patches 2 months, 1 week ago
There is a newer version of this series
.../media/v4l/ext-ctrls-codec-stateless.rst   | 114 ++++++++++++++++++
.../media/v4l/vidioc-queryctrl.rst            |  12 ++
drivers/media/v4l2-core/v4l2-ctrls-core.c     |  18 +++
drivers/media/v4l2-core/v4l2-ctrls-defs.c     |  10 ++
include/uapi/linux/v4l2-controls.h            |  61 ++++++++++
include/uapi/linux/videodev2.h                |   2 +
6 files changed, 217 insertions(+)
[PATCH v2 0/2] media: Add HEVC long and short term ref pic sets controls
Posted by Detlev Casanova 2 months, 1 week ago
New v4l2 controls for HEVC are added to be able to send the missing long
and short term RPS information to the driver.

Both controls have a dynamic size to send up to 65 sets each.

The controls take raw data as they are read from the video stream.

Detlev Casanova (2):
  media: uapi: HEVC: Add v4l2_ctrl_hevc_ext_sps_[ls]t_rps controls
  media: v4l2-ctrls: Add hevc_ext_sps_[ls]t_rps controls

 .../media/v4l/ext-ctrls-codec-stateless.rst   | 114 ++++++++++++++++++
 .../media/v4l/vidioc-queryctrl.rst            |  12 ++
 drivers/media/v4l2-core/v4l2-ctrls-core.c     |  18 +++
 drivers/media/v4l2-core/v4l2-ctrls-defs.c     |  10 ++
 include/uapi/linux/v4l2-controls.h            |  61 ++++++++++
 include/uapi/linux/videodev2.h                |   2 +
 6 files changed, 217 insertions(+)

-- 
2.50.1