Re: [FFmpeg-devel] [PATCH v2] In order to fine-control referencing schemes in VP9 encoding, there is a need to use VP9E_SET_SVC_REF_FRAME_CONFIG method. This commit provides a way to use the API throu

2021-01-08 Thread Wonkap Jang
On Mon, Dec 14, 2020 at 12:46 PM James Zern wrote: > Hi, > > > On Mon, Dec 14, 2020 at 11:54 AM Wonkap Jang wrote: > > > > > > > > On Mon, Dec 7, 2020 at 11:57 PM Wonkap Jang wrote: > >> > >> --- > >> doc/encoders.texi | 32 + > >> libavcodec/libvpxenc.c | 79

Re: [FFmpeg-devel] [PATCH v2] In order to fine-control referencing schemes in VP9 encoding, there is a need to use VP9E_SET_SVC_REF_FRAME_CONFIG method. This commit provides a way to use the API throu

2020-12-14 Thread James Zern
Hi, On Mon, Dec 14, 2020 at 11:54 AM Wonkap Jang wrote: > > > > On Mon, Dec 7, 2020 at 11:57 PM Wonkap Jang wrote: >> >> --- >> doc/encoders.texi | 32 + >> libavcodec/libvpxenc.c | 79 ++ >> 2 files changed, 111 insertions(+) >>

Re: [FFmpeg-devel] [PATCH v2] In order to fine-control referencing schemes in VP9 encoding, there is a need to use VP9E_SET_SVC_REF_FRAME_CONFIG method. This commit provides a way to use the API throu

2020-12-14 Thread Wonkap Jang
On Mon, Dec 7, 2020 at 11:57 PM Wonkap Jang wrote: > --- > doc/encoders.texi | 32 + > libavcodec/libvpxenc.c | 79 ++ > 2 files changed, 111 insertions(+) > > diff --git a/doc/encoders.texi b/doc/encoders.texi > index