[FFmpeg-devel] [PATCH 0/3 v2] Dolby Vision RPU Side Data

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Nov 1 22:32:24 EET 2021


v1 discussion: https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=5130

All suggestions applied except the configuration record check, which can't be,
because AVStream side data is not accessible in avcodec - discused on IRC with
James and Jan.

Derek Buitenhuis (3):
  avutil: Add Dolby Vision RPU side data type
  avcodec/hevcdec: Export Dolby Vision RPUs as side data
  fate: Add test for Dolby Vision RPU side data

 doc/APIchanges             |   3 +
 libavcodec/h2645_parse.c   |  28 ++
 libavcodec/hevcdec.c       |  29 +++
 libavcodec/hevcdec.h       |   2 +
 libavcodec/version.h       |   2 +-
 libavutil/frame.c          |   1 +
 libavutil/frame.h          |   7 +
 libavutil/version.h        |   2 +-
 tests/fate/hevc.mak        |   3 +
 tests/ref/fate/hevc-dv-rpu | 512 +++++++++++++++++++++++++++++++++++++
 10 files changed, 587 insertions(+), 2 deletions(-)
 create mode 100644 tests/ref/fate/hevc-dv-rpu

-- 
2.32.0



More information about the ffmpeg-devel mailing list