1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  3. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  4. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  5. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  6. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 5 years ago
  7. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 5 years ago
  8. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 5 years ago
  9. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  10. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  11. 22ed366 Avoid using global task queue factory in fake encoder by Danil Chapovalov · 5 years ago
  12. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 5 years ago
  13. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  14. d738071 Refactor FakeEncoder to avoid writing to a const EncodedImage by Niels Möller · 5 years ago
  15. 65cc52e Fix heap use overrun in FakeEncoder By removing unnecessary fixed size buffer. by Per Kjellander · 5 years ago
  16. 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
  17. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  18. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  19. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  20. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  21. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  22. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  23. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  24. 17fc7e2 Add counter to the end of FakeEncoder frames in order to make them unique. by Per Kjellander · 6 years ago
  25. df351f4 Update FakeEncoder to use EncoderInfo by Erik Språng · 6 years ago
  26. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  27. 0414040 Fix race condition for SupportsFlexfecWithMultithreadedH264/0 test. by Yves Gerey · 6 years ago
  28. b0588e6 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  29. 8d92e8d Revert "Reland "Move FakeCodec to separate target and behave like real encoder."" by Ilya Nikolaevskiy · 6 years ago
  30. f2a8287 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  31. 7d13a6e Revert "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  32. 223eba5 Move FakeCodec to separate target and behave like real encoder. by Ilya Nikolaevskiy · 6 years ago
  33. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  34. 566124a Move BitrateAllocation to api/ and rename it VideoBitrateAllocation by Erik Språng · 6 years ago
  35. 1e06289 Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. by Niels Möller · 6 years ago
  36. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  37. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  38. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/test/fake_encoder.h]
  39. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  40. cc3d442 Rename ViEEncoder to VideoStreamEncoder by mflodman · 7 years ago
  41. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  42. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  43. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  44. 4847ae6 Reland of Periodically update codec bit/frame rate settings. by sprang · 7 years ago
  45. 317005a Revert of Periodically update codec bit/frame rate settings. (patchset #2 id:160001 of https://codereview.webrtc.org/2924023002/ ) by sprang · 7 years ago
  46. cdafeda Reland of Periodically update codec bit/frame rate settings. (patchset #1 id:1 of https://codereview.webrtc.org/2923993002/ ) by sprang · 7 years ago
  47. 5390c48 Revert of Periodically update codec bit/frame rate settings. (patchset #8 id:140001 of https://codereview.webrtc.org/2883963002/ ) by sprang · 7 years ago
  48. 6431e21 Fix bug in vie_encoder.cc which caused channel parameters not to be updated at regular intervals, as it was intended. by sprang · 7 years ago
  49. d60d06a Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #1 id:1 of https://codereview.webrtc.org/2794033002/ ) by ilnik · 7 years ago
  50. 716d7ac Revert of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #8 id:140001 of https://codereview.webrtc.org/2780943003/ ) by guidou · 7 years ago
  51. c42f540 Move video_encoder.h and video_decoder.h to /api and create GN targets for them by ilnik · 7 years ago
  52. 49ce67c Do not encode frames in MultithreadedFakeH264Encoder after Release(). by brandtr · 7 years ago
  53. e78d266 Make FakeEncoder and FakeH264Encoder thread safe. by brandtr · 8 years ago
  54. 696c9c6 Add multithreaded fake encoder and corresponding FlexFEC VideoSendStreamTest. by brandtr · 8 years ago
  55. 08127a9 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  56. 1369c83 Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  57. 647bf43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  58. 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
  59. 8f46c67 Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  60. 803d97f Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
  61. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  62. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 8 years ago
  63. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  64. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 8 years ago
  65. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  66. b7d9a97 Expose codec implementation names in stats. by Peter Boström · 9 years ago
  67. 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
  68. 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
  69. 03ef053 Merge webrtc/video_engine/ into webrtc/video/ by Peter Boström · 9 years ago
  70. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  71. 22993e1 Unify FrameType and VideoFrameType. by pbos · 9 years ago
  72. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 9 years ago
  73. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 9 years ago
  74. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
  75. 273a414 Report encoded frame size in VideoSendStream. by pbos@webrtc.org · 10 years ago
  76. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  77. 049e4ec Change default values for CpuOveruseOptions. by asapersson@webrtc.org · 10 years ago
  78. ab990ae Revert 7151 "Revert 7114 "Expose VideoEncoders with webrtc/video_encoder.h."" by pbos@webrtc.org · 10 years ago
  79. 307d3db Revert 7114 "Expose VideoEncoders with webrtc/video_encoder.h." by henrikg@webrtc.org · 10 years ago
  80. b420191 Expose VideoEncoders with webrtc/video_encoder.h. by pbos@webrtc.org · 10 years ago
  81. 79c3359 Add end-to-end H.264 packetization test. by stefan@webrtc.org · 10 years ago
  82. de1429e Add thread annotations to Call API. by pbos@webrtc.org · 10 years ago
  83. f577ae9 Remove internal codecs from VideoSendStream. by pbos@webrtc.org · 10 years ago
  84. 3349ae0 Implement minimum transmit bitrate. by pbos@webrtc.org · 10 years ago
  85. 16e03b7 Separate Call API/build files from video_engine/. by pbos@webrtc.org · 11 years ago[Renamed from webrtc/video_engine/test/common/fake_encoder.h]
  86. 0181b5f ExternalVideoDecoder for new VideoEngine API. by pbos@webrtc.org · 11 years ago
  87. cb5118c Add FakeEncoder to VideoSendStream tests. by pbos@webrtc.org · 11 years ago
  88. c095f51 Remove template usage of typeless enum in fake_encoder. by pbos@webrtc.org · 11 years ago
  89. 360e376 Adds two tests for verifying padding and ramp-up behavior. by stefan@webrtc.org · 11 years ago