summaryrefslogtreecommitdiff
path: root/libavcodec/prores_metadata_bsf.c
Commit message (Collapse)AuthorAge
* avcodec.h: split bitstream filters API into its own headerAnton Khirnov2020-05-22
|
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-22
| | | | This will allow adding a public header named bsf.h
* avcodec/prores_metadata_bsf: Use AVCOL_TRC_NB - 1 for the valid max rangeLimin Wang2020-05-05
| | | | | | | Report by Marton after commit. Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avcodec/prores_metadata_bsf: add arib-std-b67 format supportLimin Wang2020-05-03
| | | | | | | It's based on the following specs: RDD 45:2017 - SMPTE Registered Disclosure Doc - Interoperable Master Format - Application ProRes Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avcodec/prores_metadata_bsf: add smpte2084 format supportLimin Wang2020-05-03
| | | | | | | It's based on the following specs: RDD 36:2015 - SMPTE Registered Disclosure Doc - Apple ProRes Bitstream Syntax and Decoding Process Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avcodec/prores_metadata_bsf : fix colorspace checkMartin Vignali2018-11-13
| | | | | Report by coverity CID 1441165
* avcodec : add prores_metadata bsf for set the color property of each prores ↵Martin Vignali2018-11-11
frame