DescriptionReland2: H264 HW encode using MediaFoundation
Got reverted due to breaking MSVC build:
https://bugs.chromium.org/p/chromium/issues/detail?id=630335#c2
https://build.chromium.org/p/chromium/builders/Win%20x64/builds/2630/steps/compile/logs/stdio
This CL:
- moves GTEST_FAIL() lines so that they fail at the end of the functions.
- adds static_cast<> to avoid x64 issues.
Original description ----------------------------------------------
H264 HW encode using MediaFoundation
This CL adds MediaFoundationVideoEncodeAccelerator which enables H264 encode support
using MediaFoundation on Windows 8.1+. Also, it includes a refactor of common
MediaFoundation classes under mf_helpers.*.
Note that, this is the first CL and H264 codec is still behind a flag.
Design Doc(with perf measurements): http://goo.gl/UCnwyA
BUG=590060
TEST= Tested AppRTC loopback with Chrome flag "--enable-webrtc-hw-h264-encoding" and
"--enable-mf-h264-encoding" on https://apprtc.appspot.com/?debug=loopback&vsc=h264
Also, added WIN specific sections at vea_unittests.
TBR=ananta@chromium.org,avi@chromium.org,grt@chromium.org,sandersd@chromium.org,wuchengli@chromium.org
Committed: https://crrev.com/c253d05aad012158827081f6480e92d0c870bbc7
Cr-Commit-Position: refs/heads/master@{#407295}
Patch Set 1 : Original patch. #Patch Set 2 : Added static_casts. #
Messages
Total messages: 14 (11 generated)
|