Commit c180769f authored by Sergey Silkin's avatar Sergey Silkin Committed by Commit Bot

Roll src/third_party/openh264/src/ a5473711f..3dd5b80bc (15 commits)

https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/a5473711f3e2..3dd5b80bc4f1

$ git log a5473711f..3dd5b80bc --date=short --no-merges --format='%ad %ae %s'
2020-07-07 tim meson: fix warnings when copying headers into the builddir
2020-07-01 jpetridis DecUT_ParseSyntax.cpp: avoid dangling-else warning in if statements
2020-06-28 xiaotianshimail2 Add thread decoding support for multi-slice frame. Note: In each call to DecodeFrameNoDelay, iSrcLen must be the byte-size of one coded video frame.
2020-06-06 xiaotianshimail Fix oss-fuzz reported issue 20491.
2020-05-31 tim Fix MSVC compiler warnings about non-ASCII characters in the source
2020-05-18 guxiwei-hf codec/common: [MIPS] Add msa deblock and copy_mb optimization.
2020-04-29 linjie.fu encoder_ext: modify the verbosity level for QP changing
2020-04-23 huili2 fix sha mismatch error due to travis failure and turn of TemporalLayerSettingTest UT
2020-04-13 bernd.kuhls fix mips build
2020-04-07 mcatanzaro Bump ABI to version 6
2020-04-06 mcatanzaro Update version number in meson.build
2020-03-26 matthew meson: disable tests automatically it gtest is not found
2020-03-11 33369297+borzun Fix linker errors in win32 WelsDecoder.sln
2020-03-10 matthew meson: add support for android, ios, macos
2019-10-08 fontaine.fabrice Add USE_STACK_PROTECTOR option

Created with:
  roll-dep src/third_party/openh264/src

Bug: 1108639
Change-Id: I3eb4f5ccb61fd4ebe69bab5c9390b8185a26104b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315023
Commit-Queue: Sergey Silkin <ssilkin@chromium.org>
Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791247}
parent f8f6a708
......@@ -1228,7 +1228,7 @@ deps = {
},
'src/third_party/openh264/src':
Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'a5473711f3e20c6bd1c33d81b6c7b9a0618aa18f',
Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '3dd5b80bc4f172dd82925bb259cb7c82348409c5',
'src/third_party/openscreen/src':
Var('chromium_git') + '/openscreen' + '@' + '921d95386ccd785317948682de4dd51c311e161a',
......
......@@ -2,8 +2,8 @@ Name: OpenH264
Short Name: openh264
URL: http://www.openh264.org/
Version: unknown
CPEPrefix: cpe:/a:cisco:openh264:2.1.0
(Cut at 7067d2d9075ab4988bef2b9135ae9542f9778772, which is 2.1.0)
CPEPrefix: cpe:/a:cisco:openh264:2.1.1
(Cut at 3dd5b80bc4f172dd82925bb259cb7c82348409c5, which is 2.1.1)
License: 2-Clause BSD
License File: src/LICENSE
Security Critical: yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment