1. fce4905 Implement and use new DesktopCapturer APIs in WebRTC by zijiehe · 8 years ago
  2. bcc5d87 Add a GN target for unit tests, get them working again and added a test. by adam.fedor · 8 years ago
  3. d83bf06 iOS: Add improved BWE field trial. by tkchin · 8 years ago
  4. ec7b009 Finish reformatting RTCPUtility::RTCPParserV2::Validate() by raphael.kubo.da.costa · 8 years ago
  5. 3663c52 Provide move semantic for cricket::Codec and subclasses by magjed · 8 years ago
  6. 10cbb46 Fixing config for Audio BWE. by minyue · 8 years ago
  7. 8927b05 Reland of "Change TWCC send interval to reduce overhead on low BW situations." by minyue · 8 years ago
  8. 6a5047d Add a webrtc{en,de}coderfactory implementation for VideoToolbox by kthelgason · 8 years ago
  9. 3babb99 Add bitrate section to settings view controller. by denicija · 8 years ago
  10. 84309bc MB: Replace Win32 Release by Win64 Debug in FYI. by ehmaldonado · 8 years ago
  11. f502222 - Adds thread safety annotations to the AudioDeviceBuffer class. by henrika · 8 years ago
  12. 41b8ca0 PacketBuffer no longer copy the bitstream data of incoming packets. by philipel · 8 years ago
  13. a75d12d H264SpsPpsTracker now return PacketAction on CopyAndFixBitstream. by philipel · 8 years ago
  14. f082c2a Set min BWE bitrate form 10kbps to 5kbps and centralize minimum bitrate. by michaelt · 8 years ago
  15. c285012 Disable flaky test (ScreenCapturerIntegrationTest.CaptureUpdatedRegion) by kwiberg · 8 years ago
  16. 1743a19 Simplify SetFecParameters signature. by brandtr · 8 years ago
  17. f1bb476 Simplify {,Set}UlpfecConfig interface. by brandtr · 8 years ago
  18. 87d7d77 Add new codec for FlexFEC. by brandtr · 8 years ago
  19. d804895 Rename {,Set}GenericFECStatus to {,Set}UlpfecConfig. by brandtr · 8 years ago
  20. 3692845 Allocate extra buffer space in FrameObject in case of H264. by philipel · 8 years ago
  21. 18ee17d Refactor VideoDenoiser to use a buffer pool, replacing explicit double buffering. by nisse · 8 years ago
  22. c97d115 Delete unneeded includes. by nisse · 8 years ago
  23. 71a1b61 WebRTC: Fix and enable -Woverloaded-virtual warnings. by kjellander · 8 years ago
  24. 554becd Add fuzzer for FlexfecSender. by brandtr · 8 years ago
  25. c6b4e54 Add fuzzer for H264 bitstream parser. by pbos · 8 years ago
  26. 2cb155a Remove deprected functions from EncodedImageCallback and RtpRtcp by sergeyu · 8 years ago
  27. e9e94c3 Return false if PeerConnection::GetStats() is called on invalid tracks by zhihuang · 8 years ago
  28. 3326d0a Revert of Change TWCC send interval to reduce overhead on low BW situations. (patchset #10 id:200001 of https://codereview.webrtc.org/2381833003/ ) by ivoc · 8 years ago
  29. f236033 Add more tests for H264 profile level id parsing by magjed · 8 years ago
  30. 536447c Changed I420BufferPool members to be const. by perkj · 8 years ago
  31. 0098357 Replace Check for too many pending frames in I420_buffer_pool with returning nullptr. Added histograms for when this happens in VP8Impl. by Per · 8 years ago
  32. f752bca Allow H264 bitstream parser to fail gracefully by kthelgason · 8 years ago
  33. e2213ce Reference a bug in a comment for a disabled data channel test. by deadbeef · 8 years ago
  34. 07c147d Cap probing bitrate by the max bitrate instead of hardcoded 10Mbps. by sergeyu · 8 years ago
  35. a4a2a5e Roll chromium_revision 04e7c673d9..cc82e2a1fa (427632:428909) by kjellander · 8 years ago
  36. 91b957d Revert of Remove deprected functions from EncodedImageCallback and RtpRtcp (patchset #4 id:100001 of https://codereview.webrtc.org/2405173006/ ) by kjellander · 8 years ago
  37. 809f977 Update Visual Studio runtime file copying by ehmaldonado · 8 years ago
  38. c681250 Remove deprected functions from EncodedImageCallback and RtpRtcp by sergeyu · 8 years ago
  39. c295e00 Add FlexfecSender. by brandtr · 8 years ago
  40. fb0c573 Android EglRenderer: Add Bitmap frame listener functionality. by sakal · 8 years ago
  41. 8848828 RtpFrameObject::GetCodecHeader now return rtc::Optional<RTPVideoTypeHeader> by philipel · 8 years ago
  42. 0a4c161 Make FlexfecReceiver a concrete class. by brandtr · 8 years ago
  43. 9531092 BWE simulator depends on congestion controller. by terelius · 8 years ago
  44. 496c64c Cleanup warnings configs and enable more for Android ARM64 by kjellander · 8 years ago
  45. 43a9dc0 Revert of move deprected functions from EncodedImageCallback and RtpRtcp (patchset #1 id:1 of https://codereview.webrtc.org/2467373003/ ) by ehmaldonado · 8 years ago
  46. a1d6cd6 Reland of move deprected functions from EncodedImageCallback and RtpRtcp (patchset #2 id:240001 of https://codereview.webrtc.org/2474433008/ ) by ehmaldonado · 8 years ago
  47. 6c78307 Revert of Remove deprected functions from EncodedImageCallback and RtpRtcp (patchset #4 id:100001 of https://codereview.webrtc.org/2405173006/ ) by ehmaldonado · 8 years ago
  48. 9189793 Remove webrtc/base/buffer.cc, now that Chromium doesn't claim to need it anymore by kwiberg · 8 years ago
  49. b92184b Add to-string function for H264 profile level id by magjed · 8 years ago
  50. 46c4e3c Add unit tests to ReceiveStatisticsProxy class. by asapersson · 8 years ago
  51. 861e937 Change TWCC send interval to reduce overhead on low BW situations. by michaelt · 8 years ago
  52. e941306 NetEq: Don't forget to save the codec name by kwiberg · 8 years ago
  53. 2dbaec7 Fixed source file path in webrtc_call.gypi by charujain · 8 years ago
  54. bf6a45b Moved transport_adapter.h/.cc from call/ to video/ dir to remove circular dependency by charujain · 8 years ago
  55. 34852cf H264SpsPpsTracker class which keep tracks of SPS/PPS. by philipel · 8 years ago
  56. 37b8b11 Revert of Removed the legacy behavior of stopping playout when setting new receive codecs. (patchset #1 id:1 of https://codereview.webrtc.org/2409483003/ ) by kwiberg · 8 years ago
  57. af38847 Make SetLocalDescrption succeed with data-channel only offer and max-bundle policy. by zhihuang · 8 years ago
  58. 54fd579 Add CreateWindowCapturer() and CreateScreenCapturer() in DesktopCapturer by zijiehe · 8 years ago
  59. fa56584 Remove deprected functions from EncodedImageCallback and RtpRtcp by sergeyu · 8 years ago
  60. d2fce17 Suppress WebRtcVideoEncoderFactory overloaded virtual function warning by magjed · 8 years ago
  61. 44e0efe Use queue label as id in SequencedTaskChecker when not running on TaskQueue by kthelgason · 8 years ago
  62. b4bc65b Fix circular dependency between call and video receive stream. by stefan · 8 years ago
  63. 3e79dbd Synchronous adb shell and pull for loopback start script by mandermo · 8 years ago
  64. d192dce More tolerant format name for FileVideoCapturer by mandermo · 8 years ago
  65. d0a151c Update default values for APM stats to match old behavior. by ivoc · 8 years ago
  66. 827cab3 Add qp counter for H264 in SendStatisticsProxy. by asapersson · 8 years ago
  67. 1515e95 Add audio_format_conversion to deps for audio_decoder_factory_interface. by charujain · 8 years ago
  68. 3dc929e Replace RTCPUtility RtcpParser with Test RtcpParser making code cleaner by danilchap · 8 years ago
  69. 5881d55 Remove webrtc::Video from H264 encoder internals by hta · 8 years ago
  70. de9e5ff Add stats for frequency offset when converting RTP timestamp to NTP time. by asapersson · 8 years ago
  71. 0dbcfa5 Make video denoiser tests standalone, not using the VideoProcessingTest fixture. by nisse · 8 years ago
  72. cb18ee6 Add support for 3-byte headers in VideoToolbox NALU parser. by Kári Tristan Helgason · 8 years ago
  73. 6ad7fa4 Revert of Remove webrtc::Video from H264 encoder internals (patchset #2 id:20001 of https://codereview.webrtc.org/2468903003/ ) by hta · 8 years ago
  74. 2549437 Remove webrtc::Video from H264 encoder internals by hta · 8 years ago
  75. 7341ab8 Revert of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #7 id:120001 of https://codereview.webrtc.org/2383093002/ ) by nisse · 8 years ago
  76. 45c8b89 Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. by nisse · 8 years ago
  77. 4d0ec05 Revert of Add CreateWindowCapturer() and CreateScreenCapturer() in DesktopCapturer (patchset #2 id:40001 of https://codereview.webrtc.org/2468753002/ ) by perkj · 8 years ago
  78. 572ae12 Fix crash when registering abs-send-time to AudioSend/ReceiveStream. by stefan · 8 years ago
  79. ae70876 Remove unnecessary styling for some controls in ARDMainView.m for ios. by denicija · 8 years ago
  80. d17d536 Add setting to AppRTCMobile for iOS, that can change capture resolution. by denicija · 8 years ago
  81. b763e39 Add CreateWindowCapturer() and CreateScreenCapturer() in DesktopCapturer by zijiehe · 8 years ago
  82. ee8ad2b Adding data channel ID to Java binding of DataChannel. by deadbeef · 8 years ago
  83. 8a44e1d Let RTC_[D]CHECK_op accept arguments of different signedness by kwiberg · 8 years ago
  84. 803d97f Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
  85. b1ed609 Use rtcp::Bye instead of RTCPUtility parser for rtcp_sender_unittest by danilchap · 8 years ago
  86. a27172d Adding audio only mode to video loopback test. by minyue · 8 years ago
  87. 673383b CQ: Add Android and Linux "more configs" bots by Henrik Kjellander · 8 years ago
  88. 384e731 vp8_impl.cc: Adjust cpu speed setting for arm for devices with 4 or more cores. by asapersson · 8 years ago
  89. 91d96aa Add third_party/android_support_test_runner to .gitignore by ehmaldonado · 8 years ago
  90. aee3e0e Only advance |first_seq_num_| if packets are explicitly cleared from the PacketBuffer. by philipel · 8 years ago
  91. b521aa7 Clean up abs-send-time for audio. by stefan · 8 years ago
  92. aca3a24 Moving stun_prober target from webrtc/p2p to webrtc/examples by charujain · 8 years ago
  93. eeafe94 RTCInboundRTPStreamStats[1] added. by hbos · 8 years ago
  94. b84ad63 Add RTCP packet class for signaling encoder target bitrate. by sprang · 8 years ago
  95. 6ded190 RTCOutboundRTPStreamStats[1] added. by hbos · 8 years ago
  96. 15ca8f6 Let receiving() and SignalRecevingState be part of rtc::PacketTransportInterface. by johan · 8 years ago
  97. fe647f4 Add ability to handle data from multiple streams in RateAccCounter. by asapersson · 8 years ago
  98. 7eaa836 Revert of RTCOutboundRTPStreamStats added. (patchset #3 id:80001 of https://codereview.webrtc.org/2456463002/ ) by perkj · 8 years ago
  99. 4ed0750 Revert of RTCInboundRTPStreamStats added. (patchset #4 id:100001 of https://codereview.webrtc.org/2452043002/ ) by perkj · 8 years ago
  100. 0d7bf16 RTCInboundRTPStreamStats[1] added. by hbos · 8 years ago