1. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  2. c84cd95 Move MockVideoDecoder to api/test. by Erik Språng · 6 years ago
  3. 4529fbc Move TemporalLayers to api/video_codecs. by Erik Språng · 6 years ago
  4. a1d9ca4 Revert "Add ability to specify if rate controller of video encoder is trusted." by Oleh Prypin · 6 years ago
  5. 3e335d1 Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  6. 8abd56c Split TemporalLayers and TemporalLayers checker, clean up header. by Erik Språng · 6 years ago
  7. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  8. d92288f Add experimental shortened 2-temporal-layer setting by Erik Språng · 7 years ago
  9. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 7 years ago
  10. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 7 years ago
  11. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 7 years ago
  12. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  13. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 7 years ago
  14. 82fad3d Remove TemporalLayersFactory and associated classes by Erik Språng · 7 years ago
  15. bf3dbb4 Delete payload_type from VCMEncoderDatabase and vcm::VideoSender. by Niels Möller · 7 years ago
  16. 46a2765 Reland "Update internal SW codecs to return unique_ptrs" by Magnus Jedvert · 7 years ago
  17. 34c8e6b Revert "Update internal SW codecs to return unique_ptrs" by Magnus Jedvert · 7 years ago
  18. 4fe6adc Update internal SW codecs to return unique_ptrs by Magnus Jedvert · 7 years ago
  19. a056599 Delete VCMSendStatisticsCallback and corresponding use of ProcessThread by Niels Möller · 7 years ago
  20. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  21. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/video_sender_unittest.cc]
  22. 351424e Removing VCMCodecDataBase::Codec and VideoCodingModule::Codec. by mflodman · 7 years ago
  23. 533aedc Delete unused test code in modules/video_coding/test/ by tommi · 8 years ago
  24. e01326f Remove unused RealTimeTemporalLayers. by Peter Boström · 8 years ago
  25. a8d8aad Refactor + enable GN check on video_coding_utility by kjellander · 8 years ago
  26. a8ba195 Replace test::FrameGenerator::ChromaGenerator with new FrameGenerator::SquareGenerator The problem with the ChromaGenerator is that the VP8 encoder produce a too low bitrate for each frame. The squaregenerator make the VP8 encoder produce about 600kbit/s at VGA. by perkj · 8 years ago
  27. 57c2fff Periodically update channel parameters and send TargetBitrate message. by sprang · 8 years ago
  28. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  29. 1a646ee Wire up BitrateAllocation to be sent as RTCP TargetBitrate by sprang · 8 years ago
  30. 40217c3 Initial rate allocation should not use fps = 0 by sprang · 8 years ago
  31. 08127a9 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  32. 1369c83 Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  33. 647bf43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  34. 4bc98d4 Revert of Extract bitrate allocation of spatial/temporal layers out of codec impl. (patchset #17 id:320001 of https://codereview.webrtc.org/2434073003/ ) by sprang · 8 years ago
  35. 8f46c67 Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  36. 257dc39 Refactoring: Hide VideoCodec.codecSpecific as "private" by hta · 8 years ago
  37. f122a85 Delete webrtc::VideoFrame::CreateEmptyFrame. by nisse · 8 years ago
  38. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  39. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  40. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  41. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 8 years ago
  42. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  43. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 8 years ago
  44. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  45. f5b2e51 Fix stats for encoder target bitrate when target rate is zero. by perkj · 9 years ago
  46. fea9309 This reland https://codereview.webrtc.org/1932683002/. by perkj · 9 years ago
  47. ad6fc5a Remove remaining quality-analysis (QM). by Peter Boström · 9 years ago
  48. 600246e Removed SSRC knowledge from ViEEncoder. by perkj · 9 years ago
  49. 376b192 Remove VideoCodingModule::VCMPacketizationCallback by perkj · 9 years ago
  50. 02b3d27 Reland of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #1 id:1 of https://codereview.webrtc.org/1903193002/ ) by kjellander · 9 years ago
  51. a261e61 Revert of Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. (patchset #5 id:80001 of https://codereview.webrtc.org/1897233002/ ) by kjellander · 9 years ago
  52. f5d55aa Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. by perkj · 9 years ago
  53. d4badbc Fix SetRates for encoders with internal sources. by noahric · 9 years ago
  54. 3f55dea Replace scoped_ptr with unique_ptr in webrtc/modules/video_coding/ by kwiberg · 9 years ago
  55. fb15270 Replace const-reference with pointer in SendData. by Peter Boström · 9 years ago
  56. 7b971e7 Remove extra_options from VideoCodec. by Peter Boström · 9 years ago
  57. 233bfd2 Move keyframe requests outside encoder mutex. by Peter Boström · 9 years ago
  58. 7776e78 Remove unused methods in VideoCodingModule. by Peter Boström · 9 years ago
  59. e2976c8 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
  60. 5908c71 Lint fix for webrtc/modules/video_coding PART 3! by philipel · 9 years ago
  61. 795dbe4 Remove RegisterExternal{De,En}coder error codes. by Peter Boström · 9 years ago
  62. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 9 years ago[Renamed (97%) from webrtc/modules/video_coding/main/source/video_sender_unittest.cc]
  63. 69ccb33 Remove redudant encoder rate calls. by Peter Boström · 9 years ago
  64. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  65. 49e196a Remove VideoFrameType aliases for FrameType. by Peter Boström · 9 years ago
  66. 22993e1 Unify FrameType and VideoFrameType. by pbos · 9 years ago
  67. ab73d13 Remove internal encoders from VCMCodecDatabase. by Peter Boström · 9 years ago
  68. 66a641a Update encoder settings periodically, not only on new bandwidth estimate by Erik Språng · 10 years ago
  69. a2c7940 Ensures that modules_unittests runs on iOS by henrika · 10 years ago
  70. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  71. 9dbbcfb Remove VideoCodingModule::InitializeSender. by Peter Boström · 10 years ago
  72. fcf54bd Reland "Avoid critsect for protection- and qm setting callbacks in VideoSender." by mflodman · 10 years ago
  73. 0828a0c Revert "Avoid critsect for protection- and qm setting callbacks in VideoSender." by mflodman · 10 years ago
  74. 903c0f2 Avoid critsect for protection- and qm setting callbacks in VideoSender. by mflodman · 10 years ago
  75. 67a9e40 Prevent encoding frames with wrong resolution. by pbos@webrtc.org · 10 years ago
  76. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  77. 97ed2a4 I420VideoFrame: Remove function ResetSize by magjed@webrtc.org · 10 years ago
  78. 7400e0b Revert "I420VideoFrame: Remove functions set_width, set_height, and ResetSize" by magjed@webrtc.org · 10 years ago
  79. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  80. 891d483 Wire up target_media_bitrate in VideoSendStream. by pbos@webrtc.org · 10 years ago
  81. be29b3b I420VideoFrame: Remove functions set_width, set_height, and ResetSize by magjed@webrtc.org · 10 years ago
  82. 131bea8 Offline screenshare quality test, plus loopback. by sprang@webrtc.org · 10 years ago
  83. 273a414 Report encoded frame size in VideoSendStream. by pbos@webrtc.org · 10 years ago
  84. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  85. cc774a6 Mark all virtual overrides in the hierarchies of RtpDump and by henrike@webrtc.org · 10 years ago
  86. 9e1acc8 Fix bugs introduced by https://code.google.com/p/webrtc/source/detail?r=6667 . by tommi@webrtc.org · 11 years ago
  87. a36db97 Suppress GMOCK printouts from TestVideoSenderWithVp8 by henrik.lundin@webrtc.org · 11 years ago
  88. 34c5da6 Cleaned up logging in video_coding. by stefan@webrtc.org · 11 years ago
  89. 0117d1c Fix compilation errors under clang 3.5. by pbos@webrtc.org · 11 years ago
  90. 1df9dc3 Isolate register post encode callback in video coding module to simplify code and critical sections. by andresp@webrtc.org · 11 years ago
  91. 724947b Add SwapFrame() to VideoSendStreamInput. by pbos@webrtc.org · 11 years ago
  92. be9c560 Revert r4913 that reverts r4911. Original CL description: by andresp@webrtc.org · 11 years ago
  93. 44db9d1 Revert 4911 "Adding temporal layer strategy that keeps base laye..." by turaj@webrtc.org · 11 years ago
  94. 26f78f7 Adding temporal layer strategy that keeps base layer framerate at an acceptable value. by andresp@webrtc.org · 11 years ago
  95. 641587f Disable some VP8 tests on Android. by andrew@webrtc.org · 11 years ago
  96. 98fcd2d Adding unit tests for default temporal layer strategy. by andresp@webrtc.org · 11 years ago
  97. e401c2e Split video coding module unit tests into sender and receiver unit tests. by andresp@webrtc.org · 11 years ago