[FFmpeg-devel] [PATCH v2 0/2] DOVI: Add NLQ pivots to AVDOVIDataMapping
quietvoid
tcchlisop0 at gmail.com
Fri Jun 17 22:34:34 EEST 2022
The NLQ pivots are not documented but should be present
in the header for profile 7 RPU format.
It has been verified using Dolby's verification toolkit.
With the pivots parsed, the parsed values for
num_{x,y}_partitions are correct and usually equal to 1.
Changes in v2:
- Moved the `nlq_pivots` field at the end of AVDOVIDataMapping.
quietvoid (2):
libavutil/dovi_meta: Add nlq_pivots to AVDOVIDataMapping
fate: Add test to parse profile 7 DOVI RPU
fftools/ffprobe.c | 4 +
libavcodec/dovi_rpu.c | 7 +
libavfilter/vf_showinfo.c | 8 +
libavutil/dovi_meta.h | 1 +
tests/fate/hevc.mak | 3 +
tests/ref/fate/hevc-dovi-profile7-rpu | 296 ++++++++++++++++++++++++++
6 files changed, 319 insertions(+)
create mode 100644 tests/ref/fate/hevc-dovi-profile7-rpu
--
2.36.1
More information about the ffmpeg-devel
mailing list