019955d770
The reason is that this cl adds a static initializer so we can't roll webrtc into Chromium. See audio_encoder.cc and 'sizes' regression here: http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/186 > We changed Encode() and EncodeInternal() return type from bool to void in this issue: > https://webrtc-codereview.appspot.com/38279004/ > Now we don't have to pass EncodedInfo as output parameter, but can return it instead. This also adds the benefit of making clear that EncodeInternal() needs to fill in this info. > > R=kwiberg@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/43839004 TBR=jmarusic@webrtc.org Review URL: https://webrtc-codereview.appspot.com/49449004 Cr-Commit-Position: refs/heads/master@{#8772} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8772 4adac7df-926f-26a2-2b94-8c16560cd09d |
||
---|---|---|
.. | ||
base | ||
build | ||
common_audio | ||
common_video | ||
examples | ||
libjingle | ||
modules | ||
overrides | ||
p2p | ||
sound | ||
system_wrappers | ||
test | ||
tools | ||
video | ||
video_engine | ||
voice_engine | ||
.gitignore | ||
BUILD.gn | ||
call.h | ||
codereview.settings | ||
common_types.cc | ||
common_types.h | ||
common.gyp | ||
common.h | ||
config.cc | ||
config.h | ||
engine_configurations.h | ||
experiments.h | ||
frame_callback.h | ||
LICENSE | ||
LICENSE_THIRD_PARTY | ||
OWNERS | ||
PATENTS | ||
PRESUBMIT.py | ||
README.chromium | ||
rtc_unittests.isolate | ||
supplement.gypi | ||
transport.h | ||
typedefs.h | ||
video_decoder.h | ||
video_encoder.h | ||
video_engine_tests.isolate | ||
video_frame.h | ||
video_receive_stream.h | ||
video_renderer.h | ||
video_send_stream.h | ||
webrtc_examples.gyp | ||
webrtc_perf_tests.isolate | ||
webrtc_tests.gypi | ||
webrtc.gyp |
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.