]> git.sesse.net Git - ffmpeg/commit
avcodec/libvpxenc: add VP8 temporal scalability config options
authorArd Oerlemans <ardoerlemans-at-google.com@ffmpeg.org>
Wed, 14 Nov 2018 20:56:31 +0000 (12:56 -0800)
committerJames Zern <jzern@google.com>
Mon, 19 Nov 2018 19:33:43 +0000 (11:33 -0800)
commit95107af314620fc79d9efaa708f3d03bb27e884d
tree64b0a9039a7aeb0189b1c0764f0e6448f4ca5138
parentbddcbb932f4cfaa622fb5f4bb217a338cde5ac8e
avcodec/libvpxenc: add VP8 temporal scalability config options

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.

Signed-off-by: James Zern <jzern@google.com>
doc/encoders.texi
libavcodec/libvpxenc.c