[FFmpeg-devel] [PATCH v26 1/9] avcodec/evc_parser: Added parser implementation for EVC format
James Almer
jamrial at gmail.com
Thu Jun 15 18:01:35 EEST 2023
On 6/15/2023 8:46 AM, Dawid Kozinski wrote:
> - 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 at samsung.com>
> ---
> configure | 2 +
> libavcodec/Makefile | 2 +
> libavcodec/evc.h | 155 ++++++++
> libavcodec/evc_parse.c | 767 ++++++++++++++++++++++++++++++++++++++++
> libavcodec/evc_parse.h | 357 +++++++++++++++++++
> libavcodec/evc_parser.c | 235 ++++++++++++
> libavcodec/parsers.c | 1 +
> 7 files changed, 1519 insertions(+)
> create mode 100644 libavcodec/evc.h
> create mode 100644 libavcodec/evc_parse.c
> create mode 100644 libavcodec/evc_parse.h
> create mode 100644 libavcodec/evc_parser.c
I have pushed patches 1-3 and 6-9. I want to look at the decoder and
encoder patches a bit more before applying them.
I'll also send a patchset with some fixes in a bit.
Thanks.
More information about the ffmpeg-devel
mailing list