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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".