- cde4a9f Enable initial frame drop for SVC 'singlecast' by Ilya Nikolaevskiy · 4 years, 4 months ago
- 84bc348 Reset initial frame dropper if the stream changes for external reasons by Ilya Nikolaevskiy · 4 years, 4 months ago
- 17b29b9 test::CreateVideoStreams: Use default unconfigured VideoStream if layer is missing in config. by Åsa Persson · 4 years, 5 months ago
- 7c85d39 Delete unneeded includes of system_wrappers/include/sleep.h by Niels Möller · 4 years, 5 months ago
- 9d69cbe Changes default pacing factor to 1.1x by Erik Språng · 4 years, 5 months ago
- a943484 VideoStreamEncoder report VideoLayersAllocation for simulcast by Per Kjellander · 4 years, 5 months ago
- b556b08 Allow encoders to receive preferred pixel formats from native buffers by Evan Shrubsole · 4 years, 5 months ago
- 1710706 Configure framerate/temporal layers via VideoEncoderConfig. by Åsa Persson · 4 years, 5 months ago
- dcef641 Stop using VideoBitrateAllocationObserver in VideoStreamEncoder. by Per Kjellander · 4 years, 5 months ago
- d0a8f51 Reland Refactor reporting of VideoBitrateAllocation by Per Kjellander · 4 years, 5 months ago
- 895556e Avoid converting frames to I420 in VideoStreamEncoder by Evan Shrubsole · 4 years, 5 months ago
- 1e4d4fd Don't trigger key frame when encoder is not reset during reconfigure by Yun Zhang · 4 years, 6 months ago
- 08ae7ce Reland "Delete the non-const version of the EncodedImage::data() method." by Niels Möller · 4 years, 6 months ago
- 111de341 Revert "Delete the non-const version of the EncodedImage::data() method." by Marina Ciocea · 4 years, 6 months ago
- f2969fa Delete the non-const version of the EncodedImage::data() method. by Niels Möller · 4 years, 6 months ago
- d41c2a6 Remove AsyncInvoker from WebRtcVideoChannel. by Tomas Gunnarsson · 4 years, 6 months ago
- 612445e Remove use of asyncinvoker from WebRtcVideoSendStream. by Tomas Gunnarsson · 4 years, 6 months ago
- c5a74ff Add support so requested resolution alignment also apply to scaled layers. by Åsa Persson · 4 years, 6 months ago
- 99b0f8d Reland "[Adaptation] Remove QualityScalerResource when disabled." by Evan Shrubsole · 4 years, 7 months ago
- 8572841 [Adaptation] Remove resource adaptation queue by Evan Shrubsole · 4 years, 7 months ago
- 2549f17 Remove RTPFragmentationHeader creation and propagation through webrtc by Danil Chapovalov · 4 years, 7 months ago
- 61b2993 Revert "[Adaptation] Remove QualityScalerResource when disabled." by Guido Urdaneta · 4 years, 7 months ago
- e3da1d3 [Adaptation] Don't allow frame dropping to re-enable when scaling is off by Evan Shrubsole · 4 years, 7 months ago
- ba8abbb [Adaptation] Remove QualityScalerResource when disabled. by Evan Shrubsole · 4 years, 7 months ago
- b9c1654 [Adaptation] Delete AdaptationListener by Evan Shrubsole · 4 years, 7 months ago
- a1c77f6 [Adaptation] Move Balanced MinFpsDiff logic to VideoStreamAdapter by Evan Shrubsole · 4 years, 7 months ago
- 6d008a8 Ignore RTPFragmentationHeader when rewriting H264 SPS by Danil Chapovalov · 4 years, 8 months ago
- 97910da Do not use internal source in H.264 bitstream rewriting tests. by Mirta Dvornicic · 4 years, 8 months ago
- dc4d422 [Adaptation] Move AdaptationListeners to VideoStreamAdapter by Evan Shrubsole · 4 years, 8 months ago
- a376518 Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
- a827a30 Revert "Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex." by Markus Handell · 4 years, 8 months ago
- 0eba415 Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
- ec0af26 [Adaptation] VideoStreamAdapter broadcasts adaptations by Evan Shrubsole · 4 years, 9 months ago
- 6446903 Only allow most limited resource to trigger adapt up by Evan Shrubsole · 4 years, 9 months ago
- 09eb6e2 [VP9 SVC] Round spatial layers dimensions to ensure integer scaling factors are used by Ilya Nikolaevskiy · 4 years, 9 months ago
- 0f0aa9c [Adaptation] Move IsAdaptationUpAllowed/OnAdaptationApplied out of API. by Henrik Boström · 4 years, 10 months ago
- 16038ab FrameForwarder: remove lock recursions. by Markus Handell · 4 years, 10 months ago
- 5cc28b0 [Adaptation] Prep Resource for api/ move. Introduce VSE-Resource. by Henrik Boström · 4 years, 10 months ago
- de2049e Unflake VideoStreamEncoderTest.StatsTracksCpuAdaptationStatsWhenSwitchingSource_Balanced by Evan Shrubsole · 4 years, 10 months ago
- 5fd4060 Replace all Verify* methods with matchers for VideoStreamEncoder by Evan Shrubsole · 4 years, 10 months ago
- 5cd7eb8 Replace Verify methods with matchers in VideoStreamEncoder tests by Evan Shrubsole · 4 years, 10 months ago
- 2671dac Fix all known VideoStreamEncoderTest flakes. by Henrik Boström · 4 years, 10 months ago
- 91fdc60 In video/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
- 2e2f674 Add VideoStreamEncoder tests for DegredationPreference switching. by Evan Shrubsole · 4 years, 10 months ago
- 5bf60e4 VideoStreamEncoderTest: Wait for QP usage handled callback event. by Henrik Boström · 4 years, 10 months ago
- 381d109 [Adaptation] Move adaptation logic to a separate task queue. by Henrik Boström · 4 years, 10 months ago
- c55516d [Adaptation] Make Resources reference counted and add more DCHECKs. by Henrik Boström · 4 years, 10 months ago
- 91aa732 [Adaptation] Add OnAdaptationApplied(), remove ResourceListenerResponse. by Henrik Boström · 4 years, 11 months ago
- dc4f75f [Adaptation] Make ResourceUsageState nullable, remove kStable. by Henrik Boström · 5 years ago
- ce0a11d Unify AdaptationReason and AdaptReason enums. by Evan Shrubsole · 5 years ago
- dff7925 Remove VideoStreamEncoderObserver::AdaptationReason::kNone by Evan Shrubsole · 5 years ago
- 93be66c Calculate video padding for vp9 in the same way as for vp8 by Ilya Nikolaevskiy · 5 years ago
- fb86274 NiceMock MockFecController in VideoStreamEncoderUnittests by Evan Shrubsole · 5 years ago
- 33be9df Replace AdaptCount with a single counter. by Evan Shrubsole · 5 years ago
- 6038383 [Overuse] Separate getting adaptation target from applying it. by Henrik Boström · 5 years ago
- 4f34d78 Report available instead of encoding bitrate to VideoEncoderSelector. by Mirta Dvornicic · 5 years ago
- aa6fbc1 Support injecting new Resources for overuse by Evan Shrubsole · 5 years ago
- 5ed40cf Do not request encoder switch when the video is suspended. by Mirta Dvornicic · 5 years ago
- cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
- 6799d73 Delete DefaultVideoBitrateAllocator. by Mirta Dvornicic · 5 years ago
- 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
- 9b05803 Implement injectable EncoderSelectorInterface and wire it up in the VideoStreamEncoder. by philipel · 5 years ago
- 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 5 years ago
- 7875c99 [Overuse] Add EncodeUsageResource and QualityScalerResource. by Henrik Boström · 5 years ago
- 02d51f9 Remove unused field trial WebRTC-InitialFramedrop by Evan Shrubsole · 5 years ago
- cd02eba Use intersection of app and encoder bitrate limits. by Sergey Silkin · 5 years ago
- 07b17df Move DegradationPreference logic to the encoder queue. by Henrik Boström · 5 years ago
- b08882b Refactor out VideoStreamEncoder's overuse logic to separate module. by Henrik Boström · 5 years ago
- 5cad55b Signal requested resolution alignment requirements from sinks to sources. by Rasmus Brandt · 5 years ago
- ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 5 years ago
- 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
- 648b9d7 Implement automatic animation detection in VideoStreamEncoder by Ilya Nikolaevskiy · 5 years ago
- 5256d8b Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect by Artem Titov · 5 years ago
- 287e464 Change VideoAdapter::OnResolutionFramerateRequest to VideoAdapter::OnSinkWants by Rasmus Brandt · 5 years ago
- e644a03 Add field trial for rampup in quality based on available bandwidth. by Åsa Persson · 5 years ago
- 2b9317a Stop checking VP8BaseHeavyTl3RateAllocation field trial on every frame. by Rasmus Brandt · 5 years ago
- 41c650b Use bitrate limits provided by encoder. by Sergey Silkin · 5 years ago
- 7c079f6 Reland "Fix minor regression caused by a8336d3" by Evan Shrubsole · 5 years ago
- 45b176f Downgrade fps in same step as resolution in initial drop due to size. by Åsa Persson · 5 years ago
- ccfb340 Update balanced tests to use BalancedDegradationTest fixture. by Åsa Persson · 5 years ago
- e32ae4f Invalidate encoder rates on VideoStreamEncoder::ReconfigureEncoder by Evan Shrubsole · 5 years ago
- b67c44c Add unit tests for balanced degradation settings. by Åsa Persson · 5 years ago
- b6a45dd Revert "Fix minor regression caused by a8336d3" by Evan Shrubsole · 6 years ago
- 809198e Fix minor regression caused by a8336d3 by Evan Shrubsole · 6 years ago
- d9cc8c0 Encoder switching based on network and/or resolution conditions. by philipel · 6 years ago
- fe407b7 Move code related to VideoCodingModule to its own build target by Niels Möller · 6 years ago
- a8336d3 Connect the stable target rate to the video encoders by Florent Castelli · 6 years ago
- 5056af0 Make sure link allocation is at least as large as bitrate sum. by Erik Språng · 6 years ago
- 8226875 Avoids race during VideoStreamEncoder unittest teardown by Erik Språng · 6 years ago
- 30ab015 BalancedDegradationSettings: add min bitrate configuration for resolution. by Åsa Persson · 6 years ago
- f5e5d25 BalancedDegradationSettings: add option to configure a min framerate diff. by Åsa Persson · 6 years ago
- 1b247f1 BalancedDegradationSettings: add option to configure min bitrate. by Åsa Persson · 6 years ago
- 6b2cec1 Use recommended min bitrate limit provided by encoder. by Sergey Silkin · 6 years ago
- 139f4dc QualityScaler: Add option to try fast adapt down at start up based on initial bw estimates. by Åsa Persson · 6 years ago
- 8bbdb5b Update VideoBitrateAllocator allocate to take a struct with more fields by Florent Castelli · 6 years ago
- 6456e35 Use max bitrate limit recommended by encoder. by Sergey Silkin · 6 years ago
- 443b7ee Destroy existing encoder instance before creating a new one. by Sergey Silkin · 6 years ago
- 5ee6967 Don't reset encoder on max/min bitrate change. by Sergey Silkin · 6 years ago
- 45befc5 Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create by Elad Alon · 6 years ago
- 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 6 years ago