linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats documentation
@ 2020-12-07  9:48 Hans Verkuil
  2020-12-07 10:18 ` [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats (#69836) Jenkins
  2020-12-07 12:24 ` Jenkins
  0 siblings, 2 replies; 3+ messages in thread
From: Hans Verkuil @ 2020-12-07  9:48 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Laurent Pinchart

See the cover letter for all the details:

https://patchwork.linuxtv.org/project/linux-media/cover/20201206230316.1221-1-laurent.pinchart@ideasonboard.com/

This is really nice work, so I hope it can still make the cut for v5.11.

No code was changed, only videodev.h was modified but that only removed a comment
and moved two pixfmt definitions around.

Regards,

	Hans

The following changes since commit 63288c829b1a5991d8f8c15cab596108ed206ba6:

  media: pixfmt-compressed.rst: fix 'bullet' formatting (2020-12-03 12:27:34 +0100)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.11f

for you to fetch changes up to 07a3faa17031f878927b41e551bb9eee9684f590:

  media: doc: pixfmt-yuv: Move all planar YUV formats to common file (2020-12-07 10:12:01 +0100)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Laurent Pinchart (16):
      media: videodev2.h: Remove unneeded comment about 4CC value
      media: videodev2.h: Move HI240 format to vendor-specific section
      media: videodev2.h: Move HM12 format to YUV semi-planar section
      media: doc: pixfmt-rgb: Remove layout table for packed RGB formats
      media: doc: pixfmt-rgb: Add title for deprecated formats
      media: doc: pixfmt-rgb: Clarify naming scheme for RGB formats
      media: doc: pixfmt-rgb: Make 8 bits per component table more compact
      media: doc: pixfmt-rgb: Replace '-' with 'X' to denote padding
      media: doc: pixfmt-yuv: Document subsampling in more details
      media: doc: pixfmt-yuv: Move all packed YUV formats to common file
      media: doc: pixfmt-packed-yuv: Fill padding bits with 'X'
      media: doc: pixfmt-packed-yuv: Express 4:4:4 formats in a more compact way
      media: doc: pixfmt-packed-yuv: Clarify naming scheme for 4:4:4 formats
      media: doc: pixfmt-yuv: Move all luma-only YUV formats to common file
      media: doc: pixfmt-yuv: Move all semi-planar YUV formats to common file
      media: doc: pixfmt-yuv: Move all planar YUV formats to common file

 Documentation/userspace-api/media/v4l/pixfmt-grey.rst       |  44 ---
 Documentation/userspace-api/media/v4l/pixfmt-m420.rst       |  59 +---
 Documentation/userspace-api/media/v4l/pixfmt-nv12.rst       | 129 --------
 Documentation/userspace-api/media/v4l/pixfmt-nv12m.rst      | 144 ---------
 Documentation/userspace-api/media/v4l/pixfmt-nv12mt.rst     |  60 ----
 Documentation/userspace-api/media/v4l/pixfmt-nv16.rst       | 153 ---------
 Documentation/userspace-api/media/v4l/pixfmt-nv16m.rst      | 157 ----------
 Documentation/userspace-api/media/v4l/pixfmt-nv24.rst       |  95 ------
 Documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst | 412 ++++++++++++------------
 Documentation/userspace-api/media/v4l/pixfmt-rgb.rst        | 671 +++++++++++----------------------------
 Documentation/userspace-api/media/v4l/pixfmt-uyvy.rst       | 110 -------
 Documentation/userspace-api/media/v4l/pixfmt-vyuy.rst       | 108 -------
 Documentation/userspace-api/media/v4l/pixfmt-y10.rst        |  65 ----
 Documentation/userspace-api/media/v4l/pixfmt-y10b.rst       |  33 --
 Documentation/userspace-api/media/v4l/pixfmt-y10p.rst       |  43 ---
 Documentation/userspace-api/media/v4l/pixfmt-y12.rst        |  65 ----
 Documentation/userspace-api/media/v4l/pixfmt-y14.rst        |  65 ----
 Documentation/userspace-api/media/v4l/pixfmt-y16-be.rst     |  69 ----
 Documentation/userspace-api/media/v4l/pixfmt-y16.rst        |  69 ----
 Documentation/userspace-api/media/v4l/pixfmt-y41p.rst       | 151 ---------
 Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst   | 126 ++++++++
 Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst | 950 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Documentation/userspace-api/media/v4l/pixfmt-yuv410.rst     | 127 --------
 Documentation/userspace-api/media/v4l/pixfmt-yuv411p.rst    | 115 -------
 Documentation/userspace-api/media/v4l/pixfmt-yuv420.rst     | 143 ---------
 Documentation/userspace-api/media/v4l/pixfmt-yuv420m.rst    | 152 ---------
 Documentation/userspace-api/media/v4l/pixfmt-yuv422m.rst    | 141 ---------
 Documentation/userspace-api/media/v4l/pixfmt-yuv422p.rst    | 129 --------
 Documentation/userspace-api/media/v4l/pixfmt-yuv444m.rst    | 141 ---------
 Documentation/userspace-api/media/v4l/pixfmt-yuyv.rst       | 118 -------
 Documentation/userspace-api/media/v4l/pixfmt-yvyu.rst       | 108 -------
 Documentation/userspace-api/media/v4l/yuv-formats.rst       | 278 +++++++++++++++--
 include/uapi/linux/videodev2.h                              |  14 +-
 33 files changed, 1714 insertions(+), 3530 deletions(-)
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-grey.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-nv12.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-nv12m.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-nv12mt.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-nv16.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-nv16m.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-nv24.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-uyvy.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-vyuy.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-y10.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-y10b.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-y10p.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-y12.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-y14.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-y16-be.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-y16.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-y41p.rst
 create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst
 create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuv-planar.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuv410.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuv411p.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuv420.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuv420m.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuv422m.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuv422p.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuv444m.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yuyv.rst
 delete mode 100644 Documentation/userspace-api/media/v4l/pixfmt-yvyu.rst

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

