From 1440c9f70cdd701210652c7758b664ae82a4fef3 Mon Sep 17 00:00:00 2001 From: ssilkin Date: Thu, 28 Sep 2017 03:35:45 -0700 Subject: [PATCH] Updating OpenH264 to v1.7.0 There is bug in AQ in v1.6.0 which causes raising QP to maximum value and results in very poor quality of video no matter of allocated bitrate. To trigger this someone needs to set packetization_mode=0 (or just do not transmit this flag at all) in SDP. In this mode the encoder enables multi-slice and disables AQ partially such that some part of AQ algo still works and leads QP to maximum. The issue is fixed in v1.7.0. BUG=webrtc:8070 Review-Url: https://codereview.webrtc.org/3011373002 Cr-Commit-Position: refs/heads/master@{#20015} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3d5357fea2..fa41a26c36 100644 --- a/DEPS +++ b/DEPS @@ -69,7 +69,7 @@ deps = { 'src/third_party/libyuv': Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '5b1af9a33545895ea12c52bf007f17914de19173', 'src/third_party/openh264/src': - Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df93c5dcaf858c57eb7892bd27763f0f0ac', + Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'a180c9d4d6f1a4830ca9eed9d159d54996bd63cb', 'src/third_party/openmax_dl': Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 'src/third_party/usrsctp/usrsctplib':