1. ce80886 Remove video_coding dependency on ProcessThread and Module by Danil Chapovalov · 3 years, 1 month ago
  2. c4d253c Move VCMTiming into timing sub-folder by Rasmus Brandt · 3 years, 2 months ago
  3. e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years, 4 months ago
  4. e02f9ee WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 10/inf by Jonas Oreland · 3 years, 4 months ago
  5. 7f6444d Delete deprecated version of VideoCodingModule::RegisterReceiveCodec by Danil Chapovalov · 4 years ago
  6. ba0a306 Move check for number_of_cores parameter validitity by Danil Chapovalov · 4 years ago
  7. 355b8d2 Use VideoDecoder::Configure interface when setting up decoder by Danil Chapovalov · 4 years ago
  8. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 5 months ago
  9. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 6 months ago
  10. 5a37d12 Delete deprecated variant of VideoCodingModule::RegisterReceiveCodec by Niels Möller · 5 years ago
  11. 582102c Add a VideoCoding::RegisterReceiveCodec method with payload_type by Niels Möller · 5 years ago
  12. 18c83d3 Delete unused argument |require_key_frame| by Niels Möller · 5 years ago
  13. 3d22108 Remove unused critical section includes. by Markus Handell · 5 years ago
  14. 47ae303 Delete deprecated method VideoCodingModule::SetReceiverRobustnessMode by Niels Möller · 6 years ago
  15. 0fb0bd8 Delete WebRtcRTPHeader, this struct is no longer used. by Niels Möller · 6 years ago
  16. be7a0ec Change vcm::VideoReceiver::IncomingPacket to not use WebRtcRTPHeader by Niels Möller · 6 years ago
  17. 691f62c Make VCMJitterBuffer::SetNackMode(kNack, -1, -1) the only mode by Niels Möller · 6 years ago
  18. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  19. db64d99 Delete unused constructor arguments from VCMJitterBuffer by Niels Möller · 6 years ago
  20. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  21. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 6 years ago
  22. 375b346 Delete all logic related to VCMDecodeErrorMode by Niels Möller · 7 years ago
  23. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  24. 2874672 Delete method VideoCodingModule::SetVideoProtection by Niels Möller · 7 years ago
  25. 194d4d2 Delete unused send-side methods of VideoCodingModule by Niels Möller · 7 years ago
  26. d96b275 Refactor EncodeParameters usage, remove unused rtt/loss by Erik Språng · 7 years ago
  27. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 7 years ago
  28. eee3920 Don't poll EncoderInfo from encoder twice per frame by Erik Språng · 7 years ago
  29. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 7 years ago
  30. c4e9825 Delete classes EventFactory and EventFactoryImpl. by Niels Möller · 7 years ago
  31. 689983f Deprecate EventFactory and delete all usage. by Niels Möller · 7 years ago
  32. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 7 years ago
  33. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 7 years ago
  34. 9eb44ac Delete pre_decode_image_callback by Niels Möller · 7 years ago
  35. 4206a0a Exposing video bitrate allocator into API by Jiawei Ou · 7 years ago
  36. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 7 years ago
  37. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 7 years ago
  38. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 7 years ago
  39. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 7 years ago
  40. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  41. 7eb8e9f Add RegisterExternalDecoder in VideoCodingModule. by Anders Carlsson · 7 years ago
  42. 82fad3d Remove TemporalLayersFactory and associated classes by Erik Språng · 7 years ago
  43. bf3dbb4 Delete payload_type from VCMEncoderDatabase and vcm::VideoSender. by Niels Möller · 7 years ago
  44. af9e87b Delete unused methods from vcm::VideoCodingModule. by Niels Möller · 7 years ago
  45. a056599 Delete VCMSendStatisticsCallback and corresponding use of ProcessThread by Niels Möller · 8 years ago
  46. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 8 years ago
  47. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  48. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/video_coding/video_coding_impl.cc]
  49. 56359be Update thread annotiation macros in modules to use RTC_ prefix by danilchap · 8 years ago
  50. 351424e Removing VCMCodecDataBase::Codec and VideoCodingModule::Codec. by mflodman · 8 years ago
  51. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  52. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  53. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  54. d701dfd remove more CriticalSectionWrappers. by kthelgason · 8 years ago
  55. a5c18d7 Delete video_coding_robustness_unittest.cc by tommi · 8 years ago
  56. 05e908b Delete unused method VideoCodingModule::DiscardedPackets(). by tommi · 8 years ago
  57. b1db370 Delete unsupported method VideoCodingModule::RegisterDecoderTimingCallback. by tommi · 8 years ago
  58. 275e209 Remove ReceiveCodec() getters from VideoCodingModule. by Tommi · 8 years ago
  59. d0a71ba Updates to VCMDecodedFrameCallback, VideoReceiver and a few related classes/tests. by tommi · 8 years ago
  60. 721d402 Create VideoReceiver with external VCMTiming object. by philipel · 9 years ago
  61. 1a646ee Wire up BitrateAllocation to be sent as RTCP TargetBitrate by sprang · 9 years ago
  62. 08127a9 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 9 years ago
  63. 1369c83 Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 9 years ago
  64. 647bf43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 9 years ago
  65. 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 · 9 years ago
  66. 8f46c67 Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 9 years ago
  67. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  68. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 9 years ago
  69. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  70. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 9 years ago
  71. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  72. f5b2e51 Fix stats for encoder target bitrate when target rate is zero. by perkj · 9 years ago
  73. e15032c Remove all old suspension logic. by mflodman · 9 years ago
  74. 69b332d Move logic for calculating needed bitrate overhead used by NACK and FEC to VideoSender. by Per · 9 years ago
  75. ad6fc5a Remove remaining quality-analysis (QM). by Peter Boström · 9 years ago
  76. 600246e Removed SSRC knowledge from ViEEncoder. by perkj · 9 years ago
  77. 376b192 Remove VideoCodingModule::VCMPacketizationCallback by perkj · 9 years ago
  78. 16ac328 Remove VCMRenderBufferSizeCallback. by Peter Boström · 9 years ago
  79. 0b25072 Use vcm::VideoReceiver on the receive side. by Peter Boström · 9 years ago
  80. 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
  81. 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
  82. f5d55aa Deprecate VCMPacketizationCallback::SendData and use EncodedImageCallback instead. by perkj · 9 years ago
  83. 3911c26 Add support for writing raw encoder output to .ivf files. by sprang · 9 years ago
  84. 83f831a Experiment for the nack module. by philipel · 9 years ago
  85. 3f55dea Replace scoped_ptr with unique_ptr in webrtc/modules/video_coding/ by kwiberg · 9 years ago
  86. a26ac92 Reland of move ignored return code from modules. (patchset #1 id:1 of https://codereview.webrtc.org/1736663004/ ) by pbos · 9 years ago
  87. da33a8a Revert of Remove ignored return code from modules. (patchset #3 id:40001 of https://codereview.webrtc.org/1703833002/ ) by torbjorng · 9 years ago
  88. f14c47a Remove ignored return code from modules. by Peter Boström · 9 years ago
  89. 1d04ac6 Untangle ViEChannel and ViEEncoder. by Peter Boström · 9 years ago
  90. ed3277b Deprecate VideoDecoder::Reset() and remove calls. by Peter Boström · 9 years ago
  91. 7776e78 Remove unused methods in VideoCodingModule. by Peter Boström · 10 years ago
  92. 5908c71 Lint fix for webrtc/modules/video_coding PART 3! by philipel · 10 years ago
  93. 796cfaf Add VideoCodec::PreferDecodeLate by perkj · 10 years ago
  94. 795dbe4 Remove RegisterExternal{De,En}coder error codes. by Peter Boström · 10 years ago
  95. 92f8dbd Remove VIDEOCODEC_* from engine_configurations.h. by Peter Boström · 10 years ago
  96. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 10 years ago[Renamed (96%) from webrtc/modules/video_coding/main/source/video_coding_impl.cc]
  97. 0fa9b22 Remove scoped_ptrs for VCM sender_ and receiver_. by pbos · 10 years ago
  98. 69ccb33 Remove redudant encoder rate calls. by Peter Boström · 10 years ago
  99. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 10 years ago
  100. dec5ebf Move sent key frame stats to send_statistics_proxy class. by asapersson · 10 years ago