mbox series

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

Message ID 20211101203227.1648805-1-derek.buitenhuis@gmail.com
Headers show
Series Dolby Vision RPU Side Data | expand

Message

Derek Buitenhuis Nov. 1, 2021, 8:32 p.m. UTC
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