[FFmpeg-devel] [PATCH] rtp enc/dec update for vvc

Nuo Mi nuomi2021 at gmail.com
Sat Jun 15 16:14:37 EEST 2024


On Sat, Jun 15, 2024 at 2:38 AM Frank Plowman <post at frankplowman.com> wrote:

> Hi,
>
> Thanks for the patch.  Unfortunately it looks to be corrupted and does
> not apply.  Also, it looks as though you submitted five near-identical
> patches.  I would suggest you try directing patches to your own mailbox
> and re-applying them while debugging the formatting issues, rather than
> sending lots of corrupted patches to the ML.
>
Hi ftaft,
Thank you for the patch. you can refer to
https://ffmpeg.org/developer.html#Introduction for the checklist.


> > \ No newline at end of file
> > diff --git a/configure b/configure
> > index 83284427df..d331688eb4 100755
> > --- a/configure
> > +++ b/configure
> > @@ -296,6 +296,7 @@ External library support:
> >    --enable-libwebp         enable WebP encoding via libwebp [no]
> >    --enable-libx264         enable H.264 encoding via x264 [no]
> >    --enable-libx265         enable HEVC encoding via x265 [no]
> > +  --enable-libvvenc        enable H.266/VVC encoding via vvenc [no]
>
> This looks like you had the VVenC patchset applied when you created this
> commit.  If your patch depends on the VVenC patchset, it will have to
> wait until that is applied (which could well be in the next day or two).
>
Hi ftaft,
I have pushed the libvvenc patch. You can rebase and send your patch again.


>
> >    --enable-libxeve         enable EVC encoding via libxeve [no]
> >    --enable-libxevd         enable EVC decoding via libxevd [no]
> >    --enable-libxavs         enable AVS encoding via xavs [no]
> > @@ -1867,6 +1868,7 @@ EXTERNAL_LIBRARY_GPL_LIST="
> >      libvidstab
> >      libx264
>


More information about the ffmpeg-devel mailing list