Sign in
webrtc
/
src
/
91a5759733acb58646d5e6269a7667e322bb55d8
91a5759
Roll chromium_revision 316b880c55..2cabef4e7d (421519:424936)
by Henrik Kjellander
· 9 years ago
163b1a2
Remove tools dir from root webrtc target
by charujain
· 9 years ago
614f68f
Remove duplicate entry in webrtc .gn file exec_script_whitelist
by fbarchard
· 9 years ago
db158f9
Fix experiment name in BitrateControllerTest.
by Stefan Holmer
· 9 years ago
77c663d
Give FeedbackTimeout experiment the correct name.
by stefan
· 9 years ago
12a39f4
Don't crash on unexpected stap-a or fu-a.
by stefan
· 9 years ago
75c8fb4
DataChannelInterface default impl of [messages/bytes]_[sent/received].
by hbos
· 9 years ago
84ffdee
DataChannel[Interface]::[message/bytes]_[sent/received]() added.
by hbos
· 9 years ago
73fdc31
Several fixes to screen_capturer_mac.
by erikchen
· 9 years ago
e280cde
Voe::Channel: Turned GetPlayoutFrequency into GetRtpTimestampRateHz.
by ossu
· 9 years ago
872f614
Android audio playout now supports non-call media streams.
by henrika
· 9 years ago
116ec6d
Implemented further mixer interface change suggestions from https://codereview.webrtc.org/2386383003/
by aleloi
· 9 years ago
7e30432
Hooking up audio network adaptor to VoE.
by minyue
· 9 years ago
917d4e1
Removed the legacy behavior of stopping playout when setting new receive codecs.
by solenberg
· 9 years ago
e97974d
Cleanup of the mixer interface.
by aleloi
· 9 years ago
73a28ee
The AudioProcessing class is used as an interface
by peah
· 9 years ago
4b8bfb8
Changed ramping functionality of the AudioMixer.
by aleloi
· 9 years ago
3ec3da6
Set screenshare.enabled parameter to false when running video_loopback test.
by asapersson
· 9 years ago
c6ca544
Using relative path for GN for iOS.
by nicholss
· 9 years ago
c47a0c3
RTCIceCandidatePairStats[1] added.
by hbos
· 9 years ago
dd0e1e0
GN: Build iOS framework in build_ios_libs.sh
by Zeke Chin
· 9 years ago
e7c338f
Reland of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState." (patchset #1 id:1 of https://codereview.webrtc.org/2402993002/ )
by sprang
· 9 years ago
716978d
Revert of Prune connections based on network name. (patchset #3 id:130001 of https://codereview.webrtc.org/2395243005/ )
by sprang
· 9 years ago
e891415
Moved MixerAudioSource and removed audio_mixer_defines.h.
by aleloi
· 9 years ago
14acf65
AudioTransport::NeedMorePlayData is no longer called from different threads using OpenSL ES on Android
by henrika
· 9 years ago
99df6c0
Fix bug in DTMF generation where events with level > 36 would be ignored.
by solenberg
· 9 years ago
113bdca
Make sure VideoReceiveStream can be restarted
by sprang
· 9 years ago
defc21e
Removes usage of hardware AGC and any related APIs on Android.
by henrika
· 9 years ago
e0729c5
Add RtcpRttStats to AudioStream
by michaelt
· 9 years ago
a8b3855
Add a FlexfecReceiver class.
by brandtr
· 9 years ago
aae2784
Prune connections based on network name.
by honghaiz
· 9 years ago
8ff52cc
Remove useless debugging code
by mattdr
· 9 years ago
8cab52d
Fix externalhmac.h/.cc to compile with libsrtp 1 and 2
by mattdr
· 9 years ago
440b4be
Use non-deprecated screen update callbacks.
by erikchen
· 9 years ago
e606a17
Remove deprecated Gestalt methods.
by erikchen
· 9 years ago
41aab32
Fix delay plot crash in event_log_visualizer.
by stefan
· 9 years ago
ae0b333
Prep to remove APM-related #defines from voice_engine_configurations.h
by henrik.lundin
· 9 years ago
57cb873
Revert of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState." (patchset #1 id:1 of https://codereview.webrtc.org/2361053003/ )
by sprang
· 9 years ago
e0928d8
Added logging for audio send/receive stream configs.
by ivoc
· 9 years ago
fc9414a
Reland of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState."
by johan
· 9 years ago
d36dd49
Revert of Make cricket::VideoFrame inherit webrtc::VideoFrame. (patchset #9 id:160001 of https://codereview.webrtc.org/2315663002/ )
by kjellander
· 9 years ago
cbfb033
MB: Update Android bots after moving to Swarming and client.webrtc.perf
by Henrik Kjellander
· 9 years ago
9fa4975
- Filter data channel codecs based on codec name instead of payload type, which may have been remapped.
by solenberg
· 9 years ago
9e31cca
iOS: Fix rotation bug for back camera
by magjed
· 9 years ago
c19f312
This CL adds functionality in the level controller to
by peah
· 9 years ago
11a9cbf
Refactoring: move ownership of RtcEventLog from Call to PeerConnection
by skvlad
· 9 years ago
0d348d6
Avoid race in VideoReceiveStream shutdown
by sprang
· 9 years ago
dda6ec0
Make cricket::VideoFrame inherit webrtc::VideoFrame. Delete
by nisse
· 9 years ago
0d382ef
Cleaning build file for audio network adaptor.
by minyue
· 9 years ago
bf369fe
Replace rtcp parser in rtc event log handlers. RTCPUtility is going away.
by danilchap
· 9 years ago
05f3ec1
Fix "left shift of negative value" bug
by kwiberg
· 9 years ago
d2cf1ce
Remove legacy Camera2Enumerator.isSupported method.
by sakal
· 9 years ago
c7901c6
Delete macsocketserver.h and related files.
by nisse
· 9 years ago
df494b0
Android: Split out EGL rendering from SurfaceViewRenderer to separate class
by magjed
· 9 years ago
3654251
Reland of https://codereview.webrtc.org/2396483002/
by aleloi
· 9 years ago
a485dab
Revert of Made MixerAudioSource a pure interface. (patchset #7 id:350001 of https://codereview.webrtc.org/2396483002/ )
by aleloi
· 9 years ago
2ae5fdf
Made MixerAudioSource a pure interface.
by aleloi
· 9 years ago
2334b70
Add support for component builds on Windows Swarming. Attempt 2
by ehmaldonado
· 9 years ago
ab9f6e4
RTCIceCandidateStats[1] added.
by hbos
· 9 years ago
3dcfd64
Make bwe_simulator a separate test target that doesnt run on the bots
by terelius
· 9 years ago
2334559
Revert of Add support for component builds on Windows Swarming. (patchset #2 id:100001 of https://codereview.webrtc.org/2389133002/ )
by ehmaldonado
· 9 years ago
66d4ce9
Add support for component builds on Windows Swarming.
by ehmaldonado
· 9 years ago
ae04e36
Cleanup unused dependency on video_capture_module.
by perkj
· 9 years ago
e402a14
Make process interval configurable for MaxCounter class.
by asapersson
· 9 years ago
9cc012d
GN: Add missing config //webrtc:common_objc for rtc_sdk_common_objc
by kjellander
· 9 years ago
7056be9
Delete old video defines in engine config.
by mflodman
· 9 years ago
0b4b727
Use NtpTime in RtcpReceiver instead of pair of uints
by danilchap
· 9 years ago
15d8357
Remove OnLocalSsrcChanged and rename EncoderStateFeedback.
by mflodman
· 9 years ago
41b9c80
Adding audio network adaptor to AudioEncoderOpus.
by minyue
· 9 years ago
81b9291
The FFT functionality in aec_rdft* is based on legacy C
by peah
· 9 years ago
21a18ee
Revert of Delete webrtc::VideoFrame::CopyFrame. (patchset #2 id:20001 of https://codereview.webrtc.org/2371363003/ )
by ivoc
· 9 years ago
327e9d0
Make MediaCodecEncoder fallback to a software encoder on failure.
by sakal
· 9 years ago
a669a3a
Revert "Revert of Use sps and pps to determine decodability of H.264 frames. (patchset #4 id:60001 of https://codereview.webrtc.org/2341713002/ )"
by stefan
· 9 years ago
0e7c7ce
Delete webrtc::VideoFrame::CopyFrame.
by nisse
· 9 years ago
93e451b
Skip non-continuous FrameInfos when finding the next frame to return from FrameBuffer::NextFrame.
by philipel
· 9 years ago
55b9544
Add camera start/stop time stats to VideoCapturerAndroid.
by sakal
· 9 years ago
4f15ca5
Replaces the SessionPresets with AVCaptureDeviceFormats.
by denicija
· 9 years ago
68979ab
H264 codec: Check profile-level-id when matching
by magjed
· 9 years ago
fc5e050
rtc_stats: Update code to remove chromium style warnings suppression.
by hbos
· 9 years ago
bf7c620
Fix lint errors in audio_coding_module_unittest.cc
by henrik.lundin
· 9 years ago
8e7577c
Revert of Delete transformadapter.cc and transformadapter.h. (patchset #2 id:20001 of https://codereview.webrtc.org/2368243002/ )
by nisse
· 9 years ago
2504c0a
Drop _oldapi from ACM test file names
by henrik.lundin
· 9 years ago
2c3c3e2
Delete transformadapter.cc and transformadapter.h.
by nisse
· 9 years ago
f156bdd
Add onCameraDisconnected camera event.
by sakal
· 9 years ago
11d37ba
Speculatively increase timeouts for DirectRTCClientTest to reduce flakiness.
by sakal
· 9 years ago
4e8baf4
Delete unused code, cpuinfo.{h,cc}.
by nisse
· 9 years ago
daf88b1
Removing ERROR message for something that's expected to occur.
by deadbeef
· 9 years ago
a84aa57
Use std::abs instead of C-style abs.
by jianjun.zhu
· 9 years ago
2ca8d5c
Remove deprecated FSRef-manipulation methods.
by erikchen
· 9 years ago
efc5ae9
Fixed flaky SharedExclusiveLock tests.
by skvlad
· 9 years ago
134af7a
Disable flaky Android capture tests:
by skvlad
· 9 years ago
5fa51e2
Add iOS static library GN build script. NOTRY=True
by tkchin
· 9 years ago
d93f50c
Add UMA metrics for ICE regathering reasons.
by Honghai Zhang
· 9 years ago
425a6cc
RTPReceiverAudio: Removed frequency from CNGPayloadType and cleaned up
by ossu
· 9 years ago
b2d1e0d
Resurrected test_api_audio.cc
by ossu
· 9 years ago
b1fff92
Harmonize using-declarations in FEC header formatter fuzzers.
by brandtr
· 9 years ago
28b03eb
Move RTCPHelp::RTCPReportBlockInformation into RTCPReceiver
by danilchap
· 9 years ago
62b1c35
Android: Move layout measure code from SurfaceViewRenderer to RendererCommon
by Magnus Jedvert
· 9 years ago
3360352
Make sure vp9 actually gets excluded in gn as well.
by phoglund
· 9 years ago
3dacb53
Add audio_mixer to WATCHLISTS
by henrik.lundin
· 9 years ago
Next »