* Re: [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats (#69836)
  2020-12-07  9:48 [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats documentation Hans Verkuil
@ 2020-12-07 10:18 ` Jenkins
  2020-12-07 12:24 ` Jenkins
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-12-07 10:18 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/203c4f5f-8d4c-caad-9384-9f55d037ff9e@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/80272/
Build time: 00:17:05
Link: https://lore.kernel.org/linux-media/203c4f5f-8d4c-caad-9384-9f55d037ff9e@xs4all.nl

gpg: Signature made Mon 07 Dec 2020 09:32:27 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

Summary: got 4/16 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0010-media-doc-pixfmt-yuv-Move-all-packed-YUV-formats-to-.patch:

   checkpatch.pl:
	$ cat patches/0010-media-doc-pixfmt-yuv-Move-all-packed-YUV-formats-to-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:204: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0014-media-doc-pixfmt-yuv-Move-all-luma-only-YUV-formats-.patch:

   checkpatch.pl:
	$ cat patches/0014-media-doc-pixfmt-yuv-Move-all-luma-only-YUV-formats-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:35: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0015-media-doc-pixfmt-yuv-Move-all-semi-planar-YUV-format.patch:

   checkpatch.pl:
	$ cat patches/0015-media-doc-pixfmt-yuv-Move-all-semi-planar-YUV-format.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:32: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0016-media-doc-pixfmt-yuv-Move-all-planar-YUV-formats-to-.patch:

   checkpatch.pl:
	$ cat patches/0016-media-doc-pixfmt-yuv-Move-all-planar-YUV-formats-to-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:527: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


Error #512 when building PDF docs


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

* Re: [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats (#69836)
  2020-12-07  9:48 [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats documentation Hans Verkuil
  2020-12-07 10:18 ` [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats (#69836) Jenkins
@ 2020-12-07 12:24 ` Jenkins
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-12-07 12:24 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/203c4f5f-8d4c-caad-9384-9f55d037ff9e@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/80283/
Build time: 00:10:49
Link: https://lore.kernel.org/linux-media/203c4f5f-8d4c-caad-9384-9f55d037ff9e@xs4all.nl

gpg: Signature made Mon 07 Dec 2020 09:32:27 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F  1BCA BD2D 6148 6614 3B4C
     Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE  A142 1326 E0CD 23AB DCE5

Summary: got 4/16 patches with issues, being 0 at build time

Error/warnings:

patches/0010-media-doc-pixfmt-yuv-Move-all-packed-YUV-formats-to-.patch:

   checkpatch.pl:
	$ cat patches/0010-media-doc-pixfmt-yuv-Move-all-packed-YUV-formats-to-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:204: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0014-media-doc-pixfmt-yuv-Move-all-luma-only-YUV-formats-.patch:

   checkpatch.pl:
	$ cat patches/0014-media-doc-pixfmt-yuv-Move-all-luma-only-YUV-formats-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:35: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0015-media-doc-pixfmt-yuv-Move-all-semi-planar-YUV-format.patch:

   checkpatch.pl:
	$ cat patches/0015-media-doc-pixfmt-yuv-Move-all-semi-planar-YUV-format.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:32: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0016-media-doc-pixfmt-yuv-Move-all-planar-YUV-formats-to-.patch:

   checkpatch.pl:
	$ cat patches/0016-media-doc-pixfmt-yuv-Move-all-planar-YUV-formats-to-.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:527: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  9:48 [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats documentation Hans Verkuil
2020-12-07 10:18 ` [GIT PULL FOR v5.11 or v5.12] Rework RGB and YUV pixel formats (#69836) Jenkins
2020-12-07 12:24 ` Jenkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).