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