avcodec/evc_parser: Added parser implementation for EVC format

- Added constants definitions for EVC parser
- Provided NAL units parsing following ISO_IEC_23094-1
- EVC parser registration

Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
This commit is contained in:
Dawid Kozinski
2023-06-15 13:46:43 +02:00
committed by James Almer
parent 41229ef705
commit 34e4f18360
7 changed files with 1519 additions and 0 deletions

2
configure vendored
View File

@@ -2483,6 +2483,7 @@ CONFIG_EXTRA="
dnn
dovi_rpu
dvprofile
evcparse
exif
faandct
faanidct
@@ -3321,6 +3322,7 @@ av1_amf_encoder_deps="amf"
# parsers
aac_parser_select="adts_header mpeg4audio"
av1_parser_select="cbs_av1"
evc_parser_select="golomb evcparse"
h264_parser_select="golomb h264dsp h264parse h264_sei"
hevc_parser_select="hevcparse hevc_sei"
mpegaudio_parser_select="mpegaudioheader"