1. d3d364e Fix compile errors in ViE with latest clang. by andrew@webrtc.org · 11 years ago
  2. e155626 Clean creation of VideoEngine: by andresp@webrtc.org · 11 years ago
  3. 89f9266 Trigger a PLI if the duration of non-decodable frames exceeds a threshold. by stefan@webrtc.org · 11 years ago
  4. 34e0403 Fix clang errors in non-GYP_DEFINES=clang=1 build by pbos@webrtc.org · 11 years ago
  5. e0aad3c Updated WebRTC version number to 3.30 by elham@webrtc.org · 11 years ago
  6. a257915 Get rid of some unnecessary copying when sending REMBs. by solenberg@webrtc.org · 11 years ago
  7. 76318c5 Removing bad code resulting in flaky test. by pwestin@webrtc.org · 11 years ago
  8. c06da8c Adding trace and changing pacing constants by pwestin@webrtc.org · 11 years ago
  9. 8f5edba Bugfix custom call stop. by pwestin@webrtc.org · 11 years ago
  10. 74161fc WebRTCDemo Android app to route audio to headphone when it's plugged in. by braveyao@webrtc.org · 11 years ago
  11. a23b051 Consolidate common_audio into a single target. by andrew@webrtc.org · 11 years ago
  12. c5fbd58 Fixing AV sync. Increased 2 const to allow for a bigger difference in AV sync. by pwestin@webrtc.org · 11 years ago
  13. faec77d Adding buffered mode to loopback test by mikhal@webrtc.org · 11 years ago
  14. 8a159ad Removing vie file related code from vie_custom_call by mikhal@webrtc.org · 11 years ago
  15. fd7a1b7 Fixed remaining nits from Stefan by pwestin@webrtc.org · 11 years ago
  16. 71645c8 Fix the encoder pause logic. BUG=1691 by pwestin@webrtc.org · 11 years ago
  17. 2423690 Disabling avi file interface by mikhal@webrtc.org · 11 years ago
  18. b35efcc Revert "Add a default RTT to CallStats and use different values for buffered/real-time mode." by stefan@webrtc.org · 11 years ago
  19. 65e6f91 Add a default RTT to CallStats and use different values for buffered/real-time mode. by stefan@webrtc.org · 11 years ago
  20. 7a14b35 Updated the sync module with a slow moving filter by pwestin@webrtc.org · 11 years ago
  21. fe2bce3 Removed unused variable. by mflodman@webrtc.org · 11 years ago
  22. fb5b5cb Fixing Coverity issues. by mflodman@webrtc.org · 11 years ago
  23. 1ccedf6 Ensure build_demo.py run subprocesses with bash shell. by kjellander@webrtc.org · 11 years ago
  24. 69b0d2c New ViE interface. by mflodman@webrtc.org · 11 years ago
  25. e45d9af Remove vim/emacs modelines from .gypi files by pbos@webrtc.org · 11 years ago
  26. 06077c9 Adding a payload type for RTX. by mflodman@webrtc.org · 11 years ago
  27. c4c16bf Change capture interface to use NTP capture time. by stefan@webrtc.org · 11 years ago
  28. e90a0af Adding playout buffer status to the voe video sync by pwestin@webrtc.org · 11 years ago
  29. 8129077 Updated WebRTC version number to 3.29 by elham@webrtc.org · 11 years ago
  30. b28e522 WebRTCDemo: Enable making multiple calls. by fischman@webrtc.org · 11 years ago
  31. bffd956 More trace events by hclam@chromium.org · 11 years ago
  32. 41e3677 Revert "With these changes we will assume that the capture time of a frame is based on NTP time. This makes the interface of video engine more well defined and makes it easier and cleaner to handle user provided capture timestamps." by stefan@webrtc.org · 11 years ago
  33. 2a5d229 WebRtc_Word32 -> int32_t in video_engine/ by pbos@webrtc.org · 11 years ago
  34. 82e0d35 With these changes we will assume that the capture time of a frame is based on NTP time. This makes the interface of video engine more well defined and makes it easier and cleaner to handle user provided capture timestamps. by stefan@webrtc.org · 11 years ago
  35. 51868ad Always set render delay in ViEChannel::RegisterExternalDecoder. by pbos@webrtc.org · 11 years ago
  36. 713488f Remove the old unused udp_transport by pwestin@webrtc.org · 11 years ago
  37. 98e70d4 Clean packets on the network when closing + made loopback test actually run again. by mflodman@webrtc.org · 11 years ago
  38. ad45772 Add GYP target for WebRTC Video demo for Android. by kjellander@webrtc.org · 11 years ago
  39. 3c48614 Permit arbitrary payload names for kVideoCodecGeneric. by pbos@webrtc.org · 11 years ago
  40. 47e4f00 Remove WEBRTC_*_ENGINE_NETWORK_API use by pwestin@webrtc.org · 11 years ago
  41. 0b8adb4 Adds event traces and counters for WebRTC receive side. by edjee@google.com · 11 years ago
  42. e561f8c Remove UDP transport API from ViE by pwestin@webrtc.org · 11 years ago
  43. 2379013 Updated Webrtc version to 3.28 by elham@webrtc.org · 11 years ago
  44. 1ca9d42 Removed all code enclosed in WEBRTC_SRTP #ifdefs, and the unsupported VoE SRTP APIs. Test stubs are left in place as we still have the (De)RegisterExternalEncryption() APIs, although they are currently untested. by solenberg@webrtc.org · 11 years ago
  45. fece2f5 Fix broken audio. by leozwang@webrtc.org · 11 years ago
  46. c3ab830 Fix flakiness in network up/down event tests when running under memcheck. by stefan@webrtc.org · 11 years ago
  47. 09e8463 WebRTCDemo: remove unnecessary stop & start during orientation change which isn't necessary since API v14. by fischman@webrtc.org · 11 years ago
  48. e3eea1b Add interface to signal a network down event. by stefan@webrtc.org · 11 years ago
  49. e760243 Updated WebRTC version to 3.27 by elham@webrtc.org · 11 years ago
  50. d3eb512 Bugfix for extended RTP/RTCP test by pwestin@webrtc.org · 11 years ago
  51. 9c3b7bd Move the VIE tests to use external transport instead of the built in udp transport by pwestin@webrtc.org · 11 years ago
  52. 90fa4a1 Add min and target bitrate to VideoCodec. by marpan@webrtc.org · 11 years ago
  53. 06d1e8f Follow-up fix for r3681. by stefan@webrtc.org · 11 years ago
  54. 035c96a Updated WebRTC version number to 3.26 by elham@webrtc.org · 11 years ago
  55. 3be5a98 Change VCM interface to take target bitrate in bits per second. by stefan@webrtc.org · 11 years ago
  56. a2e9124 Generic video-codec support. by pbos@webrtc.org · 11 years ago
  57. 072c9b6 Adding RTX on source by mikhal@webrtc.org · 11 years ago
  58. 9a7b9f7 Revert r3667 and r3665 Review URL: https://webrtc-codereview.appspot.com/1199004 by pwestin@webrtc.org · 11 years ago
  59. a891566 Added destructors for tests to control destruct order by pwestin@webrtc.org · 11 years ago
  60. 25023aa Increasing size of nack list in buffered mode. by mikhal@webrtc.org · 11 years ago
  61. 66ccc6e Removed the engine API:s related to transport such as SetSendDestination, the functionality is now provided via the test frame work. by pwestin@webrtc.org · 11 years ago
  62. 2a3949f Lazy capture_device_info acquisition. by pbos@webrtc.org · 11 years ago
  63. ace0823 Enabling bufffering mode with no sync module or VoE by mikhal@webrtc.org · 11 years ago
  64. 87d8f2d Updated version number to 3.25 by elham@webrtc.org · 11 years ago
  65. 3da576e Update integration tests for idempotent RTP header settings. by bemasc@google.com · 11 years ago
  66. 1dcba31 Destroy VCM and VPM instead of delete. by mflodman@webrtc.org · 11 years ago
  67. ca65c51 Handle multiple calls to set initial delay by mikhal@webrtc.org · 11 years ago
  68. 213217c Stop and restart fix. by mflodman@webrtc.org · 11 years ago
  69. 2325284 Fixed typo in vie_autotest_loopback.cc. by pbos@webrtc.org · 11 years ago
  70. cb139b1 Rename webrtc::StatsObserver to webrtc::CallStatsObserver by fischman@webrtc.org · 11 years ago
  71. 432bc1a fixing nack list size calculation by mikhal@webrtc.org · 11 years ago
  72. 39eb955 Updated version number to 3.24 by elham@webrtc.org · 11 years ago
  73. 85e2e0e Refactoring temporal layers implementation and adding VideoCodecMode for easier control of codec settings. by stefan@webrtc.org · 11 years ago
  74. ce3f2ca Add VoE interface to VieRTP test by mikhal@webrtc.org · 11 years ago
  75. 4db69af Adding a receive side API for buffering mode. by mikhal@webrtc.org · 11 years ago
  76. 64506e2 Roll Chromium revision 176094:182149 by kjellander@webrtc.org · 11 years ago
  77. e740a7b Remove MultiStreamMode from test. by stefan@webrtc.org · 11 years ago
  78. 4c6689a Reset ssrc when calling SetSendCodec. by mflodman@webrtc.org · 11 years ago
  79. 33c6e92 Sync libvpx and its gyp wrapper from Chromium. by andrew@webrtc.org · 11 years ago
  80. 1fb8372 Increase maximum resolution to 4k x 3k. by fbarchard@google.com · 11 years ago
  81. 9c4707e Android NDK build tools by kjellander@webrtc.org · 11 years ago
  82. 4da62e0 Set SingleStream BWE in unittests. by stefan@webrtc.org · 11 years ago
  83. 6cd34e5 Updates to send side streaming mode: by mikhal@webrtc.org · 11 years ago
  84. 6bcf2ab Update version number to 3.23 by tnakamura@webrtc.org · 11 years ago
  85. 75e6669 Made it possible to render custom call output to file. by phoglund@webrtc.org · 11 years ago
  86. 89c3de3 Don't report an error for GetEstimatedReceiveBandwidth if there is no valid by mflodman@webrtc.org · 11 years ago
  87. 34d1110 Enable indefinitely running vie_auto_test option by kjellander@webrtc.org · 11 years ago
  88. db325e2 Updated version number to 3.22 by elham@webrtc.org · 11 years ago
  89. cc895d1 Fixing/disabling Windows x64 warnings by kjellander@webrtc.org · 11 years ago
  90. d6739c8 Adding a send side API for streaming by mikhal@webrtc.org · 11 years ago
  91. a7761c7 Fix mismatch between different NACK list lengths and packet buffers. by stefan@webrtc.org · 11 years ago
  92. 3442158 Break out RemoteBitrateEstimator from RtpRtcp module and make RemoteBitrateEstimator::Process trigger new REMB messages. by stefan@webrtc.org · 11 years ago
  93. fd2dd1a Set frame length for frame converting in external renderer by braveyao@webrtc.org · 11 years ago
  94. 8d759af VP8: Making key frame interval a tunnable parameter by mikhal@webrtc.org · 11 years ago
  95. b4575c1 Fix webrtc compilation errors for Chrome Win64 by andrew@webrtc.org · 11 years ago
  96. ceca869 Moving ViE test files and deleting files no longer used. by mflodman@webrtc.org · 11 years ago
  97. 3d7848b Updated version number to 3.21 by elham@webrtc.org · 11 years ago
  98. 81cfcb5 Remove '<(library)' in gyp files. by wjia@webrtc.org · 11 years ago
  99. fc37398 Convert psnr and ssim to strings before printing them. by stefan@webrtc.org · 11 years ago
  100. 087c593 Removing outdated comment by mikhal@webrtc.org · 11 years ago