diff options
author | James Zern <jzern@google.com> | 2016-02-24 20:24:51 -0800 |
---|---|---|
committer | James Zern <jzern@google.com> | 2016-02-25 12:34:12 -0800 |
commit | 14828e756f92175c1a3c097c1048c01bbfba43a9 (patch) | |
tree | c22dd7aab40fc6d83bc50386d3bc7186287c334f /CHANGELOG | |
parent | 784eebb2d39c2f994b4ad0954cc0d800999eafda (diff) | |
download | libvpx-14828e756f92175c1a3c097c1048c01bbfba43a9.tar.gz |
vp9: set kf_max_dist to a reasonable default (128)
the same as vp8, with the same reasoning from:
2a0d7b1 Reduce the default kf_max_dist to 128.
see also:
https://trac.ffmpeg.org/ticket/4904
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815673
+ restore vpxenc behavior of taking the library default rather than
forcing 5s
This change also exposes an issue with one-pass svc in cbr mode, keep
the old default in datarate_test.cc for now.
Change-Id: Id6d1244f42490b06fefc1a7b4e12a423a1f83e88
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Next Release + - Incompatible changes: + The VP9 encoder's default keyframe interval changed to 128 from 9999. + 2015-11-09 v1.5.0 "Javan Whistling Duck" This release improves upon the VP9 encoder and speeds up the encoding and decoding processes. |