1. e702b30 Adding C++ versions of currently spec'd "RtpParameters" structs. by deadbeef · 7 years ago
  2. d1f5fda Allow changing the minimal ICE ping timeout with PeerConnection.SetConfiguration. by skvlad · 7 years ago
  3. 98c4374 Allow passing network config constraint as base64 encoded string to preserve values of serialized protos. The values are a serialized byte stream packed into a std::string. To be represented as a NSString they must be base64 encoded or bytes outside of the ASCII range will be encoded into multi byte UTF8 sequences by default. by haysc · 7 years ago
  4. 390e64d Add VP9 full stack tests: - ConferenceMotionHd2000kbps100msLimitedQueueVP9 by jianj · 7 years ago
  5. 53b6cc3 Reland of Enable audio streams to send padding. (patchset #4 id:60001 of https://codereview.webrtc.org/2652893004/ ) by stefan · 7 years ago
  6. b11fb25 Protect APM in webkit builds. by agouaillard · 7 years ago
  7. 9d58d94 Fix and improve FlexFEC configuration for RTP/RTCP. by brandtr · 7 years ago
  8. 4cb1b75 Extends timer from 10 to 30 seconds for output volume check on Android. by henrika · 7 years ago
  9. 77ce9a5 Avoid calling PostTask in audio callbacks. by henrika · 7 years ago
  10. 5f47126 Added VP8 simulcast tests. Fixed analyzer to correctly infer timestamps. by ilnik · 7 years ago
  11. 4b512d7 Fix Chromium FYI bot by skvlad · 7 years ago
  12. d030912 Pick the DTLS handshake timeout based on the ICE RTT estimate by skvlad · 7 years ago
  13. a24a9e2 Get rid of unqualified std:: types. by deadbeef · 7 years ago
  14. 6741516 Implement new PeerConnection certificate policy API in ObjC API by hnsl · 7 years ago
  15. a5d94ff Objective-C API to set the ICE check rate through RTCConfiguration. by skvlad · 7 years ago
  16. b55bd5f Don't capture variables explicitly in lambda expression. by ehmaldonado · 7 years ago
  17. 5107246 Allow applications to limit the ICE check rate through RTCConfiguration by skvlad · 7 years ago
  18. e5bd702 Reland of Make the new jitter buffer the default jitter buffer. (patchset #2 id:260001 of https://codereview.chromium.org/2656983002/ ) by philipel · 7 years ago
  19. 8c61924 video_coding::PacketBuffer now group all H264 packets with the same timestamp into the same frame. by philipel · 7 years ago
  20. 1dffc62 Remove all occurrences of "using std::string". by ehmaldonado · 7 years ago
  21. e372d3c Add event log visualization of rtp timestamps over time. by stefan · 7 years ago
  22. a55f021 Add 120ms frame ability to ANA by michaelt · 7 years ago
  23. ed01647 Remove bad DCHECK added as part of https://codereview.webrtc.org/2452163004/ by solenberg · 7 years ago
  24. b33eed2 Fix perf issue when timinig out receiver infos in RTCP. by stefan · 7 years ago
  25. cc99bc2 Change StunMessage::AddAttribute return type from bool to void. by nisse · 7 years ago
  26. f7826d6 Remove InlinedApi lint ignore. by sakal · 7 years ago
  27. a29d5ec Make 'webrtc' target a complete static library on Linux, Android and Windows by kjellander · 7 years ago
  28. 24af663 Adding Java wrapper for DtmfSender. by deadbeef · 7 years ago
  29. 20cb0c1 Move DTMF sender to RtpSender (as opposed to WebRtcSession). by deadbeef · 7 years ago
  30. 2e03c66 Adding build switch for Opus that supports 120ms ptime. by minyue · 7 years ago
  31. d3d3ba5 Revert of Enable audio streams to send padding. (patchset #4 id:60001 of https://codereview.webrtc.org/2652893004/ ) by deadbeef · 7 years ago
  32. 1cbf518 Roll chromium_revision 6b2002254c..496a750d38 (447561:447619) by buildbot · 7 years ago
  33. 353e7e1 Roll chromium_revision 9f2c537112..6b2002254c (447517:447561) by buildbot · 7 years ago
  34. e35f89a Enable audio streams to send padding. by stefan · 7 years ago
  35. 46fbb7d Roll chromium_revision ccc17b815a..9f2c537112 (447493:447517) by buildbot · 7 years ago
  36. b1ca073 Rename adaptation api methods, extended vie_encoder unit test. by sprang · 7 years ago
  37. d83b967 Replace consecutive-losses count by a calculation of first-order-FEC recoverability. by elad.alon · 7 years ago
  38. 14245cc Revert of Always call RemoteBitrateEstimator::IncomingPacket from Call. (patchset #9 id:160001 of https://codereview.webrtc.org/2659563002/ ) by nisse · 7 years ago
  39. 77f0580 Add new step graph type to event log visualization tool. Currently used for bitrate estimate and accumulated packet count, but could in general be used for any metric that is piecewise constant. by terelius · 7 years ago
  40. a565f92 Roll chromium_revision e87481817b..ccc17b815a (447482:447493) by buildbot · 7 years ago
  41. 099110c Don't send audio packets if the network is down. by stefan · 7 years ago
  42. 4637b6a Consistent 30% improvement in audio mixer running time. by aleloi · 7 years ago
  43. 35fc2aa Revert of Drop frames until specified bitrate is achieved. (patchset #12 id:240001 of https://codereview.webrtc.org/2630333002/ ) by minyue · 7 years ago
  44. 2ad42ca Roll chromium_revision 8346af5a71..e87481817b (447464:447482) by buildbot · 7 years ago
  45. 6d4dd59 Always call RemoteBitrateEstimator::IncomingPacket from Call. by nisse · 7 years ago
  46. 803dc29 Enable cpplint and fix cpplint errors in webrtc/api by oprypin · 7 years ago
  47. 83399ca Drop frames until specified bitrate is achieved. by kthelgason · 7 years ago
  48. fdd9b85 Roll chromium_revision e4d460e023..8346af5a71 (447441:447464) by buildbot · 7 years ago
  49. a1cf88d Roll chromium_revision 9d90548426..e4d460e023 (447390:447441) by buildbot · 7 years ago
  50. 3f6d817 Roll chromium_revision 2ed48364ed..9d90548426 (447343:447390) by buildbot · 7 years ago
  51. dc20e26 Use correct calling convention for CreateThread callback on Windows. by deadbeef · 7 years ago
  52. 3e4ebc7 Roll chromium_revision 0851a43de7..2ed48364ed (447237:447343) by buildbot · 7 years ago
  53. ac61b74 Refactor FakeAudioDevice to have separate methods for starting recording and playout. by perkj · 7 years ago
  54. 1c05625 Fix race condition in FrameBuffer2 by philipel · 7 years ago
  55. 54340d8 Change opus min bitrate. by michaelt · 7 years ago
  56. cf34fde Roll chromium_revision 721746ebca..0851a43de7 (447221:447237) by buildbot · 7 years ago
  57. 7f08e82 Fix per regression in probing. by stefan · 7 years ago
  58. 6fb4f56 Reland of move usage of deprecated g_type_init API (patchset #1 id:1 of https://codereview.webrtc.org/2666103002/ ) by oprypin · 7 years ago
  59. d1685ab Revert of Remove usage of deprecated g_type_init API (patchset #1 id:1 of https://codereview.webrtc.org/2660823003/ ) by oprypin · 7 years ago
  60. 0fe1216 Move more calls to webrtc::field_trial::FindFullName into ctor, thereby minimizing the non-trivial cost of repeated string comparisons. by elad.alon · 7 years ago
  61. 89f281c Roll chromium_revision f74de5a3c9..721746ebca (447212:447221) by buildbot · 7 years ago
  62. b2caab7 Remove usage of deprecated g_type_init API by oprypin · 7 years ago
  63. 3ebbcb5 Stop using VoEVideoSync in Call/VideoReceiveStream. by solenberg · 7 years ago
  64. 63b14b7 Add override declarations to PeerConnectionObserver subclasses, and delete obsolete methods. by nisse · 7 years ago
  65. 1783f16 Roll chromium_revision a2c4dd1ab5..f74de5a3c9 (447201:447212) by buildbot · 7 years ago
  66. a7ee14e Suppress Memcheck:Uninitialized error when printing rtc::optional. by philipel · 7 years ago
  67. 1e4e8cb Add CreatePeerConnectionFactory overloads that take audio codec factory args by kwiberg · 7 years ago
  68. 7ce109a Replace the easy cases of VERIFY usage. by nisse · 7 years ago
  69. 96a9fa0 Removing webrtc/build folder by mbonadei · 7 years ago
  70. 9f9a1c7 Roll chromium_revision e7b7b06987..a2c4dd1ab5 (447179:447201) by buildbot · 7 years ago
  71. a4def99 Roll chromium_revision 3eee970eb6..e7b7b06987 (447079:447179) by buildbot · 7 years ago
  72. 02839ae Roll chromium_revision 5555191b32..3eee970eb6 (447020:447079) by buildbot · 7 years ago
  73. c14b7ed iSAC float decoder: Don't read past end of initialized part of buffer by kwiberg · 7 years ago
  74. ba3f411 Roll chromium_revision 716b1b3275..5555191b32 (446992:447020) by buildbot · 7 years ago
  75. a6a6d65 Instantly pass network changes to controllers in audio network adaptor. by minyue · 7 years ago
  76. 7b8cddd Roll chromium_revision d7ee7cd5fa..716b1b3275 (446974:446992) by buildbot · 7 years ago
  77. 4c9b4af Compute packet loss for event log visualization similar to how it is defined in RFC 3550. by terelius · 7 years ago
  78. aa4b077 Simplify IsFmtpParam according to RFC 4855. by ossu · 7 years ago
  79. 55d6539 Roll chromium_revision 4f0acca4ba..d7ee7cd5fa (446964:446974) by buildbot · 7 years ago
  80. a6ca518 iSAC: Untangle some cyclic dependencies by kwiberg · 7 years ago
  81. 4fb9746 Add presubmit check to prevent package boundary violations. by ehmaldonado · 7 years ago
  82. 9cbb0a1 Reland of GN: Refactor modules_unittests to eliminate package boundary violations. (patchset #1 id:1 of https://codereview.webrtc.org/2651023005/ ) by ehmaldonado · 7 years ago
  83. 26d79ee Roll chromium_revision d2bee43df5..4f0acca4ba (446960:446964) by buildbot · 7 years ago
  84. 1c0dea8 Delete VideoFrame::set_render_time_ms. by nisse · 7 years ago
  85. a26330a Only define NO_RETURN if undefined by agouaillard · 7 years ago
  86. 2e60484 Roll chromium_revision 169ed39de4..d2bee43df5 (446956:446960) by buildbot · 7 years ago
  87. 6f873be Roll chromium_revision b84d9d8be2..169ed39de4 (446949:446956) by buildbot · 7 years ago
  88. e9fc18a Roll chromium_revision a297e6f4d1..b84d9d8be2 (446947:446949) by buildbot · 7 years ago
  89. 93f01be Android AppRTCMobile: Fix SDP video codec reordering for multiple H264 profiles by magjed · 7 years ago
  90. c7d928b Roll chromium_revision 420b8aefb8..a297e6f4d1 (446943:446947) by buildbot · 7 years ago
  91. 467e032 Roll chromium_revision 88a4e827ea..420b8aefb8 (446940:446943) by buildbot · 7 years ago
  92. 2f83d18 Roll chromium_revision 5810aac4a8..88a4e827ea (446939:446940) by buildbot · 7 years ago
  93. bd26ba7 Only update VCMTiming on every received frame instead of every received packet. by philipel · 7 years ago
  94. 0e86529 Roll chromium_revision 73f8d7ec73..5810aac4a8 (446937:446939) by buildbot · 7 years ago
  95. cb6aef2 Roll chromium_revision a0b3e8c6b2..73f8d7ec73 (446933:446937) by buildbot · 7 years ago
  96. ae23181 Roll chromium_revision bfd4f2991d..a0b3e8c6b2 (446928:446933) by buildbot · 7 years ago
  97. 2bc3c75 Roll chromium_revision 549738ba7a..bfd4f2991d (446923:446928) by buildbot · 7 years ago
  98. 68ede36 Roll chromium_revision cff6288fd9..549738ba7a (446921:446923) by buildbot · 7 years ago
  99. cdc2894 Roll chromium_revision 90cdf58449..cff6288fd9 (446920:446921) by buildbot · 7 years ago
  100. 6a31ee8 Roll chromium_revision b2f66c7a95..90cdf58449 (446919:446920) by buildbot · 7 years ago