All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v3 0/2] HEVC enhancements
@ 2022-03-27  8:43 ` Sebastian Fricke
  0 siblings, 0 replies; 12+ messages in thread
From: Sebastian Fricke @ 2022-03-27  8:43 UTC (permalink / raw)
  To: linux-media
  Cc: acourbot, tfiga, hverkuil-cisco, Sebastian Fricke, Maxime Ripard,
	Paul Kocialkowski, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Chen-Yu Tsai, Jernej Skrabec, open list:STAGING SUBSYSTEM,
	moderated list:ARM/Allwinner sunXi SoC support,
	open list:ARM/Allwinner sunXi SoC support, open list

While reading the definitions for codecs, I felt that the definition
list could be appended with the term used in HEVC. This makes the list
more complete from my point of view, but I see that this is a slippery
slope as we surely don't want to add every term from every codec (Thus
the RFC).

Secondly, I renamed the H265 identifier found in the cedrus driver to
HEVC. The idea here is mainly to align it with the other drivers like
Hantro and RkVDEC, but also with the goal of using one identifier within
the source tree (to simply searching for the term and also for less
confusion).

Changes since V1:
- Kernel test robot reported some variables that had not replaced, I
changed those.

Changes since V2:
- A few more missed replacements

Sebastian Fricke (2):
  media: docs-rst: Append HEVC specific term
  staging: media: cedrus: Rename H265 to HEVC

 .../userspace-api/media/v4l/dev-decoder.rst   |   8 +-
 drivers/staging/media/sunxi/cedrus/Makefile   |   2 +-
 drivers/staging/media/sunxi/cedrus/cedrus.c   |  30 +-
 drivers/staging/media/sunxi/cedrus/cedrus.h   |  14 +-
 .../staging/media/sunxi/cedrus/cedrus_dec.c   |  10 +-
 .../cedrus/{cedrus_h265.c => cedrus_hevc.c}   | 438 +++++++++---------
 .../staging/media/sunxi/cedrus/cedrus_hw.c    |   4 +-
 .../staging/media/sunxi/cedrus/cedrus_regs.h  | 394 ++++++++--------
 .../staging/media/sunxi/cedrus/cedrus_video.c |   4 +-
 9 files changed, 455 insertions(+), 449 deletions(-)
 rename drivers/staging/media/sunxi/cedrus/{cedrus_h265.c => cedrus_hevc.c} (53%)

-- 
2.25.1


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

end of thread, other threads:[~2022-03-29  6:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27  8:43 [RFC PATCH v3 0/2] HEVC enhancements Sebastian Fricke
2022-03-27  8:43 ` Sebastian Fricke
2022-03-27  8:43 ` [RFC PATCH v3 1/2] media: docs-rst: Append HEVC specific term Sebastian Fricke
2022-03-27  8:43   ` Sebastian Fricke
2022-03-28 17:10   ` Jernej Škrabec
2022-03-28 17:10     ` Jernej Škrabec
2022-03-27  8:43 ` [RFC PATCH v3 2/2] staging: media: cedrus: Rename H265 to HEVC Sebastian Fricke
2022-03-27  8:43   ` Sebastian Fricke
2022-03-28 17:09   ` Jernej Škrabec
2022-03-28 17:09     ` Jernej Škrabec
2022-03-29  6:53     ` Sebastian Fricke
2022-03-29  6:53       ` Sebastian Fricke

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.