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