mbox series

[FFmpeg-devel,v2,00/11] avcodec: add Dolby Vision encoding

Message ID 20240409125914.61149-1-ffmpeg@haasn.xyz
Headers show
Series avcodec: add Dolby Vision encoding | expand

Message

Niklas Haas April 9, 2024, 12:57 p.m. UTC
Changes since v1:

- Moved dolbyvision option from AVCodecContext to DOVIContext, and
  add an explicit option only to codecs that use it
- Changed its type to AV_OPT_TYPE_BOOL
- Made it control decoding as well as encoding, so you can use
  `-dolbyvision off` as an input option to suppress it
- Added support for libsvtav1 encoding as well