1. 25f17d7 Roll chromium_revision 2084e1d..d785e7c (372575:372580) by kjellander · 10 years ago
  2. ac53c88 Roll chromium_revision 750447f..2084e1d (372566:372575) by kjellander · 10 years ago
  3. 430e400 Roll chromium_revision f5d1a9c..750447f (372546:372566) by kjellander · 10 years ago
  4. 3f70562 Fix WebRtc ninja x86 build using Visual Studio 2015 (set GYP_MSVS_VERSION=2015). by conceptgenesis · 10 years ago
  5. c97c886 Roll chromium_revision f07b6b8..f5d1a9c (372524:372546) by kjellander · 10 years ago
  6. f0269a6 Roll chromium_revision e9e4e90..f07b6b8 (372389:372524) by kjellander · 10 years ago
  7. eee86a6 Add option to disable particular HW video codec from app. by Alex Glaznev · 10 years ago
  8. 9dfed79 Stop processing any incoming packets when turn port is disconnected. by honghaiz · 10 years ago
  9. 083b8e9 Roll chromium_revision 3784ca9..e9e4e90 (372326:372389) by kjellander · 10 years ago
  10. de13882 rtcp::ExtenededReports packet class got Parse function by danilchap · 10 years ago
  11. ff63ed2 Format changes achieved by running clang-format -i -style=Chromium by peah · 10 years ago
  12. f5b804b Fix implicit bool casts in producer_fec_fuzzer.cc. by Peter Boström · 10 years ago
  13. 3a8cac8 Roll chromium_revision 105cb5f..3784ca9 (372268:372326) by kjellander · 10 years ago
  14. b163c3f Delete unused members from VideoOptions by nisse · 10 years ago
  15. a37babe Roll chromium_revision ffa6c99..105cb5f (372122:372268) by kjellander · 10 years ago
  16. 378dc77 Consolidate setters into SetRecvParameters. by pbos · 10 years ago
  17. 5e8351b Prevent division-by-zero in VCMFecMethod. by Peter Boström · 10 years ago
  18. 46eed76 Removing "candidates" attribute from TransportDescription. by deadbeef · 10 years ago
  19. e8f0836 Roll chromium_revision ea1b30c..ffa6c99 (371978:372122) by kjellander · 10 years ago
  20. fb15270 Replace const-reference with pointer in SendData. by Peter Boström · 10 years ago
  21. f4b9c77 Changed test to validate rtp timstamps not just in RTP packets but also in RTCP Sender Reports. by danilchap · 10 years ago
  22. 55b97fe clang-format -i -style=file webrtc/voice_engine/channel.* by kwiberg · 10 years ago
  23. 6043f2e Revert of Adding "first packet received" notification to PeerConnectionObserver. (patchset #5 id:80001 of https://codereview.webrtc.org/1581693006/ ) by terelius · 10 years ago
  24. e73afba New rtc::VideoSinkInterface. by nisse · 10 years ago
  25. 533a4e4 Switch critical section locks out for atomic operations by tommi · 10 years ago
  26. bec70ab https://github.com/w3c/webrtc-stats/pull/10/files added mediaType to the tracks. The closest in the current stats is the ssrc type. by fippo · 10 years ago
  27. 6a062bd Deleted method AudioTrackInterface::GetRenderer. by nisse · 10 years ago
  28. edc978d Roll chromium_revision da1acd5..ea1b30c (371832:371978) by kjellander · 10 years ago
  29. ab8f82f Make ECDSA default for RTCPeerConnection by tkchin · 10 years ago
  30. 691b836 Using buffered signal to calculate the level of echo cancellation. by minyue · 10 years ago
  31. d162a5e Add shouldDisableBuffering to RTCFileLogger. by tkchin · 10 years ago
  32. 919ff75 Use high QP threshold for HW VP8 encoder frame downscaling. by glaznev · 10 years ago
  33. da2183c Update API for Objective-C RTCDataChannelConfiguration. by hjon · 10 years ago
  34. 08a6eab Adding "first packet received" notification to PeerConnectionObserver. by Taylor Brandstetter · 10 years ago
  35. d7a75d7 Roll chromium_revision c6ec25c..da1acd5 (371549:371832) by kjellander · 10 years ago
  36. 7b3c72f Revert of Adding "first packet received" notification to PeerConnectionObserver. (patchset #4 id:60001 of https://codereview.webrtc.org/1581693006/ ) by deadbeef · 10 years ago
  37. 42265a8 Adding "first packet received" notification to PeerConnectionObserver. by Taylor Brandstetter · 10 years ago
  38. 80f1db9 Include relay protocol type when computing the turn candidate foundation. by Honghai Zhang · 10 years ago
  39. 3afc8c4 Consolidate SetSendParameters into one setter. by Peter Boström · 10 years ago
  40. ec2922f Change PeerConnectionFactory.setVideoHwAccelerationOptions to create shared Egl context for harware encoders and decoders. by Per · 10 years ago
  41. 2098fca Revert of New rtc::VideoSinkInterface. (patchset #7 id:120001 of https://codereview.webrtc.org/1594973006/ ) by nisse · 10 years ago
  42. a862d45 New rtc::VideoSinkInterface. by Niels Möller · 10 years ago
  43. f5dca48 Add transport sequence number on the non-pacer path of the rtp sender. by Stefan Holmer · 10 years ago
  44. 1c39098 Use rtc::time for all your timing needs! by Erik Språng · 10 years ago
  45. d673b0f [rtp_rtcp] Fix potentional time difference between rtp and rtcp packets. by Danil Chapovalov · 10 years ago
  46. b11e97a Move talk/media/webrtc/OWNERS to talk/media. by Peter Boström · 10 years ago
  47. 0b518bf Remove incorrect cast to AsyncSocketAdapter. by Peter Boström · 10 years ago
  48. bab934b H.264 video codec support using OpenH264 (http://www.openh264.org/) for encoding and FFmpeg (https://www.ffmpeg.org/) for decoding. by hbos · 10 years ago
  49. fab0a28 Fix BasicNetworkManager not to spam logs when internet is unreacheable. by Sergey Ulanov · 10 years ago
  50. 3ea1852 Sync build_ios_libs.sh script with http://webrtc.org/native-code/ios/ by hjon · 10 years ago
  51. 4cb3e39 Fix compilation if HAVE_WEBRTC_VIDEO is not defined. by jbauch · 10 years ago
  52. 6d49a8e Update API for Objective-C RTCConfiguration. by hjon · 10 years ago
  53. 7b582a2 Roll chromium_revision 2ca77c1..c6ec25c (371488:371549) by kjellander · 10 years ago
  54. a2c5523 Allow packets to be reordered in the fake network pipe. by philipel · 10 years ago
  55. 7fd8817 Fix type of local encoded length variable from uint32_t to size_t. by asapersson · 10 years ago
  56. 59b2d3e Remove zero-divide in VCMContentMetricsProcessing. by Peter Boström · 10 years ago
  57. 8327713 AudioCodingModuleImpl: Put CodecManager and Rent-A-Codec in a separate struct by kwiberg · 10 years ago
  58. d0c7bba [rtp_rtcp] Dlrr::SubBlock struct renamed to ReceiveTimeInfo by Danil Chapovalov · 10 years ago
  59. 5c7f110 Roll chromium_revision fb2e77c..2ca77c1 (371273:371488) by kjellander · 10 years ago
  60. 6a07f12 AudioCodingModuleImpl: Initialize encoder_stack_ to nullptr by kwiberg · 10 years ago
  61. 2bdcfad Revert of Removing webrtc::AudioFrame::energy_. (patchset #2 id:20001 of https://codereview.webrtc.org/1589953002/ ) by terelius · 10 years ago
  62. ffa3fdc Reallocate encoded buffer size if needed for VP8. Initially set to the input image size. by asapersson · 10 years ago
  63. e791ffd Remove non-monotonic clock support by sprang · 10 years ago
  64. 4fd6cda Add tracing to VCMGenericEncoder::Release. by Peter Boström · 10 years ago
  65. 86956de Small cleanup in VP9EncoderImpl::GetEncodedLayerFrame. by asapersson · 10 years ago
  66. bacae81 Remove webrtc::AudioFrame::energy_. by minyue · 10 years ago
  67. 58a80b5 Roll chromium_revision 717238e..fb2e77c (370438:371273) by kjellander · 10 years ago
  68. 85b22e2 Remove vp8_factory.{cc,h}. by Peter Boström · 10 years ago
  69. b332e5d Roll chromium_revision 6a04368..717238e (370362:370438) + tcmalloc by primiano · 10 years ago
  70. 28ba927 Switch to use new implementation in metrics.h. by asapersson · 10 years ago
  71. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 10 years ago
  72. 7d0d0e0 Remove dead code from webrtc/base/timing.* by tommi · 10 years ago
  73. 9de632a Deleted unused enums MediaChannelOptions and VoiceMediaChannelOptions, by nisse · 10 years ago
  74. 7a83951 Fix a bug in webrtc::ByteReader by henrik.lundin · 10 years ago
  75. f91e6d0 Enable cpplint for webrtc/modules/bitrate_controller and fix all uncovered cpplint errors. by jbauch · 10 years ago
  76. e373dc2 Update API for Objective-C RTCDataChannel. by hjon · 10 years ago
  77. 38b39d5 Temporary hack to avoid assert errors when time moves backwards. by sprang · 10 years ago
  78. cc71c41 Revert "Disable P2PTransport...TestFailoverControlledSide on Memcheck" by tnakamura · 10 years ago
  79. 0a37497 Deleted unused method SetDumpPath and unneeded includes. by nisse · 10 years ago
  80. c8930ba Disable WebRtcSessionTest.TestStunError on Win. by minyue · 10 years ago
  81. 9846845 Calculate audio levels in AEC in time domain. by minyue · 10 years ago
  82. 5447934 Remove implementation of CriticalSectionWrapper and use rtc::CriticalSection by tommi · 10 years ago
  83. 7406b96 CriticalSection: Use types+methods from base/platform_thread*.*. by tommi · 10 years ago
  84. 32e590e class doesn't rely on structures in RTCPUtility to store data. by Danil Chapovalov · 10 years ago
  85. 3fe2c6a VideoProcessorImpl using EncodedImage::GetBufferPaddingBytes. by hbos · 10 years ago
  86. ed281e9 New lock implementation for mac. by tommi · 10 years ago
  87. 2bf9a5f Update API for Objective-C RTCMediaStream. by Jon Hjelle · 10 years ago
  88. ca91e38 Update API for Objective-C RTCAudioTrack and RTCVideoTrack. by Jon Hjelle · 10 years ago
  89. 97888bd Swap use of CriticalSectionWrapper for rtc::CriticalSection in webrtc/video. by Tommi · 10 years ago
  90. 7ac8bab Move RTCAVFoundationCapturer to webrtc/api/objc. by Jon Hjelle · 10 years ago
  91. 891a446 Update/move RTCVideoRendererAdapter to webrtc/api/objc. by Jon Hjelle · 10 years ago
  92. 31fc21f Swap use of CriticalSectionWrapper with rtc::CriticalSection in voice_engine/ by tommi · 10 years ago
  93. 8947a01 Fixing an uninitialized variable in webrtcsession_unittest. by deadbeef · 10 years ago
  94. fa15669 Fix probing breakage with send-side BWE introduced by r11322. by stefan · 10 years ago
  95. fea3dd8 Fix a bug in InputAudioFile::Read by henrik.lundin · 10 years ago
  96. af9e663 Make rtc::CriticalSection lockable from f() const. by Peter Boström · 10 years ago
  97. 3c16978 Remove cast to LocalAudioSource from AudioRtpSender. by Tommi · 10 years ago
  98. 32be07b Remove RentACodec::GetEncoderStack by kwiberg · 10 years ago
  99. 693a114 Add stefan@webrtc.org to webrtc/test/OWNERS. by Peter Boström · 10 years ago
  100. 3313ec9 Enable transport seq num extension on receive channel to suppress log warning. by stefan · 10 years ago