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

Detlev Casanova posted 2 patches 1 month, 4 weeks ago
.../media/v4l/ext-ctrls-codec-stateless.rst   | 114 ++++++++++++++++++
.../media/v4l/vidioc-queryctrl.rst            |  12 ++
.../media/videodev2.h.rst.exceptions          |   2 +
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 +
7 files changed, 219 insertions(+)
[PATCH v3 0/2] media: Add HEVC long and short term ref pic sets controls
Posted by Detlev Casanova 1 month, 4 weeks 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.

Changes since v2:
 - Fix long lines
 - Add videodev2.h.rst.exceptions entries
 - Add v1 changes

Changes since v1:
 - Separate long and short term in different controls
 - Use raw data to let drivers format the data how they want
 - doc: Add array information

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 ++
 .../media/videodev2.h.rst.exceptions          |   2 +
 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 +
 7 files changed, 219 insertions(+)

-- 
2.50.1