1. 4b6381a Move SSLIdentity Generate() implementations from .h to .cc file. by Torbjorn Granlund · 9 years ago
  2. cfeeb57 Avoid overflow in WebRtcSpl_Sqrt by henrik.lundin · 9 years ago
  3. 9095cbe Implement certificate lifetime parameter as required by WebRTC RFC. by torbjorng · 9 years ago
  4. a2d4656 Stop decoders in VideoReceiveStream destructor. by Peter Boström · 9 years ago
  5. f289902 Replaced eglbase_jni with with holding a EglBase in PeerConnectionFactory. by perkj · 9 years ago
  6. 82c16b0 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/ by kwiberg · 9 years ago
  7. 7f2ab9b Reland of Don't send FEC for H.264 with NACK enabled. (patchset #1 id:1 of https://codereview.webrtc.org/1692783005/ ) by Peter Boström · 9 years ago
  8. a96ea33 removed five redundant avsync tests to make webrtc_perf_test faster by Danil Chapovalov · 9 years ago
  9. 2412399 Rename libjingle_p2p_unittest -> rtc_pc_unittests by kjellander@webrtc.org · 9 years ago
  10. 4df8757 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/test/ by kwiberg · 9 years ago
  11. 067ab64 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/neteq/ by kwiberg · 9 years ago
  12. 5b5159c Move refcount.h and scoped_ref_ptr.h to rtc_base_approved. BUG= by tommi · 9 years ago
  13. 9dbcb46 Replace scoped_ptr with unique_ptr in webrtc/modules/audio_coding/codecs/ by kwiberg · 9 years ago
  14. 9ff1162 Moved the GainControlForNewAGC class to be a separate file. by peah · 9 years ago
  15. 8814c4d Add VP9 to full stack tests. by asapersson · 9 years ago
  16. 41fd7aa Revert of Don't send FEC for H.264 with NACK enabled. (patchset #5 id:80001 of https://codereview.webrtc.org/1687303002/ ) by deadbeef · 9 years ago
  17. 4f62602 Android: Make VideoCapturer an interface for all VideoCapturers to implement by Magnus Jedvert · 9 years ago
  18. 2274701 Removes Nexus 5 from AEC and NS blacklists by henrika · 9 years ago
  19. cb66997 Fix race on VCM protection callback. by Peter Boström · 9 years ago
  20. 79a7854 Remove Reset from conditionally-compiled decoders. by Peter Boström · 9 years ago
  21. 902de20 Remove no-op VideoDecoder::Reset implementation. by Peter Boström · 9 years ago
  22. 77388b8 Don't send FEC for H.264 with NACK enabled. by Peter Boström · 9 years ago
  23. a03078f Rename libjingle_media_unittest -> rtc_media_unittests by kjellander@webrtc.org · 9 years ago
  24. 5ec5665 Add OWNERS file in webrtc/pc by kjellander@webrtc.org · 9 years ago
  25. 7c6e107 Fix VideoCapturer::OnMessage override by Per · 9 years ago
  26. 886513ef This reland https://codereview.webrtc.org/1655793003/ with the change that cricket::VideoCapturer::SignalVideoFrame is added back and used for frame forwarding. It is used in Chrome remoting. by Per · 9 years ago
  27. c0923c4 Remove spammy GetRTPStatistics() log. by Peter Boström · 9 years ago
  28. e1a2ad1 Introduce struct MediaConfig, with construction-time settings. by nisse · 9 years ago
  29. 7799810 Initial cleanup of cricket::VideoFrame. by nisse · 9 years ago
  30. 96ce682 Fix license headers in webrtc/pc by kjellander · 9 years ago
  31. 4056bb6 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 9 years ago
  32. c8ca0e2 Rename webrtc/media/webrtc -> webrtc/media/engine by kjellander@webrtc.org · 9 years ago
  33. 268ca3d Update API for Objective-C RTCPeerConnection. by hjon · 9 years ago
  34. 856cecc Use std::vector in the PayloadRouter interface. by Peter Boström · 9 years ago
  35. 43e92cf rtc::Buffer: Replace an internal rtc::scoped_ptr with std::unique_ptr by kwiberg · 9 years ago
  36. c506128 Revert of Android: Remove VideoCapturer (patchset #2 id:20001 of https://codereview.webrtc.org/1684403002/ ) by kjellander · 9 years ago
  37. 66a7aa6 Fix negative shift exponent in WPDTree by aluebs · 9 years ago
  38. 4959429 Fix division by zero errors in IntelligibilityEnhancer by Alejandro Luebs · 9 years ago
  39. 67ccaf7 Fixing bug in MediaStream.java that caused double disposal of track. by deadbeef · 9 years ago
  40. ef22634 Android: Remove VideoCapturer by Magnus Jedvert · 9 years ago
  41. b9e52a6 Added accessor and Parse function. Create function merged into one. by danilchap · 9 years ago
  42. b6bb7aa Move the decoder thread into VideoReceiveStream. by Peter Boström · 9 years ago
  43. 4ba95f2 Added empty files for VideoBroadcaster so adding them don't break Chrome. by Per · 9 years ago
  44. 2a03e7e iOS: Remove MB and Goma for GYP builders. by kjellander · 9 years ago
  45. c878eb1 Extract send-side ViEReceiver calls. by Peter Boström · 9 years ago
  46. dd8a3a7 iOS: Add mb_type config for GYP builders. by kjellander · 9 years ago
  47. 3f8f82b PRESUBMIT: Add check for JSON parse errors + fix JSON by kjellander · 9 years ago
  48. 25b4a62 Initialize VideoSendStream members in constructor. by Peter Boström · 9 years ago
  49. 364139a Add support for rtx with h264. by stefan · 9 years ago
  50. 4fc5399 Fix two UBSan warnings in NetEq by henrik.lundin · 9 years ago
  51. dbeeb30 Revert of Make cricket::VideoCapturer implement VideoSourceInterface (patchset #14 id:300001 of https://codereview.webrtc.org/1655793003/ ) by perkj · 9 years ago
  52. 6a24b0a This cl introduce a VideoSourceInterface and let cricket::VideoCapturer implement it. by Per · 9 years ago
  53. b0a6bea Revert of Initial cleanup of cricket::VideoFrame. (patchset #3 id:40001 of https://codereview.webrtc.org/1688643003/ ) by nisse · 9 years ago
  54. d630f2f Revert of Make cricket::VideoCapturer implement VideoSourceInterface (patchset #12 id:260001 of https://codereview.webrtc.org/1655793003/ ) by perkj · 9 years ago
  55. 00d9612 Initial cleanup of cricket::VideoFrame. by nisse · 9 years ago
  56. 9b1a6bd This cl introduce a VideoSourceInterface and let cricket::VideoCapturer implement it. by perkj · 9 years ago
  57. 73be68e Fix IntelligibilityEnhancerTest.TestRenderUpdate test by Alejandro Luebs · 9 years ago
  58. fe78ac6 Using the NS noise estimate for the IE by aluebs · 9 years ago
  59. 0b555f5 Associate "score" attribute with SSIM so that future perf graphs know that an increase in SSIM should be considered an improvement. by tnakamura · 9 years ago
  60. d64d708 Remove VideoFormat from WebRtcVideoEngine2. by Peter Boström · 9 years ago
  61. a4777ed Added A/V sync tests with drifting clocks. by danilchap · 9 years ago
  62. 405c617 Set rtc_prefer_fixed_point to true on arm64 to match GYP by pkotwicz · 9 years ago
  63. 08d3cec Cleanup temporary files created by tests. by jbauch · 9 years ago
  64. bb60460 Experimental patch for adapting adaptation to CPU count on Mac. by torbjorng · 9 years ago
  65. 95ed4e6 Fix license headers in webrtc/api. by kjellander · 9 years ago
  66. 61453e2 Cleanup after talk/media move. by kjellander@webrtc.org · 9 years ago
  67. 608b2be Remove java_home GYP variable from webrtc/build/common.gypi by kjellander · 9 years ago
  68. ca3e436 Moved buffering of farend into the EchoSubtraction method. by peah · 9 years ago
  69. cd2c38a NetEq: Fix a negative shift value by henrik.lundin · 9 years ago
  70. bd0ae45 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago
  71. 6a37a72 Cleanup shared memory handling in DesktopCapturer interface. by sergeyu · 9 years ago
  72. 47c75e3 Surface the noise estimate of the NS to be used by other components by Alejandro Luebs · 9 years ago
  73. 2c4fbb9 Update path for audioproc_debug proto output. by kjellander · 9 years ago
  74. cbb9be4 Switch third_party/gflags to use updated GitHub repo. by kjellander · 9 years ago
  75. b1e646b [rtp_rtcp] Added Sender Report Request rtcp packet. by danilchap · 9 years ago
  76. e739d3f Remove deprecated PeerConnectionObserver::OnStateChange and OnIceComplete by perkj · 9 years ago
  77. bb76360 Avoid OpenH264 encoder bug for #threads > 1 on Mac and Chromium+Sandbox. by hbos · 9 years ago
  78. 6d764e2 Added thread annotations to FifoBuffer. by jbauch · 9 years ago
  79. 1812761 Fix div-by-0 in NetEq's StatisticsCalculator by henrik.lundin · 9 years ago
  80. 872d5a3 Fuzzer tests for AudioDecoder's DecodeRedundant and IncomingPacket by henrik.lundin · 9 years ago
  81. dda2663 Revert of Analyze support in gyp_webrtc (patchset #1 id:1 of https://codereview.webrtc.org/1369683004/ ) by kjellander · 9 years ago
  82. 8f84bfc Enable cpplint for webrtc/modules/pacing and fix all uncovered cpplint errors. by jbauch · 9 years ago
  83. b197661 Create QuicSession by mikescarlett · 9 years ago
  84. e0a1ad6 Add perkj+magjed to webrtc/media/OWNERS by kjellander · 9 years ago
  85. e633973 Fix null-pointer dereference in RTPSenderVideo. by Peter Boström · 9 years ago
  86. ed50be1 Clean up of CongestionController. by Stefan Holmer · 9 years ago
  87. 70ff7ff Remove ViEChannel calls for VideoReceiveStream. by Peter Boström · 9 years ago
  88. eee930e [rtp_rtcp] rtcp::Tmmbn cleaned and got Parse function by danilchap · 9 years ago
  89. 4def420 Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS. by hbos · 9 years ago
  90. db68549 Fix GYP and GN references that are invalid in Chromium builds. by kjellander · 9 years ago
  91. 71ec0dc Change to WebRTC license in webrtc/media by kjellander · 9 years ago
  92. bf0fea5 Revert of Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS. (patchset #1 id:1 of https://codereview.webrtc.org/1674103002/ ) by hbos · 9 years ago
  93. 00f72b4 Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS. by hbos · 9 years ago
  94. dd7f205 check v4l frame rate capability with bitwise method. by Weiyong Yao · 9 years ago
  95. 4e5c0a0 Set use_gtk=0 as default for Chromium builds. by kjellander · 9 years ago
  96. 241e907 Revert of Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS. (patchset #1 id:1 of https://codereview.webrtc.org/1660403004/ ) by hbos · 9 years ago
  97. a27e91a Remove fake cricket::VideoCapturer devices. by Peter Boström · 9 years ago
  98. f1fd452 Default build flag |rtc_use_h264| to |proprietary_codecs| if not on Android/iOS. by hbos · 9 years ago
  99. 7404fbd H264: Improve FFmpeg decoder performance by using I420BufferPool. by hbos · 9 years ago
  100. 468f25d Use a delayed encoder in GetStats test. by Peter Boström · 9 years ago