1. 415d2cd Use webrtc/base/logging.h for video. by Peter Boström · 9 years ago
  2. f9af108 Roll chromium_revision c708f39..c86a4e2 (355993:356002) by kjellander · 9 years ago
  3. 484e548 Roll chromium_revision bbfaf80..c708f39 (355989:355993) by kjellander · 9 years ago
  4. eb2a91e Roll chromium_revision 5512fa0..bbfaf80 (355985:355989) by kjellander · 9 years ago
  5. 7542ed6 Roll chromium_revision da8662f..5512fa0 (355980:355985) by kjellander · 9 years ago
  6. 9ec27e1 Roll chromium_revision da9833c..da8662f (355969:355980) by kjellander · 9 years ago
  7. 5d9b92b Update Bind to match its comments and always capture by value. Also update the generated count to 9 args. by noahric · 9 years ago
  8. 2dd8bf8 Roll chromium_revision 53f0e22..da9833c (355953:355969) by kjellander · 9 years ago
  9. 7d35afd Roll chromium_revision bd99556..53f0e22 (355580:355953) by kjellander · 9 years ago
  10. 401fb06 SurfaceTextureHelper: Remove use of quitSafely() because it's API lvl 18 by magjed · 9 years ago
  11. 238b15d SurfaceViewRenderer: Remove use of quitSafely() because it's API lvl 18 by magjed · 9 years ago
  12. c3402fc EGL10.eglCreateWindowSurface(): Replace Surface input with SurfaceHolder by magjed · 9 years ago
  13. 90d67dd Remove two more deprecated methods from SocketAddress API. by tfarina · 9 years ago
  14. 49e196a Remove VideoFrameType aliases for FrameType. by Peter Boström · 9 years ago
  15. a99069d Fix win32 header include order in rtp_utility.h. by pbos · 9 years ago
  16. 225789d Move logging CriticalSection into implementation. by Peter Boström · 9 years ago
  17. aa04299 Don't wait until distant future to shut down video app. by mflodman · 9 years ago
  18. 27dfe20 Remove final from rtc::Buffer. by noahric · 9 years ago
  19. 1e737c6 Fix thread safety in VcmCapturer. by Peter Boström · 9 years ago
  20. bbe876f Set send times in send time history via OnSentPacket. by stefan · 9 years ago
  21. 9a4cd87 Add support for handling reordered SS data on the receive-side for VP9. by asapersson · 9 years ago
  22. a3587fb clean up field_trial_default target, to be used by remoting_perftests. by guoweis · 9 years ago
  23. 00507f8 Separate StunProber::Start into Prepare and Run so we could create multiple of them and send out STUN pings at regular interval. by guoweis · 9 years ago
  24. 4f6a8b5 Revert of Add experiment on weak ping delay during call set up time (patchset #1 id:1 of https://codereview.webrtc.org/1406153005/ ) by guoweis · 9 years ago
  25. e26ce1b7 Reland of Add experiment on weak ping delay during call set up time (patchset #1 id:1 of https://codereview.webrtc.org/1423443002/ ) by guoweis · 9 years ago
  26. 8c425aa Android: Replace EGL14 with EGL10 by magjed · 9 years ago
  27. ff134eb talk: Use NDEBUG macro. by tfarina · 9 years ago
  28. c80741f Fixing some issues with the direction attribute of m-lines in offers. by deadbeef · 9 years ago
  29. 56149e5 Roll chromium_revision 7c002e5..bd99556 (355518:355580) by kjellander · 9 years ago
  30. b7edb88 Prevent BWE rampdowns without new loss reports. by pbos · 9 years ago
  31. 4a859fd Roll chromium_revision 2c4120b..7c002e5 (355476:355518) by kjellander · 9 years ago
  32. 797ef12 Added StopAecDump function to PeerConnectionFactory. by ivoc · 9 years ago
  33. a74c08d Move i420 files to the right location by Henrik Kjellander · 9 years ago
  34. 48e66b4 GN: Remove build_overrides/v8.gni by Henrik Kjellander · 9 years ago
  35. 4f4ec0a Re-Land: Implement AudioReceiveStream::GetStats(). by Fredrik Solenberg · 9 years ago
  36. b1ce663 Allow encoders to fall back dynamically to software. by noahric · 9 years ago
  37. b788bc2 Add Mac-specific resource to modules_unittests.isolate by Henrik Kjellander · 9 years ago
  38. 93ea78b Add test resources to libjingle_media_unittest.isolate by Henrik Kjellander · 9 years ago
  39. 9589e2a Update isolate files for swarming tests by Henrik Kjellander · 9 years ago
  40. 4f47ed4 Roll chromium_revision fecea52..2c4120b (355266:355476) by kjellander · 9 years ago
  41. 522fac7 Roll chromium_revision 9a72f7c..fecea52 (355218:355266) by kjellander · 9 years ago
  42. affa39c Remove time constraint on first retransmit of a packet. by sprang · 9 years ago
  43. c96df77 - Introduce internal classes WebRtcAudio[Send|Receive]Stream in WebRtcVoiceMediaChannel. by solenberg · 9 years ago
  44. f4d23b2 Remove MockVideoCapturer by magjed · 9 years ago
  45. dfa2815 Update receive report SSRCs on RemoveSendStream. by Peter Boström · 9 years ago
  46. 0c478b3 Rename ChannelGroup to CongestionController and move to webrtc/call/. by mflodman · 9 years ago
  47. edcbd56 Adding the OnePlus 2 device to AEC and NS blacklists. by henrika · 9 years ago
  48. 0a87ffc Fix bug in how send timestamps are converted to 24 bits. by Stefan Holmer · 9 years ago
  49. e378702 ChannelGroup cleanup. by mflodman · 9 years ago
  50. 45c136b Adds support for Bluetooth headsets to the iOS audio layer. by henrika · 9 years ago
  51. 6e58720 Introduce rtc::Maybe<T>, which either contains a T or not. by Karl Wiberg · 9 years ago
  52. b64a32b Remove old VideoFrame::Reset. by Peter Boström · 9 years ago
  53. 3b7c793 New DtlsIdentityStoreInterface::RequestIdentity added that takes rtc::KeyParams. The old RequestIdentity still exists that take rtc::KeyType. by hbos · 9 years ago
  54. a01d440 Revert of Add experiment on weak ping delay during call set up time (patchset #4 id:60001 of https://codereview.webrtc.org/1411883002/ ) by tommi · 9 years ago
  55. 86b0160 Add stats for average QP per frame for VP8 (for received video streams): by asapersson · 9 years ago
  56. 47dcb23 Roll chromium_revision 01cbe8a..9a72f7c (355025:355218) by kjellander · 9 years ago
  57. fcab1cd Disable VP9 resize test for now. by Marco · 9 years ago
  58. e4f9650 Remove system_wrappers/interface/trace_event.h by tommi · 9 years ago
  59. 3cf20ed Will re-enable after libvpx roll, needs to be updated. by Marco · 9 years ago
  60. 0a617e2 Remove the default send channel in WVoE. by solenberg · 9 years ago
  61. 3bf69b15 Add experiment on weak ping delay during call set up time by Guo-wei Shieh · 9 years ago
  62. 30a5b5e passing |buffer| by reference in AndroidVideoCapturer::OnIncomingFrame by olka · 9 years ago
  63. 3866c4f Testing that waiting for a condition variable waits. by hta · 9 years ago
  64. 43e83d4 Revert of Implement AudioReceiveStream::GetStats(). (patchset #19 id:360001 of https://codereview.webrtc.org/1390753002/ ) by solenberg · 9 years ago
  65. 5a197dd Remove files added by mistake. by Fredrik Solenberg · 9 years ago
  66. a457752 Implement AudioReceiveStream::GetStats(). by Fredrik Solenberg · 9 years ago
  67. 5460f9b Workaround for false positive -Wmaybe-uninitialized being triggered on some compilers by msniegocki · 9 years ago
  68. 9172234 Roll chromium_revision 5d149df..01cbe8a (354955:355025) by kjellander · 9 years ago
  69. 7ae9262 Suppress libyuv::TestCpuFlag races. by Peter Boström · 9 years ago
  70. eff0fc6 Adding missing stats class registration, lost in #10298. by mflodman · 9 years ago
  71. da535c4 Add histogram for percentage of sent frames that are limited in resolution due to bandwidth: by asapersson · 9 years ago
  72. 42b1478 Roll chromium_revision 0f9b2fd..5d149df (354799:354955) by kjellander · 9 years ago
  73. 1897f77 Make the high frequency correction range depend on the target angle by aluebs · 9 years ago
  74. 4a66e4a Make the separation between target and interferer scenario depend on microphone spacing in NonlinearBeamformer by aluebs · 9 years ago
  75. c6aec4b Fix HW video codec stack traces reporting. by Alex Glaznev · 9 years ago
  76. 0d97d53 Fix off-by-one error in PRNG. by solenberg · 9 years ago
  77. 86721fe Roll chromium_revision 8801af5..0f9b2fd (354718:354799) by kjellander · 9 years ago
  78. dd2bd26 Update iOS merge script. by tkchin · 9 years ago
  79. 023f3ef Create network change notifier and pass the event to NetworkManager by honghaiz · 9 years ago
  80. 0dbf009 Remove the video channel id completely. by mflodman · 9 years ago
  81. f56eca0 Remove dummyinstantiation.cc. by Peter Boström · 9 years ago
  82. 65a0367 Revert of Add screenshare perf tests with lossy links (patchset #1 id:1 of https://codereview.webrtc.org/1409513005/ ) by sprang · 9 years ago
  83. 5a28939 Added thread checker to webrtc::Call. by solenberg · 9 years ago
  84. 22993e1 Unify FrameType and VideoFrameType. by pbos · 9 years ago
  85. 4306fc7 Add histogram for percentage of sent frames that are limited in resolution due to quality: by asapersson · 9 years ago
  86. a20de20 Move ownership of receive ViEChannel to VideoReceiveStream. by mflodman · 9 years ago
  87. 1c49bf9 Roll chromium_revision 37d6b63..8801af5 (354704:354718) by kjellander · 9 years ago
  88. 2f24175 Roll chromium_revision 406df39..37d6b63 (354701:354704) by kjellander · 9 years ago
  89. 1760ba3 Roll chromium_revision d2e1b51..406df39 (354694:354701) by kjellander · 9 years ago
  90. 0d2e70e Roll chromium_revision 54d0dc5..d2e1b51 (354685:354694) by kjellander · 9 years ago
  91. df200d1 Suppressing TestUdpReadyToSendIPv4 on ASan. by minyue · 9 years ago
  92. 743f50a Roll chromium_revision a3402c9..54d0dc5 (354680:354685) by kjellander · 9 years ago
  93. ecce2ba Roll chromium_revision ae74f84..a3402c9 (354660:354680) by kjellander · 9 years ago
  94. 3eab10d Add back an override of RestoreOriginalPacket. by noahric · 9 years ago
  95. 89f168a Roll chromium_revision 238710d..ae74f84 (354489:354660) by kjellander · 9 years ago
  96. 45daf7b Implement new version of the NonlinearBeamformer by aluebs · 9 years ago
  97. c7a8b08 Add webrtc::AudioSendStream and methods on webrtc::Call to create and delete AudioSendStreams. by solenberg · 9 years ago
  98. 9781152 Add new Android camera events. by Alex Glaznev · 9 years ago
  99. be16f79 Remove simulcast bitrate modes. by pbos · 9 years ago
  100. 6ca1ac4 Get rid of deprecated HttpClient fail_redirect accessors. by tfarina · 9 years ago