1. 0245bee Remove include_dirs from video_engine_core.gypi. by pbos@webrtc.org · 11 years ago
  2. 4e7777b Break out RTCPSender dependency on ModuleRtpRtcpImpl. by pbos@webrtc.org · 11 years ago
  3. bf6d572 Rename VideoCall to Call. by pbos@webrtc.org · 11 years ago
  4. 6a79c9f Re-enable tests for Remote Bitrate Estimator by solenberg@webrtc.org · 11 years ago
  5. 618a0ec ExternalVideoDecoder for new VideoEngine API. by pbos@webrtc.org · 11 years ago
  6. e97b69f Handle empty RTP video packets agnostic to codec. by pbos@webrtc.org · 11 years ago
  7. 11a8868 Reduce cost of PushSincResampler::Resample(). by andrew@webrtc.org · 11 years ago
  8. ca20f3d Clamp camera id to legal values. by fischman@webrtc.org · 11 years ago
  9. 7dc1790 Improving padding rules and breaking out bw allocation to ViEEncoder. by stefan@webrtc.org · 11 years ago
  10. db74c61 Adds support for combining RTX and FEC/RED. by stefan@webrtc.org · 11 years ago
  11. 4014302 Add temporal layer factory. by andresp@webrtc.org · 11 years ago
  12. 31a8ce7 Removing FrameForStorage by mikhal@webrtc.org · 11 years ago
  13. e41c6b2 Make unittest log printouts opt-in with a --logs flag. by andrew@webrtc.org · 11 years ago
  14. f2ef20c Pre-multiply images for MouseCursorShape. by alexeypa@chromium.org · 11 years ago
  15. 6f458ed Recognize armv7 target_arch for ios support in webrtc common.gyp by fischman@webrtc.org · 11 years ago
  16. 06eaa54 Restore severity precondition to logging.h. by andrew@webrtc.org · 11 years ago
  17. 0020858 Remove send and receive streams when destroyed. by pbos@webrtc.org · 11 years ago
  18. 0e2cb29 Add clockdrift to RtpGenerator by henrik.lundin@webrtc.org · 11 years ago
  19. 4998966 Allow unknown flags in test_main.cc. by pbos@webrtc.org · 11 years ago
  20. 787364c NetEq4: Small change to reduce allocs in AudioMultiVector by henrik.lundin@webrtc.org · 11 years ago
  21. c77dcb0 Enable EngineTest.ReceivesPliAndRecoversWithNack and fix memcheck suppression filter. by mflodman@webrtc.org · 11 years ago
  22. 7a21a64 Clean capture timestamp code. by andresp@webrtc.org · 11 years ago
  23. 1cd055c Disable EngineTest.ReceivesPliAndRecoversWithNack. by mflodman@webrtc.org · 11 years ago
  24. 00c95bf Protecting Bitrate to avoid data race found by tsan. by mflodman@webrtc.org · 11 years ago
  25. 0f62690 Revert 4671 "Enable SetInitialPlayoutDelay on Android." by mflodman@webrtc.org · 11 years ago
  26. 0fe8944 Enable SetInitialPlayoutDelay on Android. by dwkang@webrtc.org · 11 years ago
  27. 0987043 Don't force cont' when enabling kWithErrors by mikhal@webrtc.org · 11 years ago
  28. 9787291 Removing some TODO's from libyuv by mikhal@webrtc.org · 11 years ago
  29. 4dae3c6 Removing non decodable count from session info: This value isn't used, and therfore can be removed. This is a step towards the refactor of the session info to use maps. by mikhal@webrtc.org · 11 years ago
  30. 1cc93a2 Adding critsect for child_modules_ in ModuleRtpRtcpImpl::Process() to avoid race with ModuleRtpRtcp::RegisterChildModule. by mflodman@webrtc.org · 11 years ago
  31. 9e70940 Add FakeEncoder to VideoSendStream tests. by pbos@webrtc.org · 11 years ago
  32. 1c9d3fe Correcting two nits in InputAudioFile by henrik.lundin@webrtc.org · 11 years ago
  33. 324a016 Changed method name. by mflodman@webrtc.org · 11 years ago
  34. 94ef274 Renamed method. by mflodman@webrtc.org · 11 years ago
  35. 710d2e1 Function name change. by mflodman@webrtc.org · 11 years ago
  36. a594db2 Fixing capture frame race in ViECapturer. by mflodman@webrtc.org · 11 years ago
  37. 88a2327 Disable all LS_VERBOSE logging in NetEq4 by henrik.lundin@webrtc.org · 11 years ago
  38. 797eb64 NetEq4: Make the algorithm buffer a member variable by henrik.lundin@webrtc.org · 11 years ago
  39. ce9de71 Overuse detection based on capture-input jitter. by pbos@webrtc.org · 11 years ago
  40. 42baf15 Removing JPEG as it is not used. by mikhal@webrtc.org · 11 years ago
  41. 1aa0938 Zero comfort noise for stereo insted of assertion. by turaj@webrtc.org · 11 years ago
  42. b22fe00 Reorder and add critical section to the public method NetEqImpl::PacketBufferStatistics(). by turaj@webrtc.org · 11 years ago
  43. d808778 Fix typo in InvertedDesktopFrame by sergeyu@chromium.org · 11 years ago
  44. 27103e5 Fix fileutils.cc for tests running under Win memory tools. by kjellander@webrtc.org · 11 years ago
  45. e0e5a6a Disabling CondVarTest for TSan v2 (take 2) by kjellander@webrtc.org · 11 years ago
  46. c766a74 Update SSRC in RtpRtcp for audio channel so that it can have NTP values for further AV sync. by dwkang@webrtc.org · 11 years ago
  47. 42758b3 update neteq 4 to facilitate NACK by minyue@webrtc.org · 11 years ago
  48. e879919 Fix metrics_unittests on Android. by kjellander@webrtc.org · 11 years ago
  49. 8c6633c Add isolate configuration for Android for all tests. by kjellander@webrtc.org · 11 years ago
  50. 584b688 Re-organizing ACM tests by tina.legrand@webrtc.org · 11 years ago
  51. 9b7bdee Revert r4562 by elham@webrtc.org · 11 years ago
  52. fd8cc12 Fix image flipping for OpenGL-based screen capturer on Mac. by sergeyu@chromium.org · 11 years ago
  53. e8acc7c Enable ObjC build by default and reenable 64-bit mac libjingle build by fischman@webrtc.org · 11 years ago
  54. 6203090 Updated WebRTC version to 3.40 by elham@webrtc.org · 11 years ago
  55. d9416e6 VCM:Accounting for bounds when inserting packets. We currently receive indicators to the first and last packets of the frame, but not have any sanity to verify that all packets are indeed within the bounds (when available). This cl attempts to fix that, by mikhal@webrtc.org · 11 years ago
  56. e2e033a Relanding 4597 - Don't force key frame when decoding with errors. by mikhal@webrtc.org · 11 years ago
  57. e562e02 WindowCapturer implementation for Linux. by sergeyu@chromium.org · 11 years ago
  58. e21b64b Disables RtpRtcpTest.CanTransmitExtraRtpPacketsWithoutError as it flakily breaks the waterfall. See http://chromegw.corp.google.com/i/client.webrtc/builders/Linux64%20Release%20%5Blarge%20tests%5D/builds/99/steps/voe_auto_test/logs/stdio the cl triggering it was a no-change (disabled some other broken tests). by henrike@webrtc.org · 11 years ago
  59. c179706 Remove newapi:: namespace for typenames without overlap. by pbos@webrtc.org · 11 years ago
  60. f83a872 Revert 4597 "Don't force key frame when decoding with errors" by henrike@webrtc.org · 11 years ago
  61. bb89390 Implement window capturer for OS X. by sergeyu@chromium.org · 11 years ago
  62. c5fc6e0 Don't force key frame when decoding with errors by mikhal@webrtc.org · 11 years ago
  63. 0f911c9 Remove template usage of typeless enum in fake_encoder. by pbos@webrtc.org · 11 years ago
  64. 206c4a5 Enabling and testing RTCP CNAME in new API. by pbos@webrtc.org · 11 years ago
  65. 55afdbe Adds two tests for verifying padding and ramp-up behavior. by stefan@webrtc.org · 11 years ago
  66. 3540c82 Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 11 years ago
  67. 5f199d9 Android audio opensles: random deadlock in stopRecording(). by braveyao@webrtc.org · 11 years ago
  68. a20e2d4 Revert 4585 "Revert "Revert 4582 "Reverts a second set of reverts caused by a bug in ...""" by stefan@webrtc.org · 11 years ago
  69. 9e8a66c Follow-up changes to kSelectiveErrors by mikhal@webrtc.org · 11 years ago
  70. 3ded8c9 Disables ReceivesPliAndRecoversWithNack and NoPacketLoss as they break the bots. by henrike@webrtc.org · 11 years ago
  71. c0976d2 Revert 4582 "Reverts a second set of reverts caused by a bug in ..." by henrike@webrtc.org · 11 years ago
  72. efe1f0f Reverts a second set of reverts caused by a bug in a dependency. by stefan@webrtc.org · 11 years ago
  73. f96e534 Call SetExecutablePath from test_main.cc by pbos@webrtc.org · 11 years ago
  74. 7deb335 Make FrameGeneratorCapturer own frame_generator. by pbos@webrtc.org · 11 years ago
  75. eb7b0c4 Merging video_full_stack_tests and video_engine_tests. by phoglund@webrtc.org · 11 years ago
  76. 25b57c0 iOS: unbreak the build following r4546 by fischman@webrtc.org · 11 years ago
  77. 67acd69 VideoSendStream SSRC test. by pbos@webrtc.org · 11 years ago
  78. a4944f2 Lock resources in event_posix.cc. by pbos@webrtc.org · 11 years ago
  79. 96ff6ab Added missing static_cast conversion. by pbos@webrtc.org · 11 years ago
  80. 8ce445e Implementation and testing of PLI in new API. by pbos@webrtc.org · 11 years ago
  81. 49bc1b8 Fixes to padding when driven by encoder. by stefan@webrtc.org · 11 years ago
  82. 3207eaa Made all integration tests use consistent naming. by phoglund@webrtc.org · 11 years ago
  83. 662ded4 Implementing APIs to set maximum and minimum for latency. by turaj@webrtc.org · 11 years ago
  84. ece3d35 Added choice of decode error mode to loopback test. by agalusza@google.com · 11 years ago
  85. 7fc75bb Update talk to 50918584. by wu@webrtc.org · 11 years ago
  86. 1e817c3 Roll chromium_revision 214260:217707 and gflags 45:84 by fischman@webrtc.org · 11 years ago
  87. e807da9 Fix OSX keydown detection. I noticed that the OSX implementation differs from Linux and Windows, and it will trigger continuously for a key that is pressed down. It would totally make sense to change this to a callback driven model, but that's a bigger change. by niklas.enbom@webrtc.org · 11 years ago
  88. f594a6b OpenSl bug: not matching playout and record sample rate led to high or low pitch audio (depending on if playout rate was higher or lower than record rate). by henrike@webrtc.org · 11 years ago
  89. e155918 Revert 4547 "Isolate GYP target and .isolate files for tests" by kjellander@webrtc.org · 11 years ago
  90. 298bbdb Isolate GYP target and .isolate files for tests by kjellander@webrtc.org · 11 years ago
  91. fd6d89f The video capture module for iOS. by sjlee@webrtc.org · 11 years ago
  92. e416ab2 Remove ViEBase::Init() call from VideoCall. by pbos@webrtc.org · 11 years ago
  93. c2014fd Remove VideoEngine class from new VideoEngine API. by pbos@webrtc.org · 11 years ago
  94. d171544 Disable CanTransmitExtraRtpPacketsWithoutError on Windows. by pbos@webrtc.org · 11 years ago
  95. eca72bf Revert r4539 "Disable racy part of RunsRtpRtcpTestWithoutErrors". by marpan@webrtc.org · 11 years ago
  96. 48bcf6f Disable racy part of RunsRtpRtcpTestWithoutErrors. by pbos@webrtc.org · 11 years ago
  97. c5e70b0 Add native_handle.h to gyp. by wuchengli@chromium.org · 11 years ago
  98. 73acde2 To allow the propagation of under-run in NetEq. by minyue@webrtc.org · 11 years ago
  99. 52c5c70 Replace MapWrapper with std::map<>. by pbos@webrtc.org · 11 years ago
  100. 8c8c87f Updated WebRTC version to 3.39 by elham@webrtc.org · 11 years ago