1. 6c36dcb Fix bugs in HardwareVideoDecoder reinitialization. by sakal · 7 years ago
  2. b1737fc Made the AEC3 alignment a mandatory for using the adaptive filter delay by peah · 7 years ago
  3. 85864be Robustify the AEC3 inaudible echo detection by peah · 7 years ago
  4. 23bdb67 New accessor function VideoReceiveStream::Config::Rtp::AddRtxBinding by Niels Möller · 7 years ago
  5. 36d658d Rename all objc targets to be suffixed for consistency by kthelgason · 7 years ago
  6. 955d7f1 Increase logging severity level for SW fallback. by brandtr · 7 years ago
  7. cff98dc Add GUARDED_BY in DirectTransport by eladalon · 7 years ago
  8. a4955b4 Enable the HW VideoToolbox encoder on mac. by kthelgason · 7 years ago
  9. 1cdddc9 Make CodecType conversion functions non-optional. by kthelgason · 7 years ago
  10. 821e214 Delete unneeded includes of atomic32.h. by nisse · 7 years ago
  11. a0c8887 Delete Filesystem::GetTemporaryFolder. by nisse · 7 years ago
  12. eaea277 Delete deprecated static method FileStream::GetSize. by Niels Möller · 7 years ago
  13. adf4cec Add myself as owner of example apps. by kthelgason · 7 years ago
  14. ea5cc86 Delete unneeded include of videocapturer.h by Niels Möller · 7 years ago
  15. cd95a4e The goal of this CL is to separate Obj-C/Obj-C++ code from targets which have by mbonadei · 7 years ago
  16. ca6d3b6 Renamed dtlstransportchannel.h/.cc/_unittest.cc. by zhihuang · 7 years ago
  17. 96de428 Adding injectable audio decoder and encoder factory support to the RTCPeerConnection obj-c layer. by Jeremy Newton-Smith · 7 years ago
  18. 82fac89 Reland of Modify profiles for H264 encode SW fallback (patchset #1 id:1 of https://codereview.webrtc.org/2995373002/ ) by emircan · 7 years ago
  19. d4ab933 Reland of Enable -Wunused-lambda-capture warning (patchset #1 id:1 of https://codereview.webrtc.org/3007483002/ ) by kjellander · 7 years ago
  20. dab31ce Detect whether a window is out of screen when using cropping window capturer by Zijie He · 7 years ago
  21. aa0d2e6 Revert of Enable -Wunused-lambda-capture warning (patchset #1 id:1 of https://codereview.webrtc.org/2999403002/ ) by kjellander · 7 years ago
  22. d7850b2 Use fake audio device in peerconnectioninterface_unittest.cc. by deadbeef · 7 years ago
  23. 60e10c7 Add experiment to disable ulpfec. by stefan · 7 years ago
  24. 45ca37c Replace WEBRTC_TRACE logging in modules/media_file/ by Sam Zackrisson · 7 years ago
  25. 8293100 Use small BWE period when there is a true network degradation. by minyue-webrtc · 7 years ago
  26. 0fcb74d Robustified the detection of linear filter quality in AEC3 by peah · 7 years ago
  27. 91073ae Add a field trial to produce VideoFrames in camera capturers. by sakal · 7 years ago
  28. fd7cffa Enable -Wunused-lambda-capture warning by kjellander · 7 years ago
  29. 09a7619 Resolves threading issues when audio is interrupted on iOS. by henrika · 7 years ago
  30. cca0006 ObjC: Always dispatch async in UIApplication status observer. by andersc · 7 years ago
  31. a79cc28 Report max interframe delay over window insdead of interframe delay sum by ilnik · 7 years ago
  32. 1cc5fc3 Fix places that trigger no-unused-lambda-capture by eladalon · 7 years ago
  33. 3df8752 MB: Remove Android clang bot configurations. by kjellander · 7 years ago
  34. caea68f Let Call::OnRecoveredPacket parse RTP header extensions. by brandtr · 7 years ago
  35. 41cadbc Remove WebRTC-videocontenttypeextension field trial completely by ilnik · 7 years ago
  36. c3c1256 CQ: Remove android_clang_dbg bot by kjellander · 7 years ago
  37. f9d7eca Check child windows in CroppingWindowCapturerWin by Zijie He · 7 years ago
  38. 0826fb2 Fix an implicit narrowing conversion found by MSVC by oprypin · 7 years ago
  39. 51d49b4 Reland of Stop silently accepting unsupported flags in test binaries (patchset #1 id:1 of https://codereview.webrtc.org/3002963002/ ) by oprypin · 7 years ago
  40. 96b951c Make AEC3 recover more quickly for lost capture data by peah · 7 years ago
  41. 3e86e7e Ignore inter-frame delay stats samples when stream is inactive by sprang · 7 years ago
  42. bcc655c Revert of Reimplement the builtin audio codec factories using the new stuff in api/ (patchset #1 id:60001 of https://codereview.webrtc.org/2997713002/ ) by sakal · 7 years ago
  43. 5c8942a Move PacedSender ownership to RtpTransportControllerSend. by Stefan Holmer · 7 years ago
  44. ee42d19 Reland of Add Jpeg frame writer for test support. by ilnik · 7 years ago
  45. eb13f5e Add video timing frames to set of default RTP header extensions by sprang · 7 years ago
  46. 440b6d9 Move video send/receive stream headers to webrtc/call. by aleloi · 7 years ago
  47. aaaf2db Minor changes to TestVp8Impl. by asapersson · 7 years ago
  48. 417989a Reimplement the builtin audio codec factories using the new stuff in api/ by kwiberg · 7 years ago
  49. 413ee9a Use SingleThreadedTaskQueue in DirectTransport by eladalon · 7 years ago
  50. 2a59654 Fix an implicit narrowing conversion found by MSVC by kwiberg · 7 years ago
  51. 4553562 Remove unnecessary RTPFragmentationHeader from VideoProcessor callbacks. by brandtr · 7 years ago
  52. bdbc889 Revert of Fix the video buffer size should take rtt into consideration (patchset #3 id:40001 of https://codereview.chromium.org/2980413002/ ) by philipel · 7 years ago
  53. 3d95a53 Change logging method from WEBRTC_TRACE macro to LOG macro. by Sam Zackrisson · 7 years ago
  54. c614823 Remove unnecessary release call in EglRenderer. by sakal · 7 years ago
  55. 97c3fc1 Respect DesktopCaptureOptions::detect_updated_region() in ScreenCapturerMac by Zijie He · 7 years ago
  56. 296b64e Revert of Modify profiles for H264 encode SW fallback (patchset #2 id:20001 of https://codereview.webrtc.org/2997913003/ ) by zhihuang · 7 years ago
  57. 565d046 Redo 587688 and 592088 to add histograms in capturer by Zijie He · 7 years ago
  58. 1fd6665 Modify profiles for H264 encode SW fallback by emircan · 7 years ago
  59. c0cde56 Fix size_t to int in RtpDemuxer. by Steve Anton · 7 years ago
  60. 7542bf8 CQ: Add win_msvc_rel to default trybot set. by kjellander · 7 years ago
  61. f0a1dd9 Fix compile error for the win_msvc_rel bot. by philipel · 7 years ago
  62. 2fe9dfa Android: Fix synchronization problems in VideoFrame release. by sakal · 7 years ago
  63. 139cf38 ObjC: Remove RTCVideoFrame I420 functions by magjed · 7 years ago
  64. b0215da ObjC: Remove RTCVideoFrame.nativeHandle by magjed · 7 years ago
  65. 2ee432d Ensures that built-in AGC is enabled on iOS. by henrika · 7 years ago
  66. c8c5905 VideoProcessor: make it runnable on a task queue. by brandtr · 7 years ago
  67. e57556c iSAC floating-point implementation of the Audio{En,De}coderFactoryTemplate APIs by kwiberg · 7 years ago
  68. 0069b45 TestVp8Impl: Remove unused arguments and member variable. by asapersson · 7 years ago
  69. 228fb0e H264: Don't disable compiler warning by using NO_THREAD_SAFETY_ANALYSIS. by hbos · 7 years ago
  70. ed0e436 VideoProcessorIntegrationTest: mini-fixes in preparation for task queue CL. by brandtr · 7 years ago
  71. 245f17e Delete old CongestionController class by Niels Möller · 7 years ago
  72. c2d4d57 MB: Add configs for Windows bots enforcing MSVC compilation. by kjellander · 7 years ago
  73. bdd555c VideoProcessor: mini-fixes in preparation for task queue CL. by brandtr · 7 years ago
  74. 8b844b1 Only disable -Wthread-safety-attributes warning for Clang. by kjellander · 7 years ago
  75. 3771ba3 Revert of Add Jpeg frame writer for test support. (patchset #12 id:220001 of https://codereview.webrtc.org/2990563002/ ) by charujain · 7 years ago
  76. a36165c Final version of BBR, with tweaks made for WebRTC, major changes: by gnish · 7 years ago
  77. 8018306 Reduce code repetition in RtcpDemuxerTest. by Steve Anton · 7 years ago
  78. 257baf1 Fix a bug where listener custom drawer was ignored in EglRenderer. by sakal · 7 years ago
  79. 53c7ba6 Add BUNDLE processing to RtpDemuxer. by Steve Anton · 7 years ago
  80. 26e5cbd Add Jpeg frame writer for test support. by ilnik · 7 years ago
  81. d64072c Revert of Stop silently accepting unsupported flags in test binaries (patchset #5 id:150001 of https://codereview.webrtc.org/2968003003/ ) by oprypin · 7 years ago
  82. a2782f6 Stop silently accepting unsupported flags in test binaries by oprypin · 7 years ago
  83. 81bc523 Make a friendlier RTCVideoCodecInfo initializer for when only name and by andersc · 7 years ago
  84. 3042c2d Reland of quest keyframes more frequently on stream start/decoding error. (patchset #1 id:1 of https://codereview.chromium.org/2995153002/ ) by philipel · 7 years ago
  85. 327af33 iSAC fixed-point implementation of the Audio{En,De}coderFactoryTemplate APIs by kwiberg · 7 years ago
  86. a28122f Change ThreadChecker to SequencedTaskChecker in VideoReceiveStream by eladalon · 7 years ago
  87. 5afa3f2 Fix for alr detection bug on pause. by tschumim · 7 years ago
  88. 84778c7 Optimize HardwareVideoDecoder by doing all frame conversions in C++. by sakal · 7 years ago
  89. ba050a6 Reland of Add a flags field to video timing extension. (patchset #1 id:1 of https://codereview.webrtc.org/2995953002/ ) by sprang · 7 years ago
  90. f3f5c0e Change ThreadChecker to SequencedTaskChecker in internal::Call by eladalon · 7 years ago
  91. 6dfed67 Remove xians@webrtc.org from OWNERS by oprypin · 7 years ago
  92. bbcc356 Reland of Turn off error resilience for VP9 if no spatial or temporal layers are configured and NACK is enabl… (patchset #1 id:1 of https://codereview.webrtc.org/2995173002/ ) by emircan · 7 years ago
  93. 1ea631f Fix a delete type mismatch (deleting a sockaddr_in6* as a sockaddr*) by oprypin · 7 years ago
  94. 9e0c742 Reduce code repetition in RtpDemuxerTest. by Steve Anton · 7 years ago
  95. 7b532db Revert of Turn off error resilience for VP9 if no spatial or temporal layers are configured and NACK is enabl… (patchset #2 id:20001 of https://codereview.webrtc.org/2925253002/ ) by emircan · 7 years ago
  96. 2238441 Explicitly specify the onFrameAvailable() thread. by Jonathan Yu · 7 years ago
  97. 786de70 Add TLS TURN tests. by Steve Anton · 7 years ago
  98. b332917 Rename RsidResolutionObserver to SsrcBindingObserver. by Steve Anton · 7 years ago
  99. ed447ae Refactor TurnPort tests. by Steve Anton · 7 years ago
  100. 1c378ed Relanding: Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 years ago