Sign in
webrtc
/
src
/
f5e5d250bc85616e74487f8330ed8d99cc9cf84f
/
call
6950b30
Fix thread naming in Call constructor
by Erik Språng
· 6 years ago
c14b233
Disable the most flaky tests on iOS.
by Sami Kalliomäki
· 6 years ago
eea605d
Make fake network degradation work also for sent audio
by Erik Språng
· 6 years ago
48b48e5
Enable thread check in Call::GetStats().
by Tommi
· 6 years ago
78a7138
Remove MediaTransport from Call.
by Tommi
· 6 years ago
891d393
Call Call::GetStats() from the correct thread in ProbingEndToEndTest.
by Tommi
· 6 years ago
5b5d97c
Reland of "Reporting of decoding_codec_plc events""
by Alex Narest
· 6 years ago
83bbe91
Delete deprecated rtc_event_log header
by Danil Chapovalov
· 6 years ago
c24a5b1
Fix CallPerfTests to call Call::GetStats() from the right thread.
by Tommi
· 6 years ago
c648819
DegradedCall: fake network using TaskQueue instead of ProcessThread
by Erik Språng
· 6 years ago
5e005f4
Fix RampUp tests to call Call::GetStats() from the right thread - and remove the need for a dedicated polling thread.
by Tommi
· 6 years ago
bedb7a8
Revert "Reporting of decoding_codec_plc events"
by Mirko Bonadei
· 6 years ago
0a88ea0
Reporting of decoding_codec_plc events
by Alex Narest
· 6 years ago
425d6aa
Add RtpPacketPacer interface for pacer control
by Erik Språng
· 6 years ago
463d44a
Don't crash when simulcast layer count is different from RID count
by Florent Castelli
· 6 years ago
aa59eca
Move RtpPacketSender and merge it with RtpPacketPacer.
by Erik Språng
· 6 years ago
e1795f4
Adds remote estimate RTCP packet.
by Sebastian Jansson
· 6 years ago
2ab97f6
Migrate WebRTC test infra to ABSL_FLAG.
by Mirko Bonadei
· 6 years ago
0182a03
Reland "Remove the injectable bitrate allocation strategy API."
by Jonas Olsson
· 6 years ago
e95b57c
Revert "Remove the injectable bitrate allocation strategy API."
by Mirko Bonadei
· 6 years ago
80cb3f6
Remove the injectable bitrate allocation strategy API.
by Jonas Olsson
· 6 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 6 years ago
d2c336f
[getStats] Implement "media-source" audio levels, fixing Chrome bug.
by Henrik Boström
· 6 years ago
53d45ba
Make TaskQueueFactory required construction parameter for Call
by Danil Chapovalov
· 6 years ago
bfd343b
Add totalDecodeTime to RTCInboundRTPStreamStats
by Johannes Kron
· 6 years ago
67daf71
Implement RtpVideoSender::SetFecAllowed()
by Elad Alon
· 6 years ago
8f01c4e
Define FecControllerOverride and plumb it down to VideoEncoder
by Elad Alon
· 6 years ago
4ba04b7
Delete RtcEventLogFactory factory as now unused
by Danil Chapovalov
· 6 years ago
3472b9a
Delete RTCInboundRTPStreamStats::fraction_lost
by Niels Möller
· 6 years ago
59b8654
Switch from RtpPacketSender to RtpPacketPacer interface usage.
by Erik Språng
· 6 years ago
4d504c7
New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer
by Niels Möller
· 6 years ago
3d61ab1
Adds send time to ReceivedPacket struct.
by Sebastian Jansson
· 6 years ago
8aba8fe
Reland "Populate the GFD-00 for H264 and generic codecs."
by philipel
· 6 years ago
607a6f1
Moves conversion to ReceivedPacket from RtpPacketReceived to Call.
by Sebastian Jansson
· 6 years ago
04e129a
Revert "Populate the GFD-00 for H264 and generic codecs."
by Philip Eliasson
· 6 years ago
d3c6f9c
Populate the GFD-00 for H264 and generic codecs.
by philipel
· 6 years ago
08fa953
Reland "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory"
by Danil Chapovalov
· 6 years ago
370f93a
Reland "Inform VideoEncoder of negotiated capabilities"
by Elad Alon
· 6 years ago
fd5166c
Revert "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory"
by Philip Eliasson
· 6 years ago
fc96135
Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory
by Danil Chapovalov
· 6 years ago
49d661a7
Revert "Inform VideoEncoder of negotiated capabilities"
by Philip Eliasson
· 6 years ago
11dfff0
Inform VideoEncoder of negotiated capabilities
by Elad Alon
· 6 years ago
4ad51d8
Removes SendSideCongestionController.
by Sebastian Jansson
· 6 years ago
cf41eb1
Reland "Cleanup of video packet overhead calculation."
by Sebastian Jansson
· 6 years ago
5d24b16
Prepare for splitting the api/video:video_frames build rule.
by Chen Xing
· 6 years ago
27a7e9f
Remove myself from OWNERS in a few places.
by Fredrik Solenberg
· 6 years ago
f6c914a
Revert "Reland "Cleanup of video packet overhead calculation.""
by Sebastian Jansson
· 6 years ago
35d4e43
Reland "Cleanup of video packet overhead calculation."
by Sebastian Jansson
· 6 years ago
b64af4b
Add retransmission_allowed flag to encoder output
by Elad Alon
· 6 years ago
845c6aa
Add support for early loss detection using transport feedback.
by Erik Språng
· 6 years ago
6737841
Add jitterBufferDelay and jitterBufferEmittedCount stats for video
by Guido Urdaneta
· 6 years ago
ce33b6a
Implement QualityLimitationReasonTracker and expose "reason".
by Henrik Boström
· 6 years ago
8b27910
Include downlink delay into congestion window size.
by Ying Wang
· 6 years ago
6e436d1
[audio] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo
by Henrik Boström
· 6 years ago
87e3f9d
[video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo
by Henrik Boström
· 6 years ago
a0e9943
Negotiation of LNTF controls instantiation of RTPSenderVideo::rtp_sequence_number_map_
by Elad Alon
· 6 years ago
fadb181
Negotiate use of RTCP loss notification feedback (LNTF)
by Elad Alon
· 6 years ago
f3db34d
Revert "Cleanup of video packet overhead calculation."
by Sebastian Jansson
· 6 years ago
62ce035
RtpVideoSender nits
by Elad Alon
· 6 years ago
890bc30
Cleanup of video packet overhead calculation.
by Sebastian Jansson
· 6 years ago
fe68daa
Add option to configure raw RTP packetization per payload type.
by Mirta Dvornicic
· 6 years ago
23aff9b
Implement RTCOutboundRtpStreamStats.totalEncodedBytesTarget.
by Henrik Boström
· 6 years ago
4f08faa
Introduce MediaTransportConfig
by Anton Sukhanov
· 6 years ago
9fe1834
Implement RTCOutboundRtpStreamStats.totalPacketSendDelay for video.
by Henrik Boström
· 6 years ago
fd26ef7
Delete unused RTPFragmentationHeader members
by Niels Möller
· 6 years ago
166b45d
Adds route changes in event logs.
by Sebastian Jansson
· 6 years ago
bd7046c
Remove redundant feedback_packet_seq_num_set_ in RtpVideoSender
by Erik Språng
· 6 years ago
8f119ca
Enable experiments with audio bitrate priority.
by Jonas Olsson
· 6 years ago
d8b9ed7
Promote RtcEventLogOutputFile to api/
by Niels Möller
· 6 years ago
490d76c
Remove packets from RtpPacketHistory if acked via TransportFeedback
by Erik Språng
· 6 years ago
8d8ffdb
Expose new audio stats on the API
by Ivo Creusen
· 6 years ago
d42a449
Reland "Add more adaptation text logs for VideoSendStream."
by Rasmus Brandt
· 6 years ago
44125fa
Reland "Piping audio interruption metrics to API layer"
by Henrik Lundin
· 6 years ago
fc02a79
Revert "Piping audio interruption metrics to API layer"
by Henrik Andreassson
· 6 years ago
299c4e6
Piping audio interruption metrics to API layer
by Henrik Lundin
· 6 years ago
f8c1ed5
Revert "Remove packets from RtpPacketHistory if acked via TransportFeedback"
by Erik Språng
· 6 years ago
ce92817
Split test:test_common source set
by Danil Chapovalov
· 6 years ago
3890e99
Remove packets from RtpPacketHistory if acked via TransportFeedback
by Erik Språng
· 6 years ago
30a276b
Add RTP sequence number to TransportFeedbackObserver::AddPacket()
by Erik Språng
· 6 years ago
81687b3
Use explicit TaskQueueFactory for FrameGeneratorCapturer in BitrateEstimatorTest.
by Danil Chapovalov
· 6 years ago
cf96e0f
Implement RTCOutboundRtpStreamStats.retransmitted[Bytes/Packets]Sent.
by Henrik Boström
· 6 years ago
034f191
Revert "Add more adaptation text logs for VideoSendStream."
by Rasmus Brandt
· 6 years ago
d0298f4
Add more adaptation text logs for VideoSendStream.
by Rasmus Brandt
· 6 years ago
884adca
Log details when RtpDemuxer fails to deliver a packet
by Steve Anton
· 6 years ago
01738c6
Wire up RTCInboundRtpStreamStats.lastPacketReceivedTimestamp.
by Henrik Boström
· 6 years ago
df88cc0
Allow injection of network estimator into GoogCC.
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
304ea5f
Add RtcEventLogFactory factory with explicit TaskQueueFactory
by Danil Chapovalov
· 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
898395d
RTPSenderVideo::GetSentRtpPacketInfo() over a set of sequence numbers
by Elad Alon
· 6 years ago
0810a7c
Add base class NetworkPredictor and NetworkPredictorFactory and wire up.
by Ying Wang
· 6 years ago
6a489f2
Fully qualify googletest symbols.
by Mirko Bonadei
· 6 years ago
b55015e
Replacing SequencedTaskChecker with SequenceChecker.
by Sebastian Jansson
· 6 years ago
0a8562e
Forward LossNotification from RTCPReceiver to EncoderRtcpFeedback
by Elad Alon
· 6 years ago
c01367d
Deprecating ThreadChecker specific interface.
by Sebastian Jansson
· 6 years ago
8b60e8b
Give VideoSendStreamImpl access to RTP timestamps
by Elad Alon
· 6 years ago
f59666b
Fix potential bug due to malformed input
by Johannes Kron
· 6 years ago
5684af5
VideoSendStream::Stats::total_encode_time_ms added.
by Henrik Boström
· 6 years ago
Next »