- f723312 Add an empty libjingle_peerconnection_metrics_default_jni target. by sakal · 8 years ago
- f570a28 Revert of Allow custom metrics implementations on Android. (patchset #11 id:260001 of https://codereview.webrtc.org/2403463002/ ) by philipel · 8 years ago
- de609b2 Allow custom metrics implementations on Android. by sakal · 8 years ago
- b4af3d6 Remove all references to GYP by Henrik Kjellander · 8 years ago
- 613152a Add a JNI boot test to catch ARM dynamic linker regressions. by phoglund · 8 years ago
- 81da488 Added audio mixer and removed audio device module in AudioState::Config. by aleloi · 8 years ago
- d4d2f60 Reinstated sctputils_unittest.cc by ossu · 8 years ago
- 71a1b61 WebRTC: Fix and enable -Woverloaded-virtual warnings. by kjellander · 8 years ago
- fb0c573 Android EglRenderer: Add Bitmap frame listener functionality. by sakal · 8 years ago
- 6ceab08 GN: New conventions, default target and refactorings by kjellander · 8 years ago
- 940b6d6 Clean up logging in AudioSendStream::SetupSendCodec(). by solenberg · 8 years ago
- 189f9b1 Revert of Clean up logging in AudioSendStream::SetupSendCodec(). (patchset #3 id:40001 of https://codereview.webrtc.org/2446963003/ ) by terelius · 8 years ago
- 1836fd6 Clean up logging in AudioSendStream::SetupSendCodec(). by solenberg · 8 years ago
- ebf5240 Allow using Java classes that don't require JNI in Chromium. by sakal · 8 years ago
- 201dfe9 Split audio mixer into interface and implementation. by aleloi · 8 years ago
- 76648da Add FlexfecReceiveStream. by brandtr · 8 years ago
- 577bc19 Android: Move YuvConverter to its own file by Magnus Jedvert · 8 years ago
- 73c5d4a Include ScreenCapturerAndroid in libjingle_peerconnection_java.jar by sakal · 8 years ago
- 64e1a32 Second try to get "Support for video file instead of camera and output video out to file" accepted by mandermo · 8 years ago
- 67a8c98 Revert of Support for video file instead of camera and output video out to file (patchset #17 id:320001 of https://codereview.webrtc.org/2273573003/ ) by kjellander · 8 years ago
- 4466699 Support for video file instead of camera and output video out to file by mandermo · 8 years ago
- e40a7ee GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
- df494b0 Android: Split out EGL rendering from SurfaceViewRenderer to separate class by magjed · 8 years ago
- b7446d7 GN: Fix incorrect include_dir for libjingle_peerconnection_jni target by charujain · 8 years ago
- b62dbbe GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 9 years ago
- 3442579 Session based capturing for Camera1Capturer. by sakal · 9 years ago
- 74e1a4f PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. by hbos · 9 years ago
- 705ecc5 GN: Change group deps to public_deps. by kjellander · 9 years ago
- acf9f47 GN Templates: Introduce rtc_shared_library by ehmaldonado · 9 years ago
- e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 9 years ago
- 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 9 years ago
- 38a2132 GN: Introduce templates. by ehmaldonado · 9 years ago
- a69d973 Move webrtc/audio_*.h to webrtc/api/call by kjellander · 9 years ago
- 9e4a304 Reland of move the old AndroidVideoCapturer stack code. (patchset #1 id:1 of https://codereview.webrtc.org/2291583002/ ) by sakal · 9 years ago
- d565b73 RTCStatsCollector and RTCPeerConnectionStats added. by hbos · 9 years ago
- e39f251 Revert of Remove the old AndroidVideoCapturer stack code. (patchset #2 id:20001 of https://codereview.webrtc.org/2235893003/ ) by sakal · 9 years ago
- 1b365a8 Remove the old AndroidVideoCapturer stack code. by sakal · 9 years ago
- d02fe4b GN: Fix windows clang errors. Attempt 2. by ehmaldonado · 9 years ago
- 615d301 RTCStats and RTCStatsReport added (webrtc/stats). by hbos · 9 years ago
- a53fa0a Fix AppRTC Android Demo GN build when is_component_build=true. by sakal · 9 years ago
- b37c45c GN: Add libjingle_peerconnection_java to peerconnection_unittests. by kjellander · 9 years ago
- 86ccd7b Revert of Add field_trial_default dependency to libjingle_peerconnection (patchset #3 id:40001 of https://codereview.webrtc.org/2120673004/ ) by sakal · 9 years ago
- a7a01df Add field_trial_default dependency to libjingle_peerconnection by arlolra · 9 years ago
- b24b1ce Moving mock classes around so that they may be reused in other unittests by hbos · 9 years ago
- 714dd4e GN: Update tests to have the correct shard timeout value on Android. by sakal · 9 years ago
- d30e0ad Session based capturing for Camera2Capturer. by sakal · 9 years ago
- 3651d8f Add libjingle_peerconnection_unittest to GN targets. by ehmaldonado · 9 years ago
- 1603212 This implementation greatly simplifies Android video capturing stack. The old by Sami Kalliomaki · 9 years ago
- 3d70fef Remove DtlsIdentityStoreInterface, it is no longer used. by hbos · 9 years ago
- d34a711 Reland of Combine webrtc/api/java/android and webrtc/api/java/src. (patchset #1 id:1 of https://codereview.webrtc.org/2106333005/ ) by sakal · 9 years ago
- 9b0dc62 Revert of Combine webrtc/api/java/android and webrtc/api/java/src. (patchset #1 id:1 of https://codereview.webrtc.org/2111823002/ ) by Sami Kalliomaki · 9 years ago
- ceefe20 Combine webrtc/api/java/android and webrtc/api/java/src. by Sami Kalliomaki · 9 years ago
- 9c0c75b Add GN targets for AppRTC Demo on Android. by Sami Kalliomaki · 9 years ago
- ba29c6a Reland 2 of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 9 years ago
- 3784b4a Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ ) by tkchin · 9 years ago
- 2d54917 Reland of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 9 years ago
- 1a7162d Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ ) by deadbeef · 9 years ago
- bc58319 Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 9 years ago
- 69b3462 Exclude libjingle_peerconnection_{jni,so} targets from Chromium builds. by kjellander · 9 years ago
- 3e33bfe Fix some sign-compare warnings in webrtc/api. by kjellander · 9 years ago
- fd5b4e9 GN: Add peerconnection_unittests by kjellander · 9 years ago
- f9da44d RTCPeerConnectionInterface.mm createNativeConfiguration and other clean-up. by hbos · 9 years ago
- 14897d0 Add missing dependencies on audio, video and call to the new GN files. by katrielc · 9 years ago
- c76dc95 Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
- 4d167e5 Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #5 id:80001 of https://codereview.webrtc.org/1979933002/ ) by kjellander · 9 years ago
- 164e978 Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
- fb1dd43 Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #2 id:20001 of https://codereview.webrtc.org/1973313002/ ) by kjellander · 9 years ago
- c8d848b Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
- 8744cf6 Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #2 id:140001 of https://codereview.webrtc.org/1929633002/ ) by kjellander · 9 years ago
- 4d02a35 GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 9 years ago
- 9eeb624 Build dynamic iOS SDK. by tkchin · 9 years ago
- 0cd086b Adding codecs to the RtpParameters returned by an RtpSender. by Taylor Brandstetter · 9 years ago
- 79b4b87 Objective C API to read and set RtpParameters by skvlad · 9 years ago
- f396f60 Update API for Objective-C RTCPeerConnection. by hjon · 9 years ago
- f6b5509 Fix GYP and GN references that are invalid in Chromium builds. by kjellander · 9 years ago
- da2183c Update API for Objective-C RTCDataChannelConfiguration. by hjon · 9 years ago
- 6d49a8e Update API for Objective-C RTCConfiguration. by hjon · 9 years ago
- e373dc2 Update API for Objective-C RTCDataChannel. by hjon · 9 years ago
- 2bf9a5f Update API for Objective-C RTCMediaStream. by Jon Hjelle · 9 years ago
- ca91e38 Update API for Objective-C RTCAudioTrack and RTCVideoTrack. by Jon Hjelle · 9 years ago
- 7ac8bab Move RTCAVFoundationCapturer to webrtc/api/objc. by Jon Hjelle · 9 years ago
- 891a446 Update/move RTCVideoRendererAdapter to webrtc/api/objc. by Jon Hjelle · 9 years ago
- da99da8 Update API for Objective-C RTCPeerConnectionFactory. by Jon Hjelle · 9 years ago
- 065aacc Move RTCVideoSource to webrtc/api/objc. by Jon Hjelle · 9 years ago
- f6c318e Update API for Objective-C RTCMediaSource. by Jon Hjelle · 9 years ago
- e799bad Move Objective-C video renderers to webrtc/api/objc. by Jon Hjelle · 9 years ago
- 8102879 Update API for Objective-C RTCMediaStreamTrack. by Jon Hjelle · 9 years ago
- a2c353f Update API for Objective-C RTCStats. by Jon Hjelle · 9 years ago
- 7823495 Move RTCI420Frame to webrtc/api/objc/RTCVideoFrame with minor style changes. by Jon Hjelle · 9 years ago
- 6f5ca08 Update API for Objective-C RTCMediaConstraints. by hjon · 9 years ago
- 67e83d6 Update API for Objective-C RTCSessionDescription. by Jon Hjelle · 9 years ago
- 29d5e57 Update API for Objective-C RTCIceCandidate. by Jon Hjelle · 9 years ago
- aa32c3e Update API for Objective-C RTCIceServer by hjon · 9 years ago