- f6767ed Remove the least important WebRTC video tests. by Patrik Höglund · 4 years, 8 months ago
- 3453149 [Adaptation] Adapter: Inform the module why there is no next target. by Henrik Boström · 4 years, 8 months ago
- bd74d5c Pass callbacks for RtcpReceiver at construction by Danil Chapovalov · 4 years, 8 months ago
- 6c08e4b Remove deprecated RtpVideoStreamReceiver constructor. by Marina Ciocea · 4 years, 8 months ago
- 78964c1 Transform encoded frames in RtpVideoStreamReceiver. by Marina Ciocea · 4 years, 8 months ago
- 6205762 [Adaptation] Rename and move resource adaptation module/processor stuff. by Henrik Boström · 4 years, 8 months ago
- eac08bf Reland "Wire up internal libvpx VP9 scaler to statistics proxy" by Ilya Nikolaevskiy · 4 years, 8 months ago
- a2cb93d Revert "Wire up internal libvpx VP9 scaler to statistics proxy" by Sebastian Jansson · 4 years, 8 months ago
- 50327a5 Wire up internal libvpx VP9 scaler to statistics proxy by Ilya Nikolaevskiy · 4 years, 8 months ago
- 8d9f750 [Overuse] Make EffectiveDegradationPreference() private. by Henrik Boström · 4 years, 8 months ago
- c0bdf1e Feed the clock skew to AbsoluteCaptureTimeReceiver. by Minyue Li · 4 years, 8 months ago
- b0f2e0c [Overuse] Make VideoStreamAdapter responsible for executing adaptation. by Henrik Boström · 4 years, 8 months ago
- 36f4fa7 Correct email address in OWNERS file. by Henrik Boström · 4 years, 8 months ago
- efbec9a [Overuse] Initial version of VideoStreamAdapter (Restrictor moved). by Henrik Boström · 4 years, 8 months ago
- 33be9df Replace AdaptCount with a single counter. by Evan Shrubsole · 4 years, 8 months ago
- 99eb20b StatsEndToEndTest: Configure bitrate via VideoEncoderConfig. by Åsa Persson · 4 years, 8 months ago
- 420ad1a Fix video_loopback crash when selecting all streams by Evan Shrubsole · 4 years, 8 months ago
- 412a31b Insert frame transformer between Depacketizer and Decoder. by Marina Ciocea · 4 years, 8 months ago
- 6038383 [Overuse] Separate getting adaptation target from applying it. by Henrik Boström · 4 years, 8 months ago
- e77912b Insert frame transformer between Encoded and Packetizer. by Marina Ciocea · 4 years, 8 months ago
- 40b764a VideoSendStreamTest: remove unused array and member. by Åsa Persson · 4 years, 8 months ago
- 9731a14 Improve logging for UpdateActiveSimulcastLayers. by Rasmus Brandt · 4 years, 8 months ago
- 4f34d78 Report available instead of encoding bitrate to VideoEncoderSelector. by Mirta Dvornicic · 4 years, 8 months ago
- d6fb409 [Overuse] Make some should-be-const methods const. by Henrik Boström · 4 years, 9 months ago
- aa6fbc1 Support injecting new Resources for overuse by Evan Shrubsole · 4 years, 9 months ago
- ef0033b Add BW limited vp9 k-svc test by Ilya Nikolaevskiy · 4 years, 9 months ago
- d2a1f09 [Overuse] Make Most Adaptation Preconditions Explicit by Henrik Boström · 4 years, 9 months ago
- 02956fe [Overuse] Can[Increase/Decrease][Resolution/FrameRate]? by Henrik Boström · 4 years, 9 months ago
- ce515f7 Add an integration test frame encryption works with DependencyDescriptor by Danil Chapovalov · 4 years, 9 months ago
- 0e089db Roll chromium_revision ce459ab383..6d60176510 (742528:743892) by Patrik Höglund · 4 years, 9 months ago
- 5ed40cf Do not request encoder switch when the video is suspended. by Mirta Dvornicic · 4 years, 9 months ago
- 9526c55 Refactoring mock_transport to be used separately by Tim Na · 4 years, 9 months ago
- 2e161c4 Revert "Remove ResourceAdaptationModule::OnMaybeEncodeFrame" by Mirko Bonadei · 4 years, 9 months ago
- e8f4e09 Parse DependencyDescriptor rtp header extension by Danil Chapovalov · 4 years, 9 months ago
- 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 9 months ago
- b42c54f Refactor parsing generic descriptor extension into own function by Danil Chapovalov · 4 years, 9 months ago
- cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 9 months ago
- c1cbf6b Ship GenericDescriptor00 by default. by Markus Handell · 4 years, 9 months ago
- 93d9ae8 Remove ResourceAdaptationModule::OnMaybeEncodeFrame by Evan Shrubsole · 4 years, 9 months ago
- 0e57858 StreamSynchronizationTest: rename and make some variables const. by Åsa Persson · 4 years, 9 months ago
- e209fe6 Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 4 years, 9 months ago
- 6799d73 Delete DefaultVideoBitrateAllocator. by Mirta Dvornicic · 4 years, 9 months ago
- bc1750d Revert "Do not propagate generic descriptor on receiving frame" by Danil Chapovalov · 4 years, 9 months ago
- abf73de Do not propagate generic descriptor on receiving frame by Danil Chapovalov · 4 years, 9 months ago
- 8cfecac [Overuse] Move initial framedrop logic into private inner class. by Henrik Boström · 4 years, 9 months ago
- e67c6bc Remove unused fields and includes from VideoStreamEncoder by Evan Shrubsole · 4 years, 9 months ago
- 74d2b1d Add periodic logging of sync delays. by Åsa Persson · 4 years, 9 months ago
- 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 9 months ago
- 9b05803 Implement injectable EncoderSelectorInterface and wire it up in the VideoStreamEncoder. by philipel · 4 years, 9 months ago
- d4c3c3a Move video_replay under rtc_tools/. by Mirko Bonadei · 4 years, 9 months ago
- 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 4 years, 9 months ago
- f12231d Add wildcard visibility to video_replay to make it buildable in Chromium. by Max Moroz · 4 years, 9 months ago
- 0653485 [Overuse] Move EncodeUsageResource/QualityScalerResource to own files. by Henrik Boström · 4 years, 9 months ago
- 48258ac [Overuse] Implement Resource and ResourceUsageListener. by Henrik Boström · 4 years, 9 months ago
- 7875c99 [Overuse] Add EncodeUsageResource and QualityScalerResource. by Henrik Boström · 4 years, 9 months ago
- a9e1026 Make video_replay buildable from Chromium. by Mirko Bonadei · 4 years, 9 months ago
- e331a12 Move quality rampup experiment to overuse module by Evan Shrubsole · 4 years, 9 months ago
- 7c3a1fc Move initial quality experiment to adaptation module by Evan Shrubsole · 4 years, 9 months ago
- c81798b Configure QP scaler in adaptation module by Evan Shrubsole · 4 years, 9 months ago
- f2be3ef Move initial frame drop to overuse module by Evan Shrubsole · 4 years, 9 months ago
- c809e8b Move quality scaling frame drop logic to adaptation module by Evan Shrubsole · 4 years, 9 months ago
- bfe3ef8 Report frame qp to quality scaler via overuse module by Evan Shrubsole · 4 years, 9 months ago
- cf05952 Move quality scaler into adaptation module by Evan Shrubsole · 4 years, 9 months ago
- 73a5e91 Remove task_queue dependency for QualityScaler by Evan Shrubsole · 4 years, 9 months ago
- 97ffbef Pass and store PacketBuffer::Packet by unique_ptr by Danil Chapovalov · 4 years, 10 months ago
- ad515a2 [Overuse] Move GetCpuOveruseOptions() to adaption module. by Henrik Boström · 4 years, 9 months ago
- 159c414 Detach LossNotificationController from RtpGenericFrameDescriptor by Danil Chapovalov · 4 years, 10 months ago
- cdd73e0 Migrate PC level tests on new video codec configuration API by Artem Titov · 4 years, 10 months ago
- 02d51f9 Remove unused field trial WebRTC-InitialFramedrop by Evan Shrubsole · 4 years, 10 months ago
- d4578ae [Overuse] Encoding pipeline as input signals in the abstract interface. by Henrik Boström · 4 years, 10 months ago
- 2bc91e8 Avoid extra EncodedFrame copy in RunPostEncode by Evan Shrubsole · 4 years, 10 months ago
- ede69c0 [Overuse] Setting the target bitrate through the interface. by Henrik Boström · 4 years, 10 months ago
- 33aaa35 Fix video_replay to build and actually work by Ilya Nikolaevskiy · 4 years, 10 months ago
- cd02eba Use intersection of app and encoder bitrate limits. by Sergey Silkin · 4 years, 10 months ago
- 43bfe0b Enforce VideoEncoderConfig.num_temporal_layers >= 1. by Rasmus Brandt · 4 years, 10 months ago
- 4bab2fc [Overuse] Setting encoder configurations through the interface. by Henrik Boström · 4 years, 10 months ago
- 6c13fd9 Move bandwidth overuse detection out of VideoStreamEncoder by Evan Shrubsole · 4 years, 10 months ago
- 8b1338b Propagate is_bw_limited flag with bw allocation everywhere it's copied by Ilya Nikolaevskiy · 4 years, 10 months ago
- fae6f0e [Overuse] MaybeUpdateTargetFrameRate() & ResetVideoSourceRestrictions() by Henrik Boström · 4 years, 10 months ago
- a3d4252 ResourceAdaptationModule HasInputVideo+DegradationPreference setters. by Henrik Boström · 4 years, 10 months ago
- 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 10 months ago
- 07b17df Move DegradationPreference logic to the encoder queue. by Henrik Boström · 4 years, 10 months ago
- b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 10 months ago
- 8234b92 Move DegradationPreference logic out of VideoSourceSinkController. by Henrik Boström · 4 years, 10 months ago
- ce0ea49 VideoStreamEncoder configuring source/sink with VideoSourceController. by Henrik Boström · 4 years, 10 months ago
- d238200 Introduce ResourceAdaptationModuleListener and VideoSourceRestrictions. by Henrik Boström · 4 years, 10 months ago
- 539f9b3 Use a TaskQueue for decoding in VideoStreamDecoderImpl. by philipel · 4 years, 10 months ago
- 5c35f2f Delete RtpDepacketizerVp9 in favor of VideoRtpDepacketizerVp9 by Danil Chapovalov · 4 years, 10 months ago
- f5e71e4 BalancedDegradationSettings: add codec specific min bitrate settings. by Åsa Persson · 4 years, 10 months ago
- 382cc6d Add incomplete ResourceAdaptationModuleInterface. by Henrik Boström · 4 years, 10 months ago
- b08882b Refactor out VideoStreamEncoder's overuse logic to separate module. by Henrik Boström · 4 years, 10 months ago
- 499de2d Fix tiny race condition when Vp9NonFlexMode_* tests were failing. by Yves Gerey · 4 years, 10 months ago
- c33e491 Prevent 'use after free' by waiting for all queued tasks to be processed. by Yves Gerey · 4 years, 10 months ago
- 5cad55b Signal requested resolution alignment requirements from sinks to sources. by Rasmus Brandt · 4 years, 11 months ago
- 9b540cb Correctly process disabled streams in FrameEncodeMetadataWriter by Ilya Nikolaevskiy · 5 years ago
- cebdbf6 switch RtpVideoStreamReceiver to use VideoRtpDepacketizer interface by Danil Chapovalov · 5 years ago
- 0f6bf75 Make video engine tests aware of padding packets by Danil Chapovalov · 5 years ago
- b57fe17 Migrate video tests and tool to VideoRtpDepacketizer interface by Danil Chapovalov · 5 years ago
- 4fc52c8 Make struct SynchronizationDelays more general. by Åsa Persson · 5 years ago
- ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 5 years ago