1. 7123a80 Add SwapFrame() to VideoSendStreamInput. by pbos@webrtc.org · 11 years ago
  2. 66e84b0 Revert 5259 "Callback for send bitrate estimates" by sprang@webrtc.org · 11 years ago
  3. 894dab9 Roll chromium_revision 232627:238260 by kjellander@webrtc.org · 11 years ago
  4. f1d22d4 Callback for send bitrate estimates by sprang@webrtc.org · 11 years ago
  5. 72b0d40 Removed unnecessary Pulse init from VoE startup. by fischman@webrtc.org · 11 years ago
  6. e8ca064 Correctly define OVERRIDE when building with g++ 4.7 and C++11 support by andrew@webrtc.org · 11 years ago
  7. 090f37f Improve VideoSendStreamTest::MaxPacketSize by sprang@webrtc.org · 11 years ago
  8. ba8b32c Change uses of the obsolete armv7 setting to arm_version==7. by kjellander@webrtc.org · 11 years ago
  9. 934be30 Fix compilation errors on Fedora 20. by fischman@webrtc.org · 11 years ago
  10. 4adc7ad Ensure WEBRTC_MODULE_UTILITY_VIDEO is undefined for enable_video==0. by andrew@webrtc.org · 11 years ago
  11. e681a01 Add shape in DesktopFrame. by sergeyu@chromium.org · 11 years ago
  12. e8dd108 Add new method to MockAudioProcessing. by andrew@webrtc.org · 11 years ago
  13. e4d591a Revert 5229 "Make VideoSendStreamTest::MaxPacketSize test a whol..." by andrew@webrtc.org · 11 years ago
  14. c8bd975 Allow opening an AEC dump from an existing file handle. by henrikg@webrtc.org · 11 years ago
  15. 9e40eba Stop video capturers in multi-stream test. by pbos@webrtc.org · 11 years ago
  16. 5b23ce6 Fix use of uninitialized memory in RtpSenderTest::StreamDataCountersCallbacks by sprang@webrtc.org · 11 years ago
  17. ed8c496 Fraction lost statistics not being reported by sprang@webrtc.org · 11 years ago
  18. 6dccf13 Make VideoSendStreamTest::MaxPacketSize test a whole range of frame sizes, to make sure all corner cases are covered. by sprang@webrtc.org · 11 years ago
  19. 2de68d6 Use the RTT from RtcpRttStats class if provided when sending/receiving NACK. by asapersson@webrtc.org · 11 years ago
  20. cf5c552 Add callbacks for send channel rtp statistics by sprang@webrtc.org · 11 years ago
  21. f0d9b20 Remove CallTest dependency on voice_engine/test/. by pbos@webrtc.org · 11 years ago
  22. 8db148e Add API to query video engine for the send-side delay. by stefan@webrtc.org · 11 years ago
  23. adc238a Fixing the android build by henrik.lundin@webrtc.org · 11 years ago
  24. 3d70641 Move implementation files out of the webrtc/ root. by pbos@webrtc.org · 11 years ago
  25. b669e60 Remove default implementations for SuspendBelowMinBitrate by henrik.lundin@webrtc.org · 11 years ago
  26. 3bcea52 Fix bug where fraction_lost is always set to 0 when getting received RTCP statistics. by stefan@webrtc.org · 11 years ago
  27. 8911937 Add callbacks for send channel rtcp statistics by sprang@webrtc.org · 11 years ago
  28. d90bebb Make RTPSender::SendPadData public. by stefan@webrtc.org · 11 years ago
  29. 991d58c Remove unused ThreadData struct. by andrew@webrtc.org · 11 years ago
  30. 5459e0b Remove the long disabled WEBRTC_SVNREVISION define. by andrew@webrtc.org · 11 years ago
  31. 382cfdd Removing DropDeltaAfterKey functionality which is unused. by andresp@webrtc.org · 11 years ago
  32. 9435a17 Add send frame rate statistics callback by sprang@webrtc.org · 11 years ago
  33. f2c136b Added a delay measurement, measures the time between an incoming captured frame until the frame is being processed. Measures the delay per second. by asapersson@webrtc.org · 11 years ago
  34. 0cb8020 Fixes a crash in fullstack tests introduced with r5209. by stefan@webrtc.org · 11 years ago
  35. 29a9669 Small fixes to plot_neteq_delay.m by henrik.lundin@webrtc.org · 11 years ago
  36. da3ae7c Adds support for sending redundant payloads over RTX. by stefan@webrtc.org · 11 years ago
  37. c101a27 Fix a typo in neteq.gypi by henrik.lundin@webrtc.org · 11 years ago
  38. c749348 Compile-out functions only used by the bit-exact test. by andrew@webrtc.org · 11 years ago
  39. b1f4a72 Don't HANDLE_EINTR(close). Use IGNORE_EINTR(close). by fischman@webrtc.org · 11 years ago
  40. adaa8b5 Add baseline generation/verification to BWE test framework. by solenberg@webrtc.org · 11 years ago
  41. 4ed6832 Utility class for reading/writing network-byte-ordered integers. by sprang@webrtc.org · 11 years ago
  42. 397aae0 Change BitrateStats to more generalized RateStatistics by sprang@webrtc.org · 11 years ago
  43. 309b2c8 Set local SSRC for VideoReceiveStream. by pbos@webrtc.org · 11 years ago
  44. f91a14f Do not use recursive calling in NetEq test tools by henrik.lundin@webrtc.org · 11 years ago
  45. 02817f8 Fixing NetEq tests for new Opus version by tina.legrand@webrtc.org · 11 years ago
  46. 169a27a Disable check for all sent SSRCs being valid. by pbos@webrtc.org · 11 years ago
  47. 758ef4c This CL adds an API to enable robust validation of delay estimates. by bjornv@webrtc.org · 11 years ago
  48. c8918cb Fixes a crash in the pacer where it fails to find a normal prio packet if there are no high prio packets, given that the queue has grown too large. by stefan@webrtc.org · 11 years ago
  49. 0e2571d Lock frame in ViECapturer::IncomingFrameI420. by pbos@webrtc.org · 11 years ago
  50. 9105cbd Set up SSRCs correctly after switching codec. by pbos@webrtc.org · 11 years ago
  51. b8b2a23 Recommit CL5184 by bjornv@webrtc.org · 11 years ago
  52. 151cd25 Refactor Remote Estimators Test into a more reusable form. by solenberg@webrtc.org · 11 years ago
  53. 66d634f Revert 5184 "Small refactoring change in delay_estimator." by bjornv@webrtc.org · 11 years ago
  54. 2c75d4e Small refactoring change in delay_estimator. by bjornv@webrtc.org · 11 years ago
  55. 801822c Ensure that no packet stays in the pacer queue for longer than 2 seconds. by stefan@webrtc.org · 11 years ago
  56. 8f9da30 Create default implementation to fix issue in libjingle by sprang@webrtc.org · 11 years ago
  57. 4a9843f Implement and test EncodedImageCallback in new ViE API. by sprang@webrtc.org · 11 years ago
  58. 2622be1 Added measure of encode time. Added encode time to the ViE CpuOveruseMeasure api. by asapersson@webrtc.org · 11 years ago
  59. 58b912b Remove const in vie_rtp_rtcp, where there is conflict with by sprang@webrtc.org · 11 years ago
  60. e7270f5 Faster implementation of BitRateStats. by mikhal@webrtc.org · 11 years ago
  61. 1a5aa03 Updated WebRTC version to 3.47 TBR=wu@webrtc.org by elham@webrtc.org · 11 years ago
  62. 5892ce5 Made video quality toolchain more configurable. by phoglund@webrtc.org · 11 years ago
  63. c86d1c6 Add include stdlib.h to files using abs. by stefan@webrtc.org · 11 years ago
  64. 586becf Add test for automatically disabling padding when no video is being captured. by stefan@webrtc.org · 11 years ago
  65. 5ae14be Clear empty video frames in unittest so DrMemory will allow them to be read without an uninitialized read error. by fbarchard@google.com · 11 years ago
  66. e8f79c5 Don't register iSAC-swb and iSAC-fb in NetEqDecodingTest. by turaj@webrtc.org · 11 years ago
  67. 8bdb87f Fix MouseCursor to MouseCursorShape conversion in ScreenCapturerWin. by sergeyu@chromium.org · 11 years ago
  68. 5fd393f Fix issues with sequence number wrap-around in jitter statistics. by turaj@webrtc.org · 11 years ago
  69. 6508af1 Distinguish instances of ACM1 from ACM2 by a version string. This is fpr testing purposes and will be removed when the experiment is done and ACM1 is fade out. by turaj@webrtc.org · 11 years ago
  70. 44b21e7 Replace VideoFrameI420 with I420VideoFrame. by pbos@webrtc.org · 11 years ago
  71. 51fa6ac Don't reset the AEC filter in extended mode. by andrew@webrtc.org · 11 years ago
  72. ce4a0b8 Add exception handling when configuring MediaCodc in order to prevent break in the new sdk release. by dwkang@webrtc.org · 11 years ago
  73. 970c5e5 Renaming ViEEncoderObserver::VideoSuspended by henrik.lundin@webrtc.org · 11 years ago
  74. a706baf Protect reads of ViEEncoder::video_suspended_. by pbos@webrtc.org · 11 years ago
  75. 9c15a62 Increase size of pacer window to 500 ms as that better matches the encoder. by stefan@webrtc.org · 11 years ago
  76. d7d60c8 Connect pacer/padding to SuspendBelowMinBitrate by henrik.lundin@webrtc.org · 11 years ago
  77. 0e6558b Lock access to ModuleRtpRtcpImpl::simulcast_. by pbos@webrtc.org · 11 years ago
  78. f8486d0 Rename DestroyStream methods to include Video. by pbos@webrtc.org · 11 years ago
  79. b87f528 Fix issues with sequence number wrap-around in jitter statistics by henrik.lundin@webrtc.org · 11 years ago
  80. 3c3a953 Add -Wnon-virtual-dtor warning for C++ code. by pbos@webrtc.org · 11 years ago
  81. e92aec9 Make interface destructor virtual by sprang@webrtc.org · 11 years ago
  82. 3fe2e7f Added API for enabling/disabling RTCP Receiver Reference Time extension. by asapersson@webrtc.org · 11 years ago
  83. 402f34c Increase run-time for full stack test for the rtt to be added reliably to the delay measurement. by asapersson@webrtc.org · 11 years ago
  84. fa7ac56 Typo in vie_autotest_win.cc by braveyao@webrtc.org · 11 years ago
  85. 36fb531 Fixes a crash in VoE when unregistering JNI hooks. by henrike@webrtc.org · 11 years ago
  86. 13a4d31 Interface changes to old api, for use by new api transition. by sprang@webrtc.org · 11 years ago
  87. b06a926 Added ViE API for getting overuse measure. by asapersson@webrtc.org · 11 years ago
  88. 04bcc9d Deliver I420VideoFrames from VideoRender module. by pbos@webrtc.org · 11 years ago
  89. c2162d1 Add possibility to get the last processed RTT from the call stats class (to be used by RTP/RTCP module). by asapersson@webrtc.org · 11 years ago
  90. f3b4602 Rename newapi::Transport::SendRTP()->SendRtp(). by pbos@webrtc.org · 11 years ago
  91. 60108c2 Rename RTP-extension constants. by pbos@webrtc.org · 11 years ago
  92. 48cc9dc Rename video streams' start/stop methods. by pbos@webrtc.org · 11 years ago
  93. 162021c Rename Call::Create{Receive,Send}Stream(). by pbos@webrtc.org · 11 years ago
  94. 4bfa866 Add experimental noise suppression dummy API. by aluebs@webrtc.org · 11 years ago
  95. 2b9794b Fix DesktopAndCursorComposer to restore frames to the original state. by sergeyu@chromium.org · 11 years ago
  96. dbc2a35 Adding back main() to the test. Now it is possible to choose between ACM1 and ACM2, furthermore, the test can simulate a channel with packet loss and FEC can be activated. Packet loss pattern is based on channel implementation in Channel{.cc,.h}, which currently is a determenistic pattern with 1 every 3rd packet is discarded. by turaj@webrtc.org · 11 years ago
  97. 8fdf191 Rename AutoMute to SuspendBelowMinBitrate by henrik.lundin@webrtc.org · 11 years ago
  98. 8d2354a Fix test broken with r5128. by stefan@webrtc.org · 11 years ago
  99. 26a736f Hook up audio/video sync to Call. by stefan@webrtc.org · 11 years ago
  100. 5eca0c7 Fix breakage after introducing new test. by stefan@webrtc.org · 11 years ago