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.kozin...@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.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to