summaryrefslogtreecommitdiff
path: root/libavcodec/dynamic_hdr10_plus.c
Commit message (Collapse)AuthorAge
* avcodec/dynamic_hdr10_plus: remove unused const variablesJames Almer2020-12-07
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/dynamic_hdr10_plus: don't take a GetBitContext as input argumentJames Almer2020-12-07
| | | | | | | Create a local one instead from a byte buffer input argument. This prevents skipping bytes that may belong to another SEI message. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/dynamic_hdr10_plus: use get_bits_long() where neededJames Almer2020-12-06
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/hevc_sei: add support for HDR10+ metadataMohammad Izadi2020-12-05
Signed-off-by: James Almer <jamrial@gmail.com>