1. d4c3c3a Move video_replay under rtc_tools/. by Mirko Bonadei · 4 years, 6 months ago
  2. 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 4 years, 6 months ago
  3. f12231d Add wildcard visibility to video_replay to make it buildable in Chromium. by Max Moroz · 4 years, 6 months ago
  4. 0653485 [Overuse] Move EncodeUsageResource/QualityScalerResource to own files. by Henrik Boström · 4 years, 6 months ago
  5. 48258ac [Overuse] Implement Resource and ResourceUsageListener. by Henrik Boström · 4 years, 6 months ago
  6. 7875c99 [Overuse] Add EncodeUsageResource and QualityScalerResource. by Henrik Boström · 4 years, 6 months ago
  7. a9e1026 Make video_replay buildable from Chromium. by Mirko Bonadei · 4 years, 6 months ago
  8. e331a12 Move quality rampup experiment to overuse module by Evan Shrubsole · 4 years, 6 months ago
  9. 7c3a1fc Move initial quality experiment to adaptation module by Evan Shrubsole · 4 years, 6 months ago
  10. c81798b Configure QP scaler in adaptation module by Evan Shrubsole · 4 years, 6 months ago
  11. f2be3ef Move initial frame drop to overuse module by Evan Shrubsole · 4 years, 6 months ago
  12. c809e8b Move quality scaling frame drop logic to adaptation module by Evan Shrubsole · 4 years, 6 months ago
  13. bfe3ef8 Report frame qp to quality scaler via overuse module by Evan Shrubsole · 4 years, 6 months ago
  14. cf05952 Move quality scaler into adaptation module by Evan Shrubsole · 4 years, 6 months ago
  15. 73a5e91 Remove task_queue dependency for QualityScaler by Evan Shrubsole · 4 years, 6 months ago
  16. 97ffbef Pass and store PacketBuffer::Packet by unique_ptr by Danil Chapovalov · 4 years, 6 months ago
  17. ad515a2 [Overuse] Move GetCpuOveruseOptions() to adaption module. by Henrik Boström · 4 years, 6 months ago
  18. 159c414 Detach LossNotificationController from RtpGenericFrameDescriptor by Danil Chapovalov · 4 years, 6 months ago
  19. cdd73e0 Migrate PC level tests on new video codec configuration API by Artem Titov · 4 years, 6 months ago
  20. 02d51f9 Remove unused field trial WebRTC-InitialFramedrop by Evan Shrubsole · 4 years, 6 months ago
  21. d4578ae [Overuse] Encoding pipeline as input signals in the abstract interface. by Henrik Boström · 4 years, 6 months ago
  22. 2bc91e8 Avoid extra EncodedFrame copy in RunPostEncode by Evan Shrubsole · 4 years, 6 months ago
  23. ede69c0 [Overuse] Setting the target bitrate through the interface. by Henrik Boström · 4 years, 6 months ago
  24. 33aaa35 Fix video_replay to build and actually work by Ilya Nikolaevskiy · 4 years, 6 months ago
  25. cd02eba Use intersection of app and encoder bitrate limits. by Sergey Silkin · 4 years, 6 months ago
  26. 43bfe0b Enforce VideoEncoderConfig.num_temporal_layers >= 1. by Rasmus Brandt · 4 years, 6 months ago
  27. 4bab2fc [Overuse] Setting encoder configurations through the interface. by Henrik Boström · 4 years, 6 months ago
  28. 6c13fd9 Move bandwidth overuse detection out of VideoStreamEncoder by Evan Shrubsole · 4 years, 6 months ago
  29. 8b1338b Propagate is_bw_limited flag with bw allocation everywhere it's copied by Ilya Nikolaevskiy · 4 years, 6 months ago
  30. fae6f0e [Overuse] MaybeUpdateTargetFrameRate() & ResetVideoSourceRestrictions() by Henrik Boström · 4 years, 6 months ago
  31. a3d4252 ResourceAdaptationModule HasInputVideo+DegradationPreference setters. by Henrik Boström · 4 years, 6 months ago
  32. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 6 months ago
  33. 07b17df Move DegradationPreference logic to the encoder queue. by Henrik Boström · 4 years, 7 months ago
  34. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 7 months ago
  35. 8234b92 Move DegradationPreference logic out of VideoSourceSinkController. by Henrik Boström · 4 years, 7 months ago
  36. ce0ea49 VideoStreamEncoder configuring source/sink with VideoSourceController. by Henrik Boström · 4 years, 7 months ago
  37. d238200 Introduce ResourceAdaptationModuleListener and VideoSourceRestrictions. by Henrik Boström · 4 years, 7 months ago
  38. 539f9b3 Use a TaskQueue for decoding in VideoStreamDecoderImpl. by philipel · 4 years, 7 months ago
  39. 5c35f2f Delete RtpDepacketizerVp9 in favor of VideoRtpDepacketizerVp9 by Danil Chapovalov · 4 years, 7 months ago
  40. f5e71e4 BalancedDegradationSettings: add codec specific min bitrate settings. by Åsa Persson · 4 years, 7 months ago
  41. 382cc6d Add incomplete ResourceAdaptationModuleInterface. by Henrik Boström · 4 years, 7 months ago
  42. b08882b Refactor out VideoStreamEncoder's overuse logic to separate module. by Henrik Boström · 4 years, 7 months ago
  43. 499de2d Fix tiny race condition when Vp9NonFlexMode_* tests were failing. by Yves Gerey · 4 years, 7 months ago
  44. c33e491 Prevent 'use after free' by waiting for all queued tasks to be processed. by Yves Gerey · 4 years, 7 months ago
  45. 5cad55b Signal requested resolution alignment requirements from sinks to sources. by Rasmus Brandt · 4 years, 7 months ago
  46. 9b540cb Correctly process disabled streams in FrameEncodeMetadataWriter by Ilya Nikolaevskiy · 4 years, 7 months ago
  47. cebdbf6 switch RtpVideoStreamReceiver to use VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 8 months ago
  48. 0f6bf75 Make video engine tests aware of padding packets by Danil Chapovalov · 4 years, 8 months ago
  49. b57fe17 Migrate video tests and tool to VideoRtpDepacketizer interface by Danil Chapovalov · 4 years, 8 months ago
  50. 4fc52c8 Make struct SynchronizationDelays more general. by Åsa Persson · 4 years, 8 months ago
  51. ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 4 years, 8 months ago
  52. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 4 years, 8 months ago
  53. 907dc80 Reland "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 4 years, 8 months ago
  54. c347585 Use RtpPacket instead of legacy RtpHeaderParser in video/ tests by Danil Chapovalov · 4 years, 8 months ago
  55. 340af97 Always enter yield policy scope using simulated TimeControllers. by Sebastian Jansson · 4 years, 8 months ago
  56. 648b9d7 Implement automatic animation detection in VideoStreamEncoder by Ilya Nikolaevskiy · 4 years, 8 months ago
  57. 486cc55 TimeController: Rename Sleep to AdvanceTime. by Markus Handell · 4 years, 8 months ago
  58. 269ac81 VideoReceiveStream: Enable encoded frame sink. by Markus Handell · 4 years, 8 months ago
  59. e3c4884 in PacketBuffer::Packet pass payload using smart buffer by Danil Chapovalov · 4 years, 8 months ago
  60. 014dd3c Trials should always be populated in call config. by Erik Språng · 4 years, 8 months ago
  61. 5256d8b Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect by Artem Titov · 4 years, 8 months ago
  62. d08bb1e Propagate absolute capture time through video receiving side. by Ruslan Burakov · 4 years, 8 months ago
  63. 7968530 Removes caching SimulcastEncoderAdapter::GetEncoderInfo() by Erik Språng · 4 years, 8 months ago
  64. 840394c Fix bw_limited_resolution in SendStatisticsProxy GetStats by Ilya Nikolaevskiy · 4 years, 8 months ago
  65. 5cef9c3 Revert "Add support for RtpEncodingParameters::max_framerate" by Florent Castelli · 4 years, 8 months ago
  66. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 4 years, 8 months ago
  67. 15be528 Add support for RtpEncodingParameters::max_framerate by Florent Castelli · 4 years, 8 months ago
  68. 7f44505 Allow min start bitrate to be lower than min bitrate. by Sergey Silkin · 4 years, 8 months ago
  69. c7a46c4 Fix VideoStreamEncoder to not reference encoded data from the RunPostEncode task. by philipel · 4 years, 8 months ago
  70. 00376e1 Add totalInterFrameDelay to RTCInboundRTPStreamStats by Johannes Kron · 4 years, 8 months ago
  71. 0197887 Stop using DEPRECATED_SingleThreadedTaskQueueForTesting in MultiStreamTester by Danil Chapovalov · 4 years, 9 months ago
  72. 287e464 Change VideoAdapter::OnResolutionFramerateRequest to VideoAdapter::OnSinkWants by Rasmus Brandt · 4 years, 9 months ago
  73. 8fe22fa StreamSynchronizationTest: Replace class Time with SimulatedClock. by Åsa Persson · 4 years, 8 months ago
  74. 8ae70f6 Enable WebRTC-Bwe-MaxRttLimit by default. by Nikita Zetilov · 4 years, 9 months ago
  75. aa3f5da Fork VCMPacket for PacketBuffer into own struct by Danil Chapovalov · 4 years, 9 months ago
  76. 4186603 Always record timestamp of keyframe request. by Markus Handell · 4 years, 8 months ago
  77. 7b46e17 In rtc::ByteBuffer drop support for ORDER_HOST as unused by Danil Chapovalov · 4 years, 9 months ago
  78. 1242d9c Reland Cleanup MultiStreamTester by Danil Chapovalov · 4 years, 9 months ago
  79. 815e00c Revert "Reset RtpFrameReferenceFinder on long pause" by Ilya Nikolaevskiy · 4 years, 9 months ago
  80. e644a03 Add field trial for rampup in quality based on available bandwidth. by Åsa Persson · 4 years, 9 months ago
  81. 7a4db6e Reset RtpFrameReferenceFinder on long pause by Ilya Nikolaevskiy · 4 years, 9 months ago
  82. cae7f9f Revert "Cleanup MultiStreamTester" by Danil Chapovalov · 4 years, 9 months ago
  83. d6b9b0a Cleanup MultiStreamTester by Danil Chapovalov · 4 years, 9 months ago
  84. 2f2049a Add blocking call in BandwidthStatsTest destructor by Danil Chapovalov · 4 years, 9 months ago
  85. 2b9317a Stop checking VP8BaseHeavyTl3RateAllocation field trial on every frame. by Rasmus Brandt · 4 years, 9 months ago
  86. 8d65e9a Fixes pacing interval dependency and race in BandwidthEndToEndTest by Erik Språng · 4 years, 9 months ago
  87. 159b417 Keep the video send stream alive if the encoder drop frames. by Jakob Ivarsson · 4 years, 9 months ago
  88. 09860e0 Split out counting unique rtp timestamps from packet_buffer by Danil Chapovalov · 4 years, 9 months ago
  89. 9560d7d Make update_rect optional in VideoFrame by Ilya Nikolaevskiy · 4 years, 9 months ago
  90. fbec2ec Detach H264 sps pps tracker from VCMPacket by Danil Chapovalov · 4 years, 9 months ago
  91. ce1ffcd change PacketBuffer to return it's result rather that use callback by Danil Chapovalov · 4 years, 9 months ago
  92. fcf79cc Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats. by Åsa Persson · 4 years, 9 months ago
  93. e76b3ab Add per frame decode time histograms for 4k/HD and VP9/H264 by Johannes Kron · 4 years, 9 months ago
  94. d15a028 Hide deprecated SingleThreadedTaskQueueForTest behind an accessor by Danil Chapovalov · 4 years, 9 months ago
  95. 85a1000 Use deprecated SingleThreadedTaskQueueForTesting as regular task queue by Danil Chapovalov · 4 years, 9 months ago
  96. 9cd53b4 Avoid DEPRECATED_SingleThreadedTaskQueueForTesting::CancelTask in VideoAnalyzer by Danil Chapovalov · 4 years, 9 months ago
  97. 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 4 years, 9 months ago
  98. 89e130a Reland "Delete methods EncodedImage::Allocate and EncodedImageBufferInterface::Realloc" by Niels Möller · 4 years, 10 months ago
  99. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 9 months ago
  100. c71d85b Pass full RtpPacket to RtpVideoStreamReceiver::OnReceivedPayload by Danil Chapovalov · 4 years, 10 months ago