summaryrefslogtreecommitdiff
path: root/libavcodec/dynamic_hdr10_plus.c
Commit message (Collapse)AuthorAge
* avcodec/dynamic_hdr10_plus: check size before using itLimin Wang2021-09-22
| | | | | Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avcodec/dynamic_hdr10_plus: use AVERROR_INVALIDDATA instead of AVERROR(EINVAL)Limin Wang2021-09-22
| | | | Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* 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>