1. 0248e7c Re-add author accidentally removed in https://codereview.webrtc.org/2534843002. by solenberg · 8 years ago
  2. 846e1be Fix iOS8 crash in background mode. by sdkdimon · 8 years ago
  3. 228c268 Support 4 channel mic in Windows Core Audio by jens.nielsen · 8 years ago
  4. 0d1305e Added support for changing the volume of RTCAudioSource as discussed in BUG=webrtc:6533 by frederik.riedel · 8 years ago
  5. 8a855d6 Allow any unsignalled SSRC changes on default video receive channel. by mzanaty · 8 years ago
  6. b11fb25 Protect APM in webkit builds. by agouaillard · 8 years ago
  7. 888874f Allow GCC 4.9 to compile Chromium by floppymaster · 8 years ago
  8. e5dc62a PRESUBMIT: Add authorized-authors check + AUTHORS e-mails. by kjellander · 8 years ago
  9. ba7e71b remove googViewLimitedResolution stat by philipp.hancke · 8 years ago
  10. bbfed52 Set OPENSSL_EC_NAMED_CURVE explicitly on EC key so that certificate has ASN1 OID and NIST curve info. Without this openSSL handshake negotiation fails throwing NO_SHARED_CIPHER error. the change made is along the lines of openssl behavior documented here: https://wiki.openssl.org/index.php/Elliptic_Curve_Diffie_Hellman#ECDH_and_Named_Curves by ssaroha · 8 years ago
  11. 610c454 Add Datachannel support to Android AppRTCMobile by hekra01 · 8 years ago
  12. bcc5d87 Add a GN target for unit tests, get them working again and added a test. by adam.fedor · 8 years ago
  13. a264ecc Copy RTCAudioSource.h and RTCMediaSource.h with other public header files when building the WebRTC framework for iOS / Mac by VladimirTechMan · 8 years ago
  14. 86ccd7b Revert of Add field_trial_default dependency to libjingle_peerconnection (patchset #3 id:40001 of https://codereview.webrtc.org/2120673004/ ) by sakal · 8 years ago
  15. a7a01df Add field_trial_default dependency to libjingle_peerconnection by arlolra · 8 years ago
  16. 96b6b83 iOS: add type to peer connection local streams by vopatop.skam · 8 years ago
  17. 3f70562 Fix WebRtc ninja x86 build using Visual Studio 2015 (set GYP_MSVS_VERSION=2015). by conceptgenesis · 9 years ago
  18. bedc17b Fixing integer underflow in FileAudioDevice (webrtc issue 4554) by A.Brauckmann · 9 years ago
  19. 978244e Adding a bunch of Agora IO team members to the watch lists by yujie.mao · 9 years ago
  20. f70568c So long and thanks for all the code reviews! by andrew · 9 years ago
  21. bb79127 Add Riku Voipio to AUTHORS. by Andrew MacDonald · 9 years ago
  22. 88799d9 RTCEAGLVideoView: Fix GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT error. by christoffer · 9 years ago
  23. 92068ee Android: Guard against switching camera on stopped camera by colin · 9 years ago
  24. 4de6622 Fix a bug in computing audio delay on ios device. Converts seconds to by Jiawei Ou · 9 years ago
  25. fcfdb08 Update AUTHORS file. by tkchin · 9 years ago
  26. 4988ca5 Removed unused variables and the need to include the d3dx9.h file. by dkirovbroadsoft · 9 years ago
  27. 3ee4fe5 Re-land: Add API to get negotiated SSL ciphers by pthatcher@webrtc.org · 10 years ago
  28. 2bf0e90 Revert 8275 "This CL adds an API to the SSL stream adapters and ..." by tommi@webrtc.org · 10 years ago
  29. 1d11c82 This CL adds an API to the SSL stream adapters and transport channels to get the SSL cipher that was negotiated with the remote peer. by pthatcher@webrtc.org · 10 years ago
  30. db1ebf6 Add jakehilton@gmail.com to AUTHORS by tnakamura@webrtc.org · 10 years ago
  31. 0ba1533 Added support for an Origin header in STUN messages. by pthatcher@webrtc.org · 10 years ago
  32. ee9d61c This fixes a small memory leak (found using Xcode/Instruments on iOS) in by tkchin@webrtc.org · 10 years ago
  33. c569a49 Unit tests for SSLAdapter by tkchin@webrtc.org · 10 years ago
  34. 31c285b Update AUTHORS file. by henrike@webrtc.org · 10 years ago
  35. ddb85ab Updated SCTP SDP attributes according to draft-ietf-mmusic-sctp-sdp-07 by jiayl@webrtc.org · 10 years ago
  36. d798095 replace inline assembly WebRtcNsx_PrepareSpectrumNeon by intrinsics. by andrew@webrtc.org · 10 years ago
  37. 0402515 Implement command line flags for peerconnection client example on Windows by kjellander@webrtc.org · 10 years ago
  38. 7c82ada AppRTCDemo was blocking the main thread for network requests. This fixes it by making the background queue serial instead of using @synchronize to make the background operations serial. by fischman@webrtc.org · 10 years ago
  39. ceffdbc Fixed r5373-related regressions in VideoFramesQueue::FrameToRecord() by henrike@webrtc.org · 10 years ago
  40. 82387e4 Add ability to receive calls for iOS BUG=2701 R=fischman@webrtc.org by fischman@webrtc.org · 11 years ago
  41. a9bdee6 Add Christophe Dumez to AUTHORS. by andrew@webrtc.org · 11 years ago
  42. af320fd The designated initializer method declaration in the Objective-C headers for RTCICEServer does't match its implementation. by fischman@webrtc.org · 11 years ago
  43. eb7def2 Fix compilation errors on Fedora 20. by fischman@webrtc.org · 11 years ago
  44. 7b2f955 Libjingle in webrtc needs updated AUTHORS, COPYING, LICENSE_THIRD_PARTY AND README. by henrike@webrtc.org · 11 years ago
  45. efdf778 BUG=1351 by mflodman@webrtc.org · 11 years ago
  46. 17b867a compile fix for get_nprocs() with uClibc by phoglund@webrtc.org · 12 years ago
  47. 5140e24 MIPS optimizations for Signal Processing Library patch01 by andrew@webrtc.org · 12 years ago
  48. 73a702c This is a change in the iOS audio device to use VoiceProcessingIO API instead of RemoteIO. This way we don't need to use WebRTC EC and NS because it happens on the device hardware. by andrew@webrtc.org · 12 years ago
  49. bcb7174 .gitignore: Add *.mk, created as part of ChromiumOS build by andrew@webrtc.org · 12 years ago
  50. 1b6da28 Bugfix for NACK behavior. Current code sends a number of duplicate NACK requests. by pwestin@webrtc.org · 12 years ago
  51. ef62929 Landing http://review.webrtc.org/914006/ by niklas.enbom@webrtc.org · 12 years ago
  52. 01ad758 ilbc: Mark untouched input arrays as const by turaj@webrtc.org · 12 years ago
  53. e22beab [MIPS] Adding support for MIPS architecture for WebRTC. by andrew@webrtc.org · 12 years ago
  54. 87c50f0 Adding author by niklas.enbom@webrtc.org · 13 years ago
  55. 3a9680b Adding author by niklas.enbom@webrtc.org · 13 years ago
  56. da159d6 by niklase@google.com · 13 years ago