Hi Mark, James and all,
There are two ways to implement the parser.
1. use cbs like av1 parser.
2. follow h264/h265 parser method.
Which is your preferred?

thanks

On Sat, Nov 21, 2020 at 9:45 AM Nuo Mi <nuomi2...@gmail.com> wrote:

> test command: ffprobe vvc.bit
>
> Nuo Mi (3):
>   avcodec/vvc: add shared header for vvc
>   avcodec: add vvc codec id and profiles
>   avformat: add vvc raw demuxer
>
>  libavcodec/avcodec.h     |  2 ++
>  libavcodec/codec_desc.c  |  8 +++++
>  libavcodec/codec_id.h    |  1 +
>  libavcodec/profiles.c    |  5 +++
>  libavcodec/profiles.h    |  1 +
>  libavcodec/vvc.h         | 69 ++++++++++++++++++++++++++++++++++++++++
>  libavformat/Makefile     |  1 +
>  libavformat/allformats.c |  1 +
>  libavformat/vvcdec.c     | 60 ++++++++++++++++++++++++++++++++++
>  9 files changed, 148 insertions(+)
>  create mode 100644 libavcodec/vvc.h
>  create mode 100644 libavformat/vvcdec.c
>
> --
> 2.25.1
>
>
_______________________________________________
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