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

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Oct 21 16:48:40 EEST 2021


This patch set allows exporting Dolby Vision RPUs as side data,
allowing them to be used in transcoding, etc.

There are notes in each inividual patch.

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       |  32 +++
 libavcodec/hevcdec.h       |   3 +
 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, 591 insertions(+), 2 deletions(-)
 create mode 100644 tests/ref/fate/hevc-dv-rpu

-- 
2.32.0



More information about the ffmpeg-devel mailing list