All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Stateless FWHT de-staging
@ 2020-11-26 13:27 Hans Verkuil
  2020-11-26 13:27 ` [PATCH 1/6] vicodec: add V4L2_ prefix before FWHT_VERSION and FWHT_FL_* Hans Verkuil
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Hans Verkuil @ 2020-11-26 13:27 UTC (permalink / raw)
  To: linux-media; +Cc: Ezequiel Garcia

This series sits on top of Ezequiel's H.264 de-staging series:

https://patchwork.linuxtv.org/project/linux-media/cover/20201126093618.137292-1-ezequiel@collabora.com/

The first patch does a rename of the FWHT version and FWHT flags,
since these will become part of the public API. No other changes
in this patch.

The second patch moves all the FWHT-related API elements to the
public headers and deletes include/media/fwht-ctrls.h.

The third moves the FWHT stateless documentation to
ext-ctrls-codec-stateless.rst (no other changes).

The 4th and 5th patches clean up some formatting issues, not
related to FWHT.

The final patch documents V4L2_CTRL_TYPE_FWHT_PARAMS and p_fwht_params
and improves the V4L2_PIX_FMT_FWHT_STATELESS description.

Regards,

        Hans

Hans Verkuil (6):
  vicodec: add V4L2_ prefix before FWHT_VERSION and FWHT_FL_*
  vicodec: mark the stateless FWHT API as stable
  ext-ctrls-codec.rst: move FWHT docs to ext-ctrls-codec-stateless.rst
  pixfmt-compressed.rst: fix 'bullet' formatting
  vidioc-g-ext-ctrls.rst: add missing 'struct' before the types
  userspace-api/media: finalize stateless FWHT codec docs

 .../media/v4l/ext-ctrls-codec-stateless.rst   | 120 +++++++++++++++++
 .../media/v4l/ext-ctrls-codec.rst             | 121 ------------------
 .../media/v4l/pixfmt-compressed.rst           |  12 +-
 .../media/v4l/vidioc-g-ext-ctrls.rst          |  18 ++-
 .../media/v4l/vidioc-queryctrl.rst            |   6 +
 .../media/videodev2.h.rst.exceptions          |   1 +
 .../media/test-drivers/vicodec/codec-fwht.c   |  13 +-
 .../media/test-drivers/vicodec/codec-fwht.h   |  32 -----
 .../test-drivers/vicodec/codec-v4l2-fwht.c    |  88 ++++++-------
 .../media/test-drivers/vicodec/vicodec-core.c |  46 +++----
 drivers/media/v4l2-core/v4l2-ctrls.c          |  20 ++-
 include/media/fwht-ctrls.h                    |  31 -----
 include/media/v4l2-ctrls.h                    |   1 -
 include/uapi/linux/v4l2-controls.h            |  70 ++++++++++
 include/uapi/linux/videodev2.h                |   3 +
 15 files changed, 310 insertions(+), 272 deletions(-)
 delete mode 100644 include/media/fwht-ctrls.h

-- 
2.29.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-12-03 12:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 13:27 [PATCH 0/6] Stateless FWHT de-staging Hans Verkuil
2020-11-26 13:27 ` [PATCH 1/6] vicodec: add V4L2_ prefix before FWHT_VERSION and FWHT_FL_* Hans Verkuil
2020-11-26 13:27 ` [PATCH 2/6] vicodec: mark the stateless FWHT API as stable Hans Verkuil
2020-11-26 13:27 ` [PATCH 3/6] ext-ctrls-codec.rst: move FWHT docs to ext-ctrls-codec-stateless.rst Hans Verkuil
2020-11-26 13:27 ` [PATCH 4/6] pixfmt-compressed.rst: fix 'bullet' formatting Hans Verkuil
2020-11-26 13:27 ` [PATCH 5/6] vidioc-g-ext-ctrls.rst: add missing 'struct' before the types Hans Verkuil
2020-12-03 10:49   ` Mauro Carvalho Chehab
2020-12-03 10:52     ` Hans Verkuil
2020-12-03 12:07       ` Mauro Carvalho Chehab
2020-11-26 13:27 ` [PATCH 6/6] userspace-api/media: finalize stateless FWHT codec docs Hans Verkuil
2020-12-03 10:50   ` Mauro Carvalho Chehab

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.