- 33be9df Replace AdaptCount with a single counter. by Evan Shrubsole · 4 years, 8 months ago
- 6038383 [Overuse] Separate getting adaptation target from applying it. by Henrik Boström · 4 years, 8 months ago
- 4f34d78 Report available instead of encoding bitrate to VideoEncoderSelector. by Mirta Dvornicic · 4 years, 8 months ago
- aa6fbc1 Support injecting new Resources for overuse by Evan Shrubsole · 4 years, 9 months ago
- 5ed40cf Do not request encoder switch when the video is suspended. by Mirta Dvornicic · 4 years, 9 months ago
- cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 9 months ago
- 6799d73 Delete DefaultVideoBitrateAllocator. by Mirta Dvornicic · 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
- 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 4 years, 9 months ago
- 7875c99 [Overuse] Add EncodeUsageResource and QualityScalerResource. by Henrik Boström · 4 years, 9 months ago
- 02d51f9 Remove unused field trial WebRTC-InitialFramedrop by Evan Shrubsole · 4 years, 10 months ago
- cd02eba Use intersection of app and encoder bitrate limits. by Sergey Silkin · 4 years, 10 months ago
- 07b17df Move DegradationPreference logic to the encoder queue. 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
- 5cad55b Signal requested resolution alignment requirements from sinks to sources. by Rasmus Brandt · 4 years, 11 months 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 · 5 years ago
- 809198e Fix minor regression caused by a8336d3 by Evan Shrubsole · 5 years ago
- d9cc8c0 Encoder switching based on network and/or resolution conditions. by philipel · 5 years ago
- fe407b7 Move code related to VideoCodingModule to its own build target by Niels Möller · 5 years ago
- a8336d3 Connect the stable target rate to the video encoders by Florent Castelli · 5 years ago
- 5056af0 Make sure link allocation is at least as large as bitrate sum. by Erik Språng · 5 years ago
- 8226875 Avoids race during VideoStreamEncoder unittest teardown by Erik Språng · 5 years ago
- 30ab015 BalancedDegradationSettings: add min bitrate configuration for resolution. by Åsa Persson · 5 years ago
- f5e5d25 BalancedDegradationSettings: add option to configure a min framerate diff. by Åsa Persson · 5 years ago
- 1b247f1 BalancedDegradationSettings: add option to configure min bitrate. by Åsa Persson · 5 years ago
- 6b2cec1 Use recommended min bitrate limit provided by encoder. by Sergey Silkin · 5 years ago
- 139f4dc QualityScaler: Add option to try fast adapt down at start up based on initial bw estimates. by Åsa Persson · 5 years ago
- 8bbdb5b Update VideoBitrateAllocator allocate to take a struct with more fields by Florent Castelli · 5 years ago
- 6456e35 Use max bitrate limit recommended by encoder. by Sergey Silkin · 5 years ago
- 443b7ee Destroy existing encoder instance before creating a new one. by Sergey Silkin · 5 years ago
- 5ee6967 Don't reset encoder on max/min bitrate change. by Sergey Silkin · 5 years ago
- 45befc5 Pass FecControllerOverride to Vp8FrameBufferControllerFactory::Create by Elad Alon · 5 years ago
- 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
- 51db421 Skip cropping for frames that can't be converted to i420. by Noah Richards · 5 years ago
- a279584 Inform FrameBufferController of encoder capabilities by Elad Alon · 5 years ago
- 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
- 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
- 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
- ba96e2f In FrameEncodeMetadataWriter don't clear known bitrate on Reset. by Ilya Nikolaevskiy · 5 years ago
- 28f0eb2 Move H.264 SPS VUI rewriting to FrameEncodeMetadataWriter. by Mirta Dvornicic · 5 years ago
- e62a08a Request key frame on all layers. by Sergey Silkin · 5 years ago
- 40889f3 Removes TimeMicros interface from ThreadProcessingFakeClock. by Sebastian Jansson · 6 years ago
- d3ba236 Stop using GlobalTaskQueueFactory in video unittests by Danil Chapovalov · 6 years ago
- 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 6 years ago
- 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 6 years ago
- 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 6 years ago
- 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
- 4c6ca30 Update VideoStreamEncoder to use new VideoEncoder::SetRates() method. by Erik Språng · 6 years ago
- c29cb2c Fix for potential RTCP XR target bitrate issue. by Åsa Persson · 6 years ago
- 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
- cde8ab2 Use single FrameBufferController in VP8, created by a factory. by Elad Alon · 6 years ago
- 1f4173e Fix ClangTidy issues in video/ by Benjamin Wright · 6 years ago
- b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 6 years ago
- 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
- 610c763 Add target bitrate headroom signal to VideoStreamEncoder. by Erik Språng · 6 years ago
- 572c60f Injecting Clock into video senders. by Sebastian Jansson · 6 years ago
- 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 6 years ago
- b7cb7b5 Remove VCMEncoderDataBase and put remaining code into VideoStreamEncoder by Erik Språng · 6 years ago
- 5cbc528 Revert "Remove VCMEncoderDataBase and put remaining code into VideoStreamEncoder" by Sami Kalliomäki · 6 years ago
- 715c476 Remove VCMEncoderDataBase and put remaining code into VideoStreamEncoder by Erik Språng · 6 years ago
- d7329ca Remove VideoSender and fold code into VideoStreamEncoder by Erik Språng · 6 years ago
- 71aee3a Reland "Propagate VideoFrame::UpdateRect to encoder" by Ilya Nikolaevskiy · 6 years ago
- 429b67d Revert "Propagate VideoFrame::UpdateRect to encoder" by Mirko Bonadei · 6 years ago
- efa72a1 Propagate VideoFrame::UpdateRect to encoder by Ilya Nikolaevskiy · 6 years ago
- a8d48ab Fix incorrect FPS measure when frame dropper kicks in by Erik Språng · 6 years ago
- 7ca375c Implement encoder overshoot detector and rate adjuster. by Erik Språng · 6 years ago
- c402dbe Account for simulcast hysteresis in padding rate calculation. by Rasmus Brandt · 6 years ago
- f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
- ccc1b57 Poll is_hardware_accelerated from VideoEncoder instead of VideoEncoderFactory. by Mirta Dvornicic · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 6bb5ab9 Reland "Refactor and remove media_optimization::MediaOptimization." by Niels Möller · 6 years ago
- 6613f8e Revert "Refactor and remove media_optimization::MediaOptimization." by Niels Möller · 6 years ago
- 07276e4 Refactor and remove media_optimization::MediaOptimization. by Erik Språng · 6 years ago
- 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
- 412d185 Delete pre_encode_callback from VideoSendStream::Config by Niels Möller · 6 years ago
- 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
- cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
- c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
- c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
- aed3070 Replace GetScalingSettings() with GetEnocderInfo() in TestEncoder by Erik Språng · 6 years ago
- 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
- be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
- 4529fbc Move TemporalLayers to api/video_codecs. by Erik Språng · 6 years ago
- 8abd56c Split TemporalLayers and TemporalLayers checker, clean up header. by Erik Språng · 6 years ago
- cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
- 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago