commit | 99f52f83e48fca2a672ace6e3eb2cf689e4fa890 | [log] [tgz] |
---|---|---|
author | Sami Kalliomäki <sakal@webrtc.org> | Fri Feb 23 08:05:49 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Feb 23 09:03:41 2018 |
tree | 4ffb73ac9ca5fbaaf28d7ce060789f13636d7e48 | |
parent | a2e3ab1fcaee7d0ffb1b7d1aab484c4b4d2c5ba7 [diff] |
Make decoder software fallback sticky. In practice, we never want to go back to HW decoding after deciding to start decoding with SW codecs. This allows simplifying the code in the fallback wrapper and makes it easier to implement HW codecs. HW decoder is also now released when software fallback is activated because it will not be used again. This could free up some resources. Bug: b/73498933 Change-Id: Ibea4e32fce0c605179b649c8ac2744031799f3ee Reviewed-on: https://webrtc-review.googlesource.com/55263 Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Alex Glaznev <glaznev@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22168}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.