1. de65ddc This CL renames variables and method and removes some one-line by peah · 8 years ago
  2. 9b7b753 Avoid max bitrate probing when exponential probing in progress by Irfan Sheriff · 8 years ago
  3. b55c434 Removed bitrate_controller.h file reference from gn file. by charujain · 8 years ago
  4. 3d2ea1d Temporarily remove ios_api_framework from the commit queue. by ehmaldonado · 8 years ago
  5. a49cbd3 Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  6. 80a5bf1 Reland of Fix android_junit_tests and add a GN target for them. (patchset #1 id:1 of https://codereview.webrtc.org/2345163003/ ) by sakal · 8 years ago
  7. 71b8393 Remove name parameter from HistogramAdd function. by sakal · 8 years ago
  8. a6974d7 NetEq: Remove a test printout by henrik.lundin · 8 years ago
  9. 57b4900 Change AppRTCDemoJUnitTest to use LocalRobolectricTestRunner. by sakal · 8 years ago
  10. 186cd06 Adding DTX controller to audio network adaptor. by minyue · 8 years ago
  11. 3011627 Revert of Update test code to use I420Buffer when writing pixel data. (patchset #2 id:140001 of https://codereview.webrtc.org/2342783003/ ) by nisse · 8 years ago
  12. d21534a Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2342123003/ ) by nisse · 8 years ago
  13. ea938c0 Remove Android tests GYP target. by sakal · 8 years ago
  14. 667bd07 Enable turn, sdp, pseudotcp and stun parse/validator fuzzers. by phoglund · 8 years ago
  15. 1431d49 Revert of Fix android_junit_tests and add a GN target for them. (patchset #3 id:90001 of https://codereview.webrtc.org/2344133002/ ) by sakal · 8 years ago
  16. 51fe1d8 Reland of Fix android_junit_tests and add a GN target for them. (patchset #1 id:1 of https://codereview.webrtc.org/2341213003/ ) by sakal · 8 years ago
  17. 9adb1ff Revert of Fix android_junit_tests and add a GN target for them. (patchset #1 id:20001 of https://codereview.webrtc.org/2346793002/ ) by henrika · 8 years ago
  18. f72321a Update anroidapp/README for GN build. by sakal · 8 years ago
  19. fbf1460 Revert of Update test code to use I420Buffer when writing pixel data. (patchset #5 id:80001 of https://codereview.webrtc.org/2333373007/ ) by nisse · 8 years ago
  20. 971eb27 Removing, opening and creating files in platform_file and file by Viktor Palmkvist · 8 years ago
  21. 280ad15 Update test code to use I420Buffer when writing pixel data. by Niels Möller · 8 years ago
  22. e9a3c7f Wrap ScreenCapturer with ScreenCapturerDifferWrapper by zijiehe · 8 years ago
  23. 2dc4cde Correcting the enabling of the level controller in the audio processing simulator by peah · 8 years ago
  24. 74e1a4f PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. by hbos · 8 years ago
  25. fe7d091 Fixing a couple cases that cause ProcessAllMessageQueues to hang. by Taylor Brandstetter · 8 years ago
  26. 9ecb085 Adding logs to track potential cause of not starting port allocation. by Honghai Zhang · 8 years ago
  27. fb2c1d0 Add voe_cmd_test to voice_engine/BUILD.gn (and remove it from voice_engine.gyp, together with the channel_transport gyp target) by solenberg · 8 years ago
  28. 232c56b Add logging available fps ranges to Camera2Session. by sakal · 8 years ago
  29. bb716da Fix android_junit_tests and add a GN target for them. by sakal · 8 years ago
  30. 530b3f5 Merge RtcpReceiver::Handle<Packet>Item functions into Handle<Packet> by Danil Chapovalov · 8 years ago
  31. 9fdbda6 Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ ) by perkj · 8 years ago
  32. 95a226f Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  33. 91511f1 Split RtcpReceiver::HandleSenderReceiverReport into two functions by Danil Chapovalov · 8 years ago
  34. edebf45 Use I420Buffer rather than VideoFrameBuffer when writing pixels. by nisse · 8 years ago
  35. 8faf9e0 Removed the const char* (StaticString) type from RTCStatsMember. by hbos · 8 years ago
  36. 4ed5b9f Android SurfaceViewRenderer: Create EGL context on render thread by Magnus Jedvert · 8 years ago
  37. ec62374 Reland of Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. (patchset #1 id:1 of https://codereview.webrtc.org/2340253003/ ) by maxmorin · 8 years ago
  38. 0a6e0dc Disable all screen-capturer tests by stefan · 8 years ago
  39. 17f008b GYP: Remove targets inside include_tests==1 that are converted to GN. by kjellander · 8 years ago
  40. 8b28b80 Assume ProjectRootPath() equals ../.. in Desktop by ehmaldonado · 8 years ago
  41. d268d6f Stash non layer-sync frames if we have not yet received an earlier frame for this layer. by philipel · 8 years ago
  42. ebc34e7 [GN] Add rtc_sdk_framework_objc target to GN by kthelgason · 8 years ago
  43. 11ace15 The VoE functionality to apply receive-side processing to VoE channels is unused. I'm removing it so we can avoid instantiating a full APM per channel (and thus also for webrtc::AudioSendStream and webrtc::AudioReceiveStream), and then never use it. by solenberg · 8 years ago
  44. 70d0124 MB: Change Android Clang to build shared instead of static. by kjellander · 8 years ago
  45. 5a20ed3 Fix undefined reference to log2 on android by Kári Tristan Helgason · 8 years ago
  46. 89fb920 Revert of Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. (patchset #1 id:1 of https://codereview.webrtc.org/2346763002/ ) by maxmorin · 8 years ago
  47. 100c9d0 Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. by maxmorin · 8 years ago
  48. 705ecc5 GN: Change group deps to public_deps. by kjellander · 8 years ago
  49. c26f77f Remove a couple of unnecessary dependencies on gflags by henrik.lundin · 8 years ago
  50. f807a52 iSAC: Remove unnecessary WEBRTC_LINUX define by kjellander · 8 years ago
  51. 0d14c6a Add method cricket::VideoCapturer::NeedsDenoising, use in VideoCapturerTrackSource. by nisse · 8 years ago
  52. 8295c93 [WebRTC] Add TwoCapturers test and TwoMagnifierCapturers test by zijiehe · 8 years ago
  53. 3626d7e Move CopyOnWriteBuffer functions definitions from .h to .cc by Danil Chapovalov · 8 years ago
  54. 2e164c6 Adding ChannelController to audio network adaptor. by minyue · 8 years ago
  55. fdafab8 Fix issues with rtc_stats_unittests tests so that they can run on bots. by hbos · 8 years ago
  56. 6fa69c9 Relaxed unnecessarily stringent thread checking in WebRtcAudioSendStream::OnData(). by solenberg · 8 years ago
  57. cbae0b4 Use I420Buffer rather than VideoFrameBuffer when writing pixels. by nisse · 8 years ago
  58. bc18fc0 Change onCameraOpening to take camera name as a parameter instead of camera id. by sakal · 8 years ago
  59. 9e2be5f webrtc/modules/audio_processing: Use RTC_DCHECK() instead of assert() by kwiberg · 8 years ago
  60. 3a7f35b GN: Declare resources for targets. by ehmaldonado · 8 years ago
  61. 52a5703 Enable BWE logging to command line when rtc_enable_bwe_test_logging is set to true by gaetano.carlucci · 8 years ago
  62. b471d1c Android EglBase: Include EGL error code in exceptions by magjed · 8 years ago
  63. 194f40a Refactor QualityScaler and MovingAverage by kthelgason · 8 years ago
  64. a075848 New method TimestampAligner::TranslateTimestamp by nisse · 8 years ago
  65. f8a4ecc Remove dependency of audio_device on metrics_default. by maxmorin · 8 years ago
  66. 17366bc Remove handling unused rtcp packets. by danilchap · 8 years ago
  67. cdf37a9 Delete Timing class, timing.h, and update all users. by nisse · 8 years ago
  68. d29e3ea Added build flag around the Intelligibility enhancer performance test code by peah · 8 years ago
  69. caa9cb2 Adding basic implementation of AudioNetworkAdaptor. by minyue · 8 years ago
  70. dd12892 Reland of Make rtcp parsing implementation private in RtcpReceiver (patchset #1 id:1 of https://codereview.webrtc.org/2332673003/ ) by danilchap · 8 years ago
  71. d59d3bb Replace a DCHECK with static_assert by kwiberg · 8 years ago
  72. ba56b6c Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ by solenberg · 8 years ago
  73. bb723e5 Fixed video_loopback target. by charujain · 8 years ago
  74. 2b2779f Make CopyOnWriteBuffer keep capacity for SetData and Clear functions too. by Danil Chapovalov · 8 years ago
  75. 9708884 Update rtcp receiver fuzzer to use generic function by Danil Chapovalov · 8 years ago
  76. 6631e8a Minor fixes in FEC and RtpSender{,Video} by brandtr · 8 years ago
  77. 07d9e54 Revert of Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ (patchset #7 id:120001 of https://codereview.webrtc.org/2319583005/ ) by solenberg · 8 years ago
  78. 22487b2 webrtc/base: Use RTC_DCHECK() instead of assert() by kwiberg · 8 years ago
  79. ade2a03 Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ by solenberg · 8 years ago
  80. 88ac853 The current scheme for setting parameters and specifying the by peah · 8 years ago
  81. b2540bb Probing: Add support for exponential startup probing by Irfan Sheriff · 8 years ago
  82. a421ddd The buffering of the farend signal is refactored in this CL. by peah · 8 years ago
  83. b3f7876 Add printStackTrace method to CameraCapturer. by sakal · 8 years ago
  84. 78ce619 Extract simulcast rate allocation outside of video encoder. by Erik Språng · 8 years ago
  85. 7b11c65 MB: Move iOS GYP bots to use limited support config by kjellander · 8 years ago
  86. 8e56521 The output signal of the AEC needs to be buffered as the by peah · 8 years ago
  87. a64a2fb Fix oversized rtp extension parsing. by Danil Chapovalov · 8 years ago
  88. 180e452 Revert of Make rtcp parsing implementation private in RtcpReceiver (patchset #1 id:1 of https://codereview.webrtc.org/2320603002/ ) by danilchap · 8 years ago
  89. faf708e Make rtcp parsing implementation private in RtcpReceiver: by Danil Chapovalov · 8 years ago
  90. 1a0533d Add statistics for the time it takes to start and stop the camera on Camera2. by sakal · 8 years ago
  91. 6ffb67d Add periodic logging of number of captured and dropped frames in VideoCaptureInput. Logged every minute. by asapersson · 8 years ago
  92. 11d5766 GN: Revert to default compiler optimizations for Win Release. by kjellander · 8 years ago
  93. 10f606d Revert of Introduced new scheme for controlling the functionality inside the audio processing module (patchset #12 id:260001 of https://codereview.webrtc.org/2292863002/ ) by kjellander · 8 years ago
  94. 5df5434 Fix a type mistake by honghaiz · 8 years ago
  95. 2ace3f9 The audio processing module (APM) relies on two for by peah · 8 years ago
  96. 1d02d3e Remove RTC_LOGGED_* macro. by asapersson · 8 years ago
  97. d5fff50 Removing assert error when we fail to create a connection for a ping from an unknown address. by Honghai Zhang · 8 years ago
  98. ed0b0db Revert "Optimize Android NV12 capture" by jackychen · 8 years ago
  99. c8bbe3f The current scheme for setting parameters and specifying the behavior by peah · 8 years ago
  100. e753641 Adding ability to simulate EWOULDBLOCK/SignalReadyToSend. by Taylor Brandstetter · 8 years ago