commit | a2e945e0424989abc35b308413df2e42288d154b | [log] [tgz] |
---|---|---|
author | Jianhui Dai <jianhui.j.dai@intel.com> | Mon Jun 19 01:36:42 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 27 23:57:08 2023 |
tree | 29db96053876c642ff2a0c6afe60230a3d4db280 | |
parent | be90237a0a0e5e4b3bfece33ea60d74d018cb8c3 [diff] |
[rtc_tools/video_encoder] Output ivf for all SVC decode targets This CL extracts the ivf file writer from `TestEncodedImageCallback` into separate .cc|.h files. Improve the `EncodedImageFileWriter` to support SVC that output ivf for all decode targets. EXAMPLE: Encode with VP9 L3T3_KEY, the outputs: output-VP9-L3T3_KEY-L0T0.ivf output-VP9-L3T3_KEY-L0T1.ivf output-VP9-L3T3_KEY-L0T2.ivf output-VP9-L3T3_KEY-L1T0.ivf output-VP9-L3T3_KEY-L1T1.ivf output-VP9-L3T3_KEY-L1T2.ivf output-VP9-L3T3_KEY-L2T0.ivf output-VP9-L3T3_KEY-L2T1.ivf output-VP9-L3T3_KEY-L2T2.ivf Bug: webrtc:15210 Change-Id: Iba46c897a7b783bb4b79ec18715e901476cb9f55 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/309280 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jianhui J Dai <jianhui.j.dai@intel.com> Cr-Commit-Position: refs/heads/main@{#40363}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.