1. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  2. 14d1c9d Rename EncoderKeyFrameCallback back to EncoderRtcpFeedback by Elad Alon · 5 years ago[Renamed (68%) from video/encoder_key_frame_callback_unittest.cc]
  3. 1f4173e Fix ClangTidy issues in video/ by Benjamin Wright · 5 years ago
  4. fa89d84 Register callback for key frame request from media transport. by Niels Möller · 5 years ago[Renamed (64%) from video/encoder_rtcp_feedback_unittest.cc]
  5. 652dc91 Adds unit tests for VideoSendStreamImpl. by Sebastian Jansson · 6 years ago
  6. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 6 years ago
  7. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 6 years ago
  8. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 6 years ago
  9. d1f7eb6 Postpone setting of CpuOveruseOptions. by Niels Möller · 6 years ago
  10. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  11. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  12. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 6 years ago
  13. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 6 years ago
  14. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 6 years ago
  15. 1c9aa1e Delete VideoStreamEncoder::OnReceivedIntraFrameRequest. by Niels Möller · 6 years ago
  16. 73f29cb Move creation of OveruseFrameDetector to VideoSendStream. by Niels Möller · 6 years ago
  17. 6b642f7 Delete EncodedFrameObserver::OnEncodeTiming. by Niels Möller · 7 years ago
  18. a82fcd0 Remove unused mocks of process thread by Danil Chapovalov · 7 years ago
  19. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  20. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/encoder_rtcp_feedback_unittest.cc]
  21. cc3d442 Rename ViEEncoder to VideoStreamEncoder by mflodman · 7 years ago
  22. fda496a Set overuse detector max frame interval based on target frame rate. by sprang · 7 years ago
  23. 25d0bdc Delete support for receiving RTCP RPSI and SLI message. by nisse · 7 years ago
  24. 552c7c7 Make SendStatisticsProxy paramter mandatory in ViEEncoder ctor. by sprang · 7 years ago
  25. 803d97f Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
  26. 15d8357 Remove OnLocalSsrcChanged and rename EncoderStateFeedback. by mflodman · 8 years ago[Renamed (75%) from webrtc/video/encoder_state_feedback_unittest.cc]
  27. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  28. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  29. 26091b1 This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads. by perkj · 8 years ago
  30. 8eb37a3 Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ ) by perkj · 8 years ago
  31. cc16836 - Add task queue to Call with the intent of replacing the use of one of the process threads. by perkj · 8 years ago
  32. 00b9d21 Set ViEEncoder sink_ on construction. by Peter Boström · 8 years ago
  33. ec81bcd Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate by perkj · 8 years ago
  34. e30c272 Revert "Reland of Remove SendPacer from ViEEncoder by perkj · 8 years ago
  35. 600246e Removed SSRC knowledge from ViEEncoder. by perkj · 8 years ago
  36. 28a4456 Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )" by Per · 8 years ago
  37. 825eb58 Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ ) by perkj · 8 years ago
  38. 857c5cc Remove SendPacer from ViEEncoder by perkj · 8 years ago
  39. bc75d97 Remove PayloadRouter dependency from ViEEncoder. by perkj · 8 years ago
  40. d98d457 Remove "This file includes unit tests" comments. by Peter Boström · 8 years ago
  41. 02b3d27 Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ ) by kjellander · 8 years ago
  42. a261e61 Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ ) by kjellander · 8 years ago
  43. f5d55aa Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. by perkj · 8 years ago
  44. 86aabb2 Move BitrateAllocator reference from ViEEncoder to VideoSendStream. by mflodman · 8 years ago
  45. 0013dcc Simplify SSRC usage inside ViEEncoder. by Peter Boström · 8 years ago
  46. 45c44f0 Simplify EncoderStateFeedback. by Peter Boström · 8 years ago
  47. 1d04ac6 Untangle ViEChannel and ViEEncoder. by Peter Boström · 8 years ago
  48. e449915 Measure encoding time on encode callbacks. by Peter Boström · 8 years ago
  49. 7b971e7 Remove extra_options from VideoCodec. by Peter Boström · 9 years ago
  50. 7623ce4 Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ ) by Peter Boström · 9 years ago[Renamed (96%) from webrtc/video_engine/encoder_state_feedback_unittest.cc]
  51. 8237abf Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ ) by kjellander · 9 years ago[Renamed (96%) from webrtc/video/encoder_state_feedback_unittest.cc]
  52. 03ef053 Merge webrtc/video_engine/ into webrtc/video/ by Peter Boström · 9 years ago[Renamed (96%) from webrtc/video_engine/encoder_state_feedback_unittest.cc]
  53. 0b9e29c Remove include dirs from modules/{media_file,pacing} by Henrik Kjellander · 9 years ago
  54. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  55. 0dbf009 Remove the video channel id completely. by mflodman · 9 years ago
  56. 7083e11 Remove callback_cs_ in ViEEncoder. by Peter Boström · 9 years ago
  57. 8e4e8b0 Simplify BitrateAllocator::AddBitrateObserver. by Peter Boström · 9 years ago
  58. a753177 Remove default ViEEncoder encoder instance. by Peter Boström · 9 years ago
  59. ef35f06 Remove webrtc::Config from ViEChannelGroup. by pbos · 9 years ago
  60. 8ff04d6 Remove UpdateSsrcs from EncoderStateFeedback. by pbos · 9 years ago
  61. 5a3ebd7 Revert "Remove default encoder/decoders." by Peter Boström · 9 years ago
  62. 78ae00e Remove default encoder/decoders. by Peter Boström · 9 years ago
  63. e590416 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 9 years ago
  64. 792f1a1 Break out allocation from BitrateController into a BitrateAllocator. by stefan@webrtc.org · 9 years ago
  65. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 9 years ago
  66. 9dd0ebc Remove the default RTP module. by mflodman@webrtc.org · 9 years ago
  67. 40367f9 Remove default video encoders for new video API. by pbos@webrtc.org · 9 years ago
  68. 637c55f Add support of texture frames for video capturer. by wuchengli@chromium.org · 10 years ago
  69. 89e8ffb Revert "Add support of texture frames for video capturer." by wuchengli@chromium.org · 10 years ago
  70. efe1535 Add support of texture frames for video capturer. by wuchengli@chromium.org · 10 years ago
  71. 79cf3ac Removes usage of ListWrapper from several files. by henrike@webrtc.org · 11 years ago
  72. f5d4cb1 Include files from webrtc/.. paths in video_engine/ by pbos@webrtc.org · 11 years ago
  73. 7707d06 Wiring down config from video engine until video coding and remote bitrate estimator modules instantiation. by andresp@webrtc.org · 11 years ago
  74. b238d12 WebRtc_Word32 -> int32_t in video_engine/ by pbos@webrtc.org · 11 years ago
  75. d6ec386 Revert the revert in r2988 since that wasn't the issue. by mflodman@webrtc.org · 12 years ago
  76. 8239ca5 Reverse Merged r2884 & r2888 from trunk. by vikasmarwaha@webrtc.org · 12 years ago
  77. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/video_engine/encoder_state_feedback_unittest.cc]
  78. 15e4e34 Wire up ssrc check in ViEEncoder for intra requests. by mflodman@webrtc.org · 12 years ago
  79. aca2629 Hooking up EncoderStateFeedback to handle intra requests instead of trigger by mflodman@webrtc.org · 12 years ago
  80. 6e2e0b8 Reverting r2812 by mikhal@webrtc.org · 12 years ago
  81. f2c750d Hooking up EncoderStateFeedback to handle intra requests instead of trigger by mflodman@webrtc.org · 12 years ago
  82. deaf685 Fix gcc 4.6 compilation for video_engine_unittest by mflodman@webrtc.org · 12 years ago
  83. 3be5863 Adding a class receiving key frame requests and relying to corresponding ViEEncoder. This CL adds the new class and unittest, but doesn't wire up th efunctionality. That will come in a follow soon after. by mflodman@webrtc.org · 12 years ago