[FFmpeg-devel] [PATCH] avcodec/libvpxenc: add VP8 temporal scalability configuration options
James Zern
jzern at google.com
Mon Nov 19 21:35:40 EET 2018
On Fri, Nov 16, 2018 at 8:59 PM James Zern <jzern at google.com> wrote:
>
> On Wed, Nov 14, 2018 at 12:56 PM Ard Oerlemans
> <ardoerlemans-at-google.com at ffmpeg.org> wrote:
> >
> > This commit adds configuration options to libvpxenc.c that can be used to
> > enable VP8 temporal scalability. It also adds a way to programmatically set the
> > per-frame encoding flags which can be used to control usage and updates of
> > reference frames while encoding with temporal scalability enabled.
> > ---
> > doc/encoders.texi | 28 +++++++++++++++
> > libavcodec/libvpxenc.c | 81 ++++++++++++++++++++++++++++++++++++++++++
> > 2 files changed, 109 insertions(+)
> >
>
> lgtm. I'll submit this soon if there aren't any further comments.
>
applied, thanks for the patch.
> > [...]
> > + while (token && dest_idx < max_entries)
> > + {
>
> This should be joined with the previous line. I have a fix for it locally.
More information about the ffmpeg-devel
mailing list