aboutsummaryrefslogtreecommitdiff
path: root/call
AgeCommit message (Expand)Author
2020-06-15Remove framemarking RTP extension.philipel
2020-06-15[Adaptation] Implement remove for most limited resources.Evan Shrubsole
2020-06-11Embed FrameDependencyTemplate builder helpers directly into the structDanil Chapovalov
2020-06-11[Adaptation] Adding adaptation resources from Call.Henrik Boström
2020-06-11Only allow most limited resource to trigger adapt upEvan Shrubsole
2020-06-08Use absl_deps in order to preapre to the Abseil component build release.Mirko Bonadei
2020-06-04Remove dependency from RtpRtcp on the Module interface.Tomas Gunnarsson
2020-06-04Clean resource_adaptation_processor_unittest use of TaskQueueForTestEvan Shrubsole
2020-06-03Delete field trial WebRTC-GenericDescriptorDanil Chapovalov
2020-06-03Deprecate the static RtpRtcp::Create() method.Tomas Gunnarsson
2020-06-03[Adaptation] Move Resource to api/ folder.Henrik Boström
2020-06-03[Adaptation] Remove Resource::UsageState() and ClearUsageState().Henrik Boström
2020-06-02[Adaptation] Move IsAdaptationUpAllowed/OnAdaptationApplied out of API.Henrik Boström
2020-06-02[Adaptation] Prep Resource for api/ move. Introduce VSE-Resource.Henrik Boström
2020-06-01Rename worker_queue to send_transport_queue.Marina Ciocea
2020-05-29[InsertableStreams] Send transformed frames on worker queue.Marina Ciocea
2020-05-29[Adaptation] Add const to Can* methods in VideoSourceRestrictorEvan Shrubsole
2020-05-28[Adaptation] Add more ResourceAdaptationProcessor logging.Henrik Boström
2020-05-28Remove unnecessary sequence checker.Tommi
2020-05-26Remove send_crit_, bitrate_crit_ and last_bandwidth_bps_crit_ locks.Tommi
2020-05-26Remove receive_crit_ from Call.Tommi
2020-05-25Add SharedModuleThread class to share a module thread across Call instances.Tommi
2020-05-25Add logging for video restrictionsEvan Shrubsole
2020-05-20Calculate chain_diff for DependencyDescriptor from GenericFrameInfoDanil Chapovalov
2020-05-19Optionally allows TaskQueuePacedSender to coalesce send events.Erik Språng
2020-05-18Rename several more tests that use EXPECT_DEATH to *DeathTest.Tommi
2020-05-17Fix misleading SequenceChecker variable name.Tommi
2020-05-17Logging of demuxer conflicts and sink bindings.Yura Yaroshevich
2020-05-15In call/ replace mock macros with unified MOCK_METHOD macroDanil Chapovalov
2020-05-15Set up a new rtc::Thread instance per test.Tommi
2020-05-14RtpVideoSender: remove lock recursions.Markus Handell
2020-05-13Don't await adaptation after deg-pref changeEvan Shrubsole
2020-05-13Remove unused VideoStream::balanced_settings()Evan Shrubsole
2020-05-13[Adaptation] Move adaptation logic to a separate task queue.Henrik Boström
2020-05-11[Adaptation] Make Resources reference counted and add more DCHECKs.Henrik Boström
2020-05-11Refactors send rate statistics in RtpSenderEgressErik Språng
2020-05-11[Adaptation] Make QuailtyScalerResourse to report underuse if quality scaling...Ilya Nikolaevskiy
2020-05-10Switch CallStats to TQ interface + callbacks on the worker thread.Tommi
2020-05-08Start consolidating management/querying of stats on the Call thread.Tommi
2020-05-07Replaces OverheadObserver with simple getter.Erik Språng
2020-05-07IWYU: uint32_t is defined in cstdintStephan Hartmann
2020-05-07Add comparison methods for VideoSourceRestrictionsEvan Shrubsole
2020-05-07[Adaptation] Adapt up requires previous underuseEvan Shrubsole
2020-05-05Reland "Improve outbound-rtp statistics for simulcast"Henrik Boström
2020-05-05Refactors FEC in preparation for deferred packet generation.Erik Språng
2020-05-05Revert "Improve outbound-rtp statistics for simulcast"Henrik Boström
2020-05-04Define MockFrameTransformer in test/.Marina Ciocea
2020-04-30[Adaptation] Use ResourceAdaptationProcessorInterface* instead of impl.Henrik Boström
2020-04-29[Adaptation] Misc tests for processor, input provider and restrictions.Henrik Boström
2020-04-29[Adaptation] Add OnAdaptationApplied(), remove ResourceListenerResponse.Henrik Boström