1. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  2. 139f4dc QualityScaler: Add option to try fast adapt down at start up based on initial bw estimates. by Åsa Persson · 5 years ago
  3. 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  4. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  5. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  6. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  7. 45befc5 Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create by Elad Alon · 5 years ago
  8. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  9. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  10. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  11. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  12. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  13. ce33b6a Implement QualityLimitationReasonTracker and expose "reason". by Henrik Boström · 5 years ago
  14. 23aff9b Implement RTCOutboundRtpStreamStats.totalEncodedBytesTarget. by Henrik Boström · 5 years ago
  15. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  16. 137f6c8 Introduce peer connection level webrtc video quality tests. by Artem Titov · 5 years ago
  17. 2ebf523 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  18. de20b96 Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Ilya Nikolaevskiy · 5 years ago
  19. f3d828e Make balanced degradation settings configurable through field trial. by Åsa Persson · 5 years ago
  20. d8b9ed7 Promote RtcEventLogOutputFile to api/ by Niels Möller · 5 years ago
  21. 4fb12b0 Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  22. 4b1afbe Revert "Reland "Copy video frames metadata between encoded and plain frames in one place"" by Artem Titarenko · 5 years ago
  23. eea9288 Add configuration of new cpu load estimator via field trials. by Niels Möller · 5 years ago
  24. c9a2c5e Reland "Copy video frames metadata between encoded and plain frames in one place" by Ilya Nikolaevskiy · 5 years ago
  25. ce92817 Split test:test_common source set by Danil Chapovalov · 5 years ago
  26. 84ae2b6 Revert "Copy video frames metadata between encoded and plain frames in one place" by Artem Titarenko · 5 years ago
  27. 00d0a0a Copy video frames metadata between encoded and plain frames in one place by Ilya Nikolaevskiy · 5 years ago
  28. d51ec58 Parse color space only in last packet of key frame by Johannes Kron · 5 years ago
  29. d3ba236 Stop using GlobalTaskQueueFactory in video unittests by Danil Chapovalov · 5 years ago
  30. 79e9f4b Replace test::Statistics by webrtc::RunningStatistics. by Yves Gerey · 5 years ago
  31. 304ea5f Add RtcEventLogFactory factory with explicit TaskQueueFactory by Danil Chapovalov · 5 years ago
  32. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  33. 14d1c9d Rename EncoderKeyFrameCallback back to EncoderRtcpFeedback by Elad Alon · 5 years ago
  34. 1c41be6 Propagate TaskQueueFactory to AudioDeviceBuffer by Danil Chapovalov · 5 years ago
  35. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  36. bd631a0 Use Abseil container algorithms in video/ by Steve Anton · 5 years ago
  37. 3dde450 Make keyframe generation/request intervals configurable through field trials. by Rasmus Brandt · 5 years ago
  38. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  39. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 5 years ago
  40. ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 5 years ago
  41. 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 5 years ago
  42. a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 5 years ago
  43. 22ed366 Avoid using global task queue factory in fake encoder by Danil Chapovalov · 5 years ago
  44. cde8ab2 Use single FrameBufferController in VP8, created by a factory. by Elad Alon · 5 years ago
  45. d26a916 Avoid using GlobalTaskQueueFactory for TaskQueueForTest by Danil Chapovalov · 5 years ago
  46. ab03638 Let threads opt in to having their stack traces printed by Karl Wiberg · 5 years ago
  47. 3c589be Reland "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video." by Rasmus Brandt · 5 years ago
  48. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 6 years ago
  49. 3368721 Revert "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video." by Yves Gerey · 6 years ago
  50. 184f6d5 Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video. by Rasmus Brandt · 6 years ago
  51. ede7cb2 Rewrite video_loopback to use new mac capturer. by Kári Tristan Helgason · 6 years ago
  52. 07a4f2b Merge rtc_task_queue(_api|_impl)? build targets into one by Danil Chapovalov · 6 years ago
  53. 1aa7581 Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask by Danil Chapovalov · 6 years ago
  54. 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 6 years ago
  55. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  56. 6a7baa7 Remove VCMEncodedFrameCallback and VCMGenericEncoder by Erik Språng · 6 years ago
  57. eb7589e Revert "Partial frame capture API part 3" by Ilya Nikolaevskiy · 6 years ago
  58. 157540a Stop hard-coding default IDs for RTP extensions by Elad Alon · 6 years ago
  59. b76b9ba Set WEBRTC_USE_H264 in common_config by Johannes Kron · 6 years ago
  60. 7ca375c Implement encoder overshoot detector and rate adjuster. by Erik Språng · 6 years ago
  61. 1266487 Partial frame capture API part 3 by Ilya Nikolaevskiy · 6 years ago
  62. fa89d84 Register callback for key frame request from media transport. by Niels Möller · 6 years ago
  63. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  64. cd76eab Parsing of pacing factor and alr probing in RateControlSettings by Erik Språng · 6 years ago
  65. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  66. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  67. 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
  68. 8efafdf Move VideoStreamReceiver JSON configuration parser to test source_set. by Benjamin Wright · 6 years ago
  69. 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
  70. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  71. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  72. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  73. 07276e4 Refactor and remove media_optimization::MediaOptimization. by Erik Språng · 6 years ago
  74. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  75. f1ab9b9 Refactor creation of ColorSpace test data by Johannes Kron · 6 years ago
  76. 8b9b5f9 Activate/deactivate VP9 spatial layers. by Sergey Silkin · 6 years ago
  77. e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
  78. 0076529 Add BufferedFrameDecryptor to cleanly deal with receiving encrypted frames. by Benjamin Wright · 6 years ago
  79. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  80. 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
  81. cb7eddb Add tests for cpu overuse scaling. by Åsa Persson · 6 years ago
  82. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  83. 96965ae Add ability to enable frame dumping decoder via field trial. by Erik Språng · 6 years ago
  84. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  85. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  86. 150a907 FrameEncryption Video End To End Testcase. by Benjamin Wright · 6 years ago
  87. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  88. 327b753 Split out a separate target for VP8EncoderSimulcastProxy by Jonathan Yu · 6 years ago
  89. 9a5da49 Split out a separate target for SimulcastEncoderAdapter by Jonathan Yu · 6 years ago
  90. 76ad154 New method for precise packet reception time measurement. by Christoffer Rodbro · 6 years ago
  91. 4529fbc Move TemporalLayers to api/video_codecs. by Erik Språng · 6 years ago
  92. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  93. 5ca2912 Delete VideoReceiveStream::EnableEncodedFrameRecording by Niels Möller · 6 years ago
  94. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  95. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  96. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  97. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  98. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  99. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  100. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago