1. c19f312 This CL adds functionality in the level controller to by peah · 8 years ago
  2. 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  3. 0d348d6 Avoid race in VideoReceiveStream shutdown by sprang · 8 years ago
  4. dda6ec0 Make cricket::VideoFrame inherit webrtc::VideoFrame. Delete by nisse · 8 years ago
  5. 0d382ef Cleaning build file for audio network adaptor. by minyue · 8 years ago
  6. bf369fe Replace rtcp parser in rtc event log handlers. RTCPUtility is going away. by danilchap · 8 years ago
  7. 05f3ec1 Fix "left shift of negative value" bug by kwiberg · 8 years ago
  8. d2cf1ce Remove legacy Camera2Enumerator.isSupported method. by sakal · 8 years ago
  9. c7901c6 Delete macsocketserver.h and related files. by nisse · 8 years ago
  10. df494b0 Android: Split out EGL rendering from SurfaceViewRenderer to separate class by magjed · 8 years ago
  11. 3654251 Reland of https://codereview.webrtc.org/2396483002/ by aleloi · 8 years ago
  12. a485dab Revert of Made MixerAudioSource a pure interface. (patchset #7 id:350001 of https://codereview.webrtc.org/2396483002/ ) by aleloi · 8 years ago
  13. 2ae5fdf Made MixerAudioSource a pure interface. by aleloi · 8 years ago
  14. 2334b70 Add support for component builds on Windows Swarming. Attempt 2 by ehmaldonado · 8 years ago
  15. ab9f6e4 RTCIceCandidateStats[1] added. by hbos · 8 years ago
  16. 3dcfd64 Make bwe_simulator a separate test target that doesnt run on the bots by terelius · 8 years ago
  17. 2334559 Revert of Add support for component builds on Windows Swarming. (patchset #2 id:100001 of https://codereview.webrtc.org/2389133002/ ) by ehmaldonado · 8 years ago
  18. 66d4ce9 Add support for component builds on Windows Swarming. by ehmaldonado · 8 years ago
  19. ae04e36 Cleanup unused dependency on video_capture_module. by perkj · 8 years ago
  20. e402a14 Make process interval configurable for MaxCounter class. by asapersson · 8 years ago
  21. 9cc012d GN: Add missing config //webrtc:common_objc for rtc_sdk_common_objc by kjellander · 8 years ago
  22. 7056be9 Delete old video defines in engine config. by mflodman · 8 years ago
  23. 0b4b727 Use NtpTime in RtcpReceiver instead of pair of uints by danilchap · 8 years ago
  24. 15d8357 Remove OnLocalSsrcChanged and rename EncoderStateFeedback. by mflodman · 8 years ago
  25. 41b9c80 Adding audio network adaptor to AudioEncoderOpus. by minyue · 8 years ago
  26. 81b9291 The FFT functionality in aec_rdft* is based on legacy C by peah · 8 years ago
  27. 21a18ee Revert of Delete webrtc::VideoFrame::CopyFrame. (patchset #2 id:20001 of https://codereview.webrtc.org/2371363003/ ) by ivoc · 8 years ago
  28. 327e9d0 Make MediaCodecEncoder fallback to a software encoder on failure. by sakal · 8 years ago
  29. a669a3a Revert "Revert of Use sps and pps to determine decodability of H.264 frames. (patchset #4 id:60001 of https://codereview.webrtc.org/2341713002/ )" by stefan · 8 years ago
  30. 0e7c7ce Delete webrtc::VideoFrame::CopyFrame. by nisse · 8 years ago
  31. 93e451b Skip non-continuous FrameInfos when finding the next frame to return from FrameBuffer::NextFrame. by philipel · 8 years ago
  32. 55b9544 Add camera start/stop time stats to VideoCapturerAndroid. by sakal · 8 years ago
  33. 4f15ca5 Replaces the SessionPresets with AVCaptureDeviceFormats. by denicija · 8 years ago
  34. 68979ab H264 codec: Check profile-level-id when matching by magjed · 8 years ago
  35. fc5e050 rtc_stats: Update code to remove chromium style warnings suppression. by hbos · 8 years ago
  36. bf7c620 Fix lint errors in audio_coding_module_unittest.cc by henrik.lundin · 8 years ago
  37. 8e7577c Revert of Delete transformadapter.cc and transformadapter.h. (patchset #2 id:20001 of https://codereview.webrtc.org/2368243002/ ) by nisse · 8 years ago
  38. 2504c0a Drop _oldapi from ACM test file names by henrik.lundin · 8 years ago
  39. 2c3c3e2 Delete transformadapter.cc and transformadapter.h. by nisse · 8 years ago
  40. f156bdd Add onCameraDisconnected camera event. by sakal · 8 years ago
  41. 11d37ba Speculatively increase timeouts for DirectRTCClientTest to reduce flakiness. by sakal · 8 years ago
  42. 4e8baf4 Delete unused code, cpuinfo.{h,cc}. by nisse · 8 years ago
  43. daf88b1 Removing ERROR message for something that's expected to occur. by deadbeef · 8 years ago
  44. a84aa57 Use std::abs instead of C-style abs. by jianjun.zhu · 8 years ago
  45. 2ca8d5c Remove deprecated FSRef-manipulation methods. by erikchen · 8 years ago
  46. efc5ae9 Fixed flaky SharedExclusiveLock tests. by skvlad · 8 years ago
  47. 134af7a Disable flaky Android capture tests: by skvlad · 8 years ago
  48. 5fa51e2 Add iOS static library GN build script. NOTRY=True by tkchin · 8 years ago
  49. d93f50c Add UMA metrics for ICE regathering reasons. by Honghai Zhang · 8 years ago
  50. 425a6cc RTPReceiverAudio: Removed frequency from CNGPayloadType and cleaned up by ossu · 8 years ago
  51. b2d1e0d Resurrected test_api_audio.cc by ossu · 8 years ago
  52. b1fff92 Harmonize using-declarations in FEC header formatter fuzzers. by brandtr · 8 years ago
  53. 28b03eb Move RTCPHelp::RTCPReportBlockInformation into RTCPReceiver by danilchap · 8 years ago
  54. 62b1c35 Android: Move layout measure code from SurfaceViewRenderer to RendererCommon by Magnus Jedvert · 8 years ago
  55. 3360352 Make sure vp9 actually gets excluded in gn as well. by phoglund · 8 years ago
  56. 3dacb53 Add audio_mixer to WATCHLISTS by henrik.lundin · 8 years ago
  57. 58466f6 Relanding "Setting up an RTP input fuzzer for NetEq" by henrik.lundin · 8 years ago
  58. d020f3f Support for parsing CABAC coded bitstreams by kthelgason · 8 years ago
  59. 1f5a368 Readded a check to see if STRICT_HTTP_ERROR is defined before using it's value. by ivoc · 8 years ago
  60. de3f844 Fixed flaky clock_unittest by using relative comparison. by skvlad · 8 years ago
  61. 81e007a Delete profiler.h. by nisse · 8 years ago
  62. 3324cf7 Revert of Delete unused code httprequest, httpclient, and socketpool. (patchset #3 id:40001 of https://codereview.webrtc.org/2366333002/ ) by ivoc · 8 years ago
  63. 8a72369 Delete multipart.h. by nisse · 8 years ago
  64. 3d7901d Delete httpportallocator.h. by nisse · 8 years ago
  65. e643c59 Delete left-over SignalRenderFrame signal. by nisse · 8 years ago
  66. 4a255be Delete unused code httprequest, httpclient, and socketpool. by nisse · 8 years ago
  67. b5f2c3f Rename FecConfig to UlpfecConfig in config.h. by brandtr · 8 years ago
  68. f122a85 Delete webrtc::VideoFrame::CreateEmptyFrame. by nisse · 8 years ago
  69. 91e1a1a Delete winfirewall.h. by nisse · 8 years ago
  70. 2de66fe Delete unused file versionparsing.h. by nisse · 8 years ago
  71. b20f387 RTCStatsMember<bool> and RTCStatsMember<std::vector<bool>> added. by hbos · 8 years ago
  72. 5377bc7 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 8 years ago
  73. cd97b2b Switched flaky ProfilerTest to use fake clock by skvlad · 8 years ago
  74. 5adaf73 AudioCodingModule: Specify decoders using SdpAudioFormat by kwiberg · 8 years ago
  75. 3168781 Add AlrDetector by isheriff · 8 years ago
  76. 52f6f20 Disable VideoSendStreamTest.ChangingNetworkRoute and VideoSendStreamTest.EncoderSetupPropagatesVp8Config on WinDrMemoryFull. by ivoc · 8 years ago
  77. cc5903e BitrateProber: Support higher probing bitrates by isheriff · 8 years ago
  78. 409f573 Delete posix.h (RunAsDaemon). by nisse · 8 years ago
  79. cacee52 Delete referencecountedsingletonfactory.h. by nisse · 8 years ago
  80. 085ec0e Delete sec_buffer.h. by nisse · 8 years ago
  81. 038a085 Delete unused base/worker.{cc,h}. by nisse · 8 years ago
  82. 3123033 Delete bandwidthsmoother.h. by nisse · 8 years ago
  83. 7ba3051 Delete unused class cricket::MediaSinkInterface, and mediasink.h. by nisse · 8 years ago
  84. 3821399 Centralize deactivation of Unequal Protection. by Rasmus Brandt · 8 years ago
  85. 9f38c21 Cache the subtype of each DecoderInfo to make the Is* checks quicker. by ossu · 8 years ago
  86. dc7669a This removes forward declarations, changes include order, changes integers to plain 'int', and changes static methods to non-members. by aleloi · 8 years ago
  87. 18e0b67 Restarting channel when swapping AudioReceiveStreams in WebrtcVoE. by aleloi · 8 years ago
  88. ebb0b8e Increase the threshold for RunPlayoutAndRecordingInFullDuplex. by ehmaldonado · 8 years ago
  89. c07ebb3 Simplify public interface of ProducerFec. by Rasmus Brandt · 8 years ago
  90. cf33d9c Fixed flaky VideoSendStreamTests after ViEEncoder changes by skvlad · 8 years ago
  91. 8a9b0f8 The current format of the log output of the level controller differs from the rest of the log. Furthermore, it is hard to automatically parse. This CL changes the format to be a JSON-type format which does not have those issues. by peah · 8 years ago
  92. a2ece73 Reorder member functions in FecReceiver unit test file. by brandtr · 8 years ago
  93. 8d02ea7 Add FlexfecPacketGenerator. by brandtr · 8 years ago
  94. 6d3a1f9 Removed unused state variable in the AEC by peah · 8 years ago
  95. cc91d28 Moved RtcEventLog files from call/ to logging/ by skvlad · 8 years ago
  96. 6ab97ce RTCCertificateStats[1] added. by hbos · 8 years ago
  97. 607d9d7 rtc::FunctionView improvements: accept function pointers and nullptr by kwiberg · 8 years ago
  98. 07a224b webrtc/api/stats/OWNERS file added. by hbos · 8 years ago
  99. d227522 Change DCHECK in VCMDecodedFrameCallback back to just logging. by sakal · 8 years ago
  100. 8f90106 Revert of Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere (patchset #2 id:20001 of https://codereview.webrtc.org/2384693002/ ) by guidou · 8 years ago