1. 006e374 Allow encoders to fall back dynamically to software. by noahric · 9 years ago
  2. e7b54af Remove MockVideoCapturer by magjed · 9 years ago
  3. b62f41a Rename ChannelGroup to CongestionController and move to webrtc/call/. by mflodman · 9 years ago
  4. d5b6d22 ChannelGroup cleanup. by mflodman · 9 years ago
  5. a062110 Add stats for average QP per frame for VP8 (for received video streams): by asapersson · 9 years ago
  6. 512a784 Remove system_wrappers/interface/trace_event.h by tommi · 9 years ago
  7. 2c3778a Adding missing stats class registration, lost in #10298. by mflodman · 9 years ago
  8. 39f7702 Add histogram for percentage of sent frames that are limited in resolution due to bandwidth: by asapersson · 9 years ago
  9. fd3f2cd Remove the video channel id completely. by mflodman · 9 years ago
  10. 1403ff6 Revert of Add screenshare perf tests with lossy links (patchset #1 id:1 of https://codereview.webrtc.org/1409513005/ ) by sprang · 9 years ago
  11. b63d8ad Unify FrameType and VideoFrameType. by pbos · 9 years ago
  12. 7a4c3c1 Add histogram for percentage of sent frames that are limited in resolution due to quality: by asapersson · 9 years ago
  13. 7d39383 Move ownership of receive ViEChannel to VideoReceiveStream. by mflodman · 9 years ago
  14. 76c81d3 Transport sequence number should be set also for retransmissions. by sprang · 9 years ago
  15. 0a0ccce Move ownership of send ViEChannels and ViEEncoder to VideoSendStream. by mflodman · 9 years ago
  16. 4298710 Add screenshare perf tests with lossy links by sprang · 9 years ago
  17. f863304 Log Call {audio, video} stream deletions. by pbos · 9 years ago
  18. 95c84b7 Fix RTPPayloadRegistry to correctly restore RTX, if a valid mapping exists. by noahric · 9 years ago
  19. 2d8a1b5 Revert of Adding support for simulcast and spatial layers into VideoQualityTest (patchset #10 id:180001 of https://codereview.webrtc.org/1353263005/ ) by sprang · 9 years ago
  20. 3eea752 Adding support for simulcast and spatial layers into VideoQualityTest by ivica · 9 years ago
  21. ef96e73 Fixing perf regression caused by refactoring full stack tests by ivica · 9 years ago
  22. 3c1057b Disable pacer disabling. by Peter Boström · 9 years ago
  23. 26f7cf3 Add stats for rendered pixels (sqrt(w*h)) per second: by asapersson · 9 years ago
  24. edbaaa0 Read the number of TLs for VP9 too + cleanup by ivica · 9 years ago
  25. f8533e8 Reland of Collecting encode_time_ms for each frame (patchset #1 id:1 of https://codereview.webrtc.org/1383283005/ ) by ivica · 9 years ago
  26. 9bb9459 Revert "Transport sequence number should be set also for retransmissions." by Alejandro Luebs · 9 years ago
  27. 55a61c4 Revert of Collecting encode_time_ms for each frame (patchset #13 id:220001 of https://codereview.webrtc.org/1374233002/ ) by kjellander · 9 years ago
  28. 76a7321 Collecting encode_time_ms for each frame. by ivica · 9 years ago
  29. e2c433c Transport sequence number should be set also for retransmissions. by sprang · 9 years ago
  30. 286eb6e Remove kSkipFrame usage. by Peter Boström · 9 years ago
  31. e9b3968 Add delay metric (includes network delay (rtt/2) + jitter delay + decode time + render delay): by asapersson · 9 years ago
  32. 47dc3f3 Enabling screensharing tests for Android by ivica · 9 years ago
  33. 5a378f0 Poll stats more often to get more stable stats in ramp-up tests. by Stefan Holmer · 9 years ago
  34. 5223905 In rampup tests, set start time when starting poller thread. by Erik Språng · 9 years ago
  35. 3ca47d7 Move sent key frame stats to send_statistics_proxy class. by asapersson · 9 years ago
  36. ebb90a7 Avoid race in RampUpTest by sprang · 9 years ago
  37. eb16b93 Add a PacketOptions struct to webrtc::Transport. by stefan · 9 years ago
  38. ba01e95 Unify newapi::RtcpMode and RTCPMethod. by pbos · 9 years ago
  39. 473049d Set RtcpSender transport at construction. by sprang · 9 years ago
  40. 6d65278 Fix bug in ramp-up tests stats where rtx was accounted for in the media ssrc. by stefan · 9 years ago
  41. d5bdda3 Unify Transport and newapi::Transport interfaces. by pbos · 9 years ago
  42. 9aa9de9 Fix suspend below min bitrate in new API by making it possible to set min bitrate at the receive-side. by stefan · 9 years ago
  43. bf9f73c Split webrtc/video into webrtc/{audio,call,video}. by Peter Boström · 10 years ago
  44. 489fd97 Reland "Wire up send-side bandwidth estimation." by Erik Språng · 10 years ago
  45. 4f5e451 Fix BWE bug where audio has timestamps in us. by Stefan Holmer · 10 years ago
  46. 569862d Revert of Wire up send-side bandwidth estimation. (patchset #8 id:140001 of https://codereview.webrtc.org/1338203003/ ) by Erik Språng · 10 years ago
  47. 2ab5415 Fixing camera capture for video_loopback by ivica · 10 years ago
  48. 39ac69b Remove callback_cs_ in ViEEncoder. by Peter Boström · 10 years ago
  49. 96faade Using static frame generator when no scrolling by ivica · 10 years ago
  50. 620cfbd Wire up send-side bandwidth estimation. by sprang · 10 years ago
  51. ea85c10 Rename CaptureThread to EncodingThread. by Peter Boström · 10 years ago
  52. cb1c023 Fixing target_bitrate_bps for a FullStackTest by ivica · 10 years ago
  53. 1f9001e Make sure rtp_rtcp module doesn't directly reference anything in the pacer module, and remove build dependencies on it. by sprang · 10 years ago
  54. 5b66b0a This relands "Tool to convert RtcEventLog files to RtpDump format.", commit 35624c2c3686a2ad40daffe073aa78507b0ef88e. by Ivo Creusen · 10 years ago
  55. e7cbb2d Revert of Tool to convert RtcEventLog files to RtpDump format. (patchset #11 id:200001 of https://codereview.webrtc.org/1297653002/ ) by henrikg · 10 years ago
  56. c0b0ab1 Enable probing with repeated payload packets by default. by Stefan Holmer · 10 years ago
  57. a6aa19f Tool to convert RtcEventLog files to RtpDump format. by Ivo Creusen · 10 years ago
  58. 00a7fa4 Remove channel ids from various interfaces. by Peter Boström · 10 years ago
  59. 6ebcb2a Added support for logging the SSRC corresponding to AudioPlayout events. by Ivo Creusen · 10 years ago
  60. da8e7c9 Refactoring full stack and loopback tests by ivica · 10 years ago
  61. 5c075c8 Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  62. 9199c0e Add RTC_ prefix to contructormagic macros. by henrikg · 10 years ago
  63. 3e25523 Add a rate tracker that tracks rate over a given interval split up into buckets that accumulate unit counts for their portion of said interval and use this instead of the standard rate tracker so that the values of retrieved frame rate stats are completely independent of the polling rate. by Tim Psiaki · 10 years ago
  64. 78ab1ae Log timestamps when old frames are delivered. by pbos · 10 years ago
  65. 63ac87f Add a name to the ProcessThread constructor. by stefan · 10 years ago
  66. eada9dd Remove unused event in video_capture_input.cc. by mflodman · 10 years ago
  67. 35fd753 Hooked up RtcEventLog. It lives in Voice Engine and pointers are propagated to ACM and Call. by ivoc · 10 years ago
  68. 30bf778 Wire up PacketTime to ReceiveStreams. by stefan · 10 years ago
  69. be5952f Make LoadObserver settable per video send stream. Gives client flexibility and makes the implementation slightly simpler. See discussion in: https://codereview.webrtc.org/1269863005/ by solenberg · 10 years ago
  70. 60b8bb5 Disable VideoSendStreamTest.VP9FlexMode. by philipel · 10 years ago
  71. 0d0e204 Enabling spatial layers in VP9Impl. Filter layers in the loopback test. by ivica · 10 years ago
  72. 2b988a8 Full stack graphs by ivica · 10 years ago
  73. c4086b3 Changed LogRtpHeader to read the header length from the packet instead of requiring an extra argument. by terelius · 10 years ago
  74. 5f95708 Pass the encoder's internal source property through to video_sender to request a keyframe from the external encoder by sophiechang · 10 years ago
  75. 296bbaf Add scrolling screenshare test to full_stack perf tests. by Erik Språng · 10 years ago
  76. 1e47eec Don't set V bit in flexible mode by philipel · 10 years ago
  77. ca12c98 Added send stream test case for VP9 header. by philipel · 10 years ago
  78. 3dc4e0e Print some output in long perf tests, to keep them alive by Erik Språng · 10 years ago
  79. c39112b Wire up currently-received video codec to stats. by pbos · 10 years ago
  80. dce9bf3 Add send transports to individual webrtc::Call streams. by solenberg · 10 years ago
  81. 8c47c30 Enabling screensharing perf test. by ivica · 10 years ago
  82. 2a0ec55 Selectable number of TL screenshare loopback test. Also contains some tweaks to make a single TL perform better. by sprang · 10 years ago
  83. 36a9e2d Fix race condition in EndToEndTest.AssignsTransportSequenceNumbers by Erik Språng · 10 years ago
  84. 374a570 Add support for transport wide sequence numbers by sprang · 10 years ago
  85. ba197bc Disabling VP9 perf test by ivica · 10 years ago
  86. bd3fce5 Includes webrtc/build/protoc.gypi instead of build/protoc.gypi by Bjorn Terelius · 10 years ago
  87. 8c456f5 Revert "Renamed the ACMDump to RtcEventLog and moved it to webrtc/video, since it is not specific to the audio coding module. Updated .gyp and .gn files accordingly." by Bjorn Terelius · 10 years ago
  88. 9879757 Added FullStack performance test for screensharing with VP9 by ivica · 10 years ago
  89. 44be068 Renamed the ACMDump to RtcEventLog and moved it to webrtc/video, since it is not specific to the audio coding module. Updated .gyp and .gn files accordingly. by Bjorn Terelius · 10 years ago
  90. e3a6391 Add a frame generator that allows scrolling over a larger still image, for use with new screen sharing quality tests. by sprang · 10 years ago
  91. 949b516 Revert "Add a frame generator that allows scrolling over a larger still image, for use with new screen sharing quality tests." by Erik Språng · 10 years ago
  92. 0c2d610 Add a frame generator that allows scrolling over a larger still image, for use with new screen sharing quality tests. by Erik Språng · 10 years ago
  93. 2f240b2 Prevent OOB reads for truncated H264 STAP-A packets. by pbos · 10 years ago
  94. 95b9fbb Control combined_audio_video_bwe with config bool. by pbos · 10 years ago
  95. 589fc70 Add encode and decode time to histograms stats: by asapersson · 10 years ago
  96. cce6141 Remove base channel for video receivers. by pbos · 10 years ago
  97. da77394 Temporarily disable ScreenshareSlides on Android. by Peter Boström · 10 years ago
  98. fcdb73c Implement store as an explicit atomic operation. by pbos · 10 years ago
  99. 701aa09 Extend full stack tests with more stats by Erik Språng · 10 years ago
  100. 1c3d93c Add resolution and fps stats to histograms: by asapersson · 10 years ago