[PATCH v2 0/4] Minor V4L2 Headers and Codec Doc Cleanups

Paul Kocialkowski posted 4 patches 1 month, 1 week ago
.../media/v4l/ext-ctrls-codec-stateless.rst   |   8 +-
include/uapi/linux/v4l2-controls.h            | 121 +++++++++---------
include/uapi/linux/videodev2.h                |  18 +--
3 files changed, 75 insertions(+), 72 deletions(-)
[PATCH v2 0/4] Minor V4L2 Headers and Codec Doc Cleanups
Posted by Paul Kocialkowski 1 month, 1 week ago
Changes since v1:
- Added minor codec control cleanups;
- Added documentation about h.264 frame-wide type flags

Paul Kocialkowski (4):
  media: uapi: Move colorimetry controls at the end of the file
  media: uapi: Cleanup tab after define in headers
  media: uapi: v4l2-controls: Cleanup codec definitions
  Documentation: media: Document
    V4L2_H264_DECODE_PARAM_FLAG_PFRAME/BFRAME

 .../media/v4l/ext-ctrls-codec-stateless.rst   |   8 +-
 include/uapi/linux/v4l2-controls.h            | 121 +++++++++---------
 include/uapi/linux/videodev2.h                |  18 +--
 3 files changed, 75 insertions(+), 72 deletions(-)

-- 
2.50.1
Re: [PATCH v2 0/4] Minor V4L2 Headers and Codec Doc Cleanups
Posted by Nicolas Dufresne 1 month ago
Le dimanche 24 août 2025 à 20:07 +0200, Paul Kocialkowski a écrit :
> Changes since v1:
> - Added minor codec control cleanups;
> - Added documentation about h.264 frame-wide type flags
> 
> Paul Kocialkowski (4):
>   media: uapi: Move colorimetry controls at the end of the file
>   media: uapi: Cleanup tab after define in headers
>   media: uapi: v4l2-controls: Cleanup codec definitions

I've picked the 3 above.

>   Documentation: media: Document
>     V4L2_H264_DECODE_PARAM_FLAG_PFRAME/BFRAME

So you will only have to update this one.

cheers,
Nicolas

> 
>  .../media/v4l/ext-ctrls-codec-stateless.rst   |   8 +-
>  include/uapi/linux/v4l2-controls.h            | 121 +++++++++---------
>  include/uapi/linux/videodev2.h                |  18 +--
>  3 files changed, 75 insertions(+), 72 deletions(-)