Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
0182a0300f22b2ead41a8dd3c4c0b394ab853404
/
media
/
engine
0182a03
Reland "Remove the injectable bitrate allocation strategy API."
by Jonas Olsson
· 5 years ago
e95b57c
Revert "Remove the injectable bitrate allocation strategy API."
by Mirko Bonadei
· 5 years ago
0bb0881
Add VideoEncoderFactory::GetImplementations function.
by philipel
· 5 years ago
66b3860
Remove WebRTC-SimulcastScreenshare and enable it by default
by Florent Castelli
· 5 years ago
80cb3f6
Remove the injectable bitrate allocation strategy API.
by Jonas Olsson
· 5 years ago
495a1ae
Remove cricket::WebRtcMediaEngineFactory as now unused
by Danil Chapovalov
· 5 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 5 years ago
668ce0c
Remove trial WebRTC-SimulcastMaxLayers and make its behavior default
by Florent Castelli
· 5 years ago
fdf74bd
Remove non implemented function from WebRtcVideoChannel.
by philipel
· 5 years ago
53d45ba
Make TaskQueueFactory required construction parameter for Call
by Danil Chapovalov
· 5 years ago
e8ed830
WebRtcVideoChannel encoder fallback.
by philipel
· 5 years ago
5ee6967
Don't reset encoder on max/min bitrate change.
by Sergey Silkin
· 5 years ago
bfd343b
Add totalDecodeTime to RTCInboundRTPStreamStats
by Johannes Kron
· 5 years ago
5983087
Forced vp8 sw encoder fallback: only use min bitrate config if codec type is vp8.
by Åsa Persson
· 5 years ago
65764e4
Add missing overrides in VideoEncoder proxies/adapters
by Elad Alon
· 5 years ago
8f01c4e
Define FecControllerOverride and plumb it down to VideoEncoder
by Elad Alon
· 5 years ago
2efae77
Add RTCStats for keyFramesEncoded, keyFramesDecoded.
by Rasmus Brandt
· 5 years ago
90f3b89
Replace the implementation of `GetContributingSources()` on the video side.
by Chen Xing
· 5 years ago
3472b9a
Delete RTCInboundRTPStreamStats::fraction_lost
by Niels Möller
· 5 years ago
c538506
Enable H.264 temporal scalability in simulcast.
by Johnny Lee
· 5 years ago
98cbb22
Moved AsyncInvoker to be destructed first in WebRtcVideoSendStream.
by philipel
· 5 years ago
a9952cb
Uncomment "override" in simulcast_encoder_adapter_unittest.cc
by Elad Alon
· 5 years ago
370f93a
Reland "Inform VideoEncoder of negotiated capabilities"
by Elad Alon
· 5 years ago
e8e4dc4
Change StartAecDump methods to work with FILE* and FileWrapper
by Niels Möller
· 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
4fc0855
Cleanup video frame metadata copying
by Ilya Nikolaevskiy
· 5 years ago
479a3c0
Add support for enabling and negotiating raw RTP packetization.
by Mirta Dvornicic
· 5 years ago
2dbc627
Check H264 packetization mode when using IsSameCodec
by Steve Anton
· 5 years ago
85b8ce2
In media engine replace forward declaration with proper includes
by Danil Chapovalov
· 5 years ago
220f4be
Remove some media/ --> pc/ test dependencies
by Steve Anton
· 5 years ago
6737841
Add jitterBufferDelay and jitterBufferEmittedCount stats for video
by Guido Urdaneta
· 5 years ago
ce33b6a
Implement QualityLimitationReasonTracker and expose "reason".
by Henrik Boström
· 5 years ago
6e436d1
[audio] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo
by Henrik Boström
· 5 years ago
87e3f9d
[video] Plumbing of ReportBlockData from RTCPReceiver to MediaSenderInfo
by Henrik Boström
· 5 years ago
fadb181
Negotiate use of RTCP loss notification feedback (LNTF)
by Elad Alon
· 5 years ago
316f3ac
Datagram Transport Integration
by Anton Sukhanov
· 5 years ago
040dc43
Fix shadowing of override_field_trials_ in WebRtcVideoEngineTest
by Elad Alon
· 5 years ago
23aff9b
Implement RTCOutboundRtpStreamStats.totalEncodedBytesTarget.
by Henrik Boström
· 5 years ago
4f08faa
Introduce MediaTransportConfig
by Anton Sukhanov
· 5 years ago
19da5ce
Formatting of WebRTC-Vp9InterLayerPred field trial.
by Sergey Silkin
· 5 years ago
9fe1834
Implement RTCOutboundRtpStreamStats.totalPacketSendDelay for video.
by Henrik Boström
· 5 years ago
fe4f694
Add missing overrides to QualityTestVideoEncoder
by Elad Alon
· 6 years ago
9356252
Ensure that we always set values for min and max audio bitrate.
by Daniel Lee
· 6 years ago
8d8ffdb
Expose new audio stats on the API
by Ivo Creusen
· 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
8a9778e
Delete unused StartAecDump method with filename argument
by Niels Möller
· 6 years ago
299c4e6
Piping audio interruption metrics to API layer
by Henrik Lundin
· 6 years ago
9e79e6b
Consolidate mock video encoders
by Erik Språng
· 6 years ago
63658d0
Revert "Ensure that we always set values for min and max audio bitrate."
by Daniel Lee
· 6 years ago
40889f3
Removes TimeMicros interface from ThreadProcessingFakeClock.
by Sebastian Jansson
· 6 years ago
e47aee3
Ensure that we always set values for min and max audio bitrate.
by Daniel Lee
· 6 years ago
cf96e0f
Implement RTCOutboundRtpStreamStats.retransmitted[Bytes/Packets]Sent.
by Henrik Boström
· 6 years ago
a3aa9bd
Make VideoBitrateAllocatorFactory injectable.
by Jonas Oreland
· 6 years ago
01738c6
Wire up RTCInboundRtpStreamStats.lastPacketReceivedTimestamp.
by Henrik Boström
· 6 years ago
16cb8f5
Reland "Replace usage of old SetRates/SetRateAllocation methods"
by Erik Språng
· 6 years ago
7aacdd9
Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode"
by Niels Möller
· 6 years ago
7ddef1a
Revert "Replace usage of old SetRates/SetRateAllocation methods"
by Minyue Li
· 6 years ago
4844c5f
Introduce media engine factory where TaskQueueFactory dependency can be set.
by Danil Chapovalov
· 6 years ago
7ac0d5f
Replace usage of old SetRates/SetRateAllocation methods
by Erik Språng
· 6 years ago
fb20afd
Pass notifications of RTT, PLR and LossNotification RTCP through EncoderSimulcastProxy
by Elad Alon
· 6 years ago
6a489f2
Fully qualify googletest symbols.
by Mirko Bonadei
· 6 years ago
cf26705
Field trial to control inter-layer prediction.
by Sergey Silkin
· 6 years ago
b55015e
Replacing SequencedTaskChecker with SequenceChecker.
by Sebastian Jansson
· 6 years ago
f71362f
Wire up RTCOutboundRtpStreamStats.totalEncodeTime.
by Henrik Boström
· 6 years ago
c01367d
Deprecating ThreadChecker specific interface.
by Sebastian Jansson
· 6 years ago
5a0665b
Make UDP receive buffer size configurable via field trial
by Johannes Kron
· 6 years ago
a556448
Don't recreate the VideoReceiveStream on SetFrameDecryptor in the MediaEngine.
by Benjamin Wright
· 6 years ago
33d2a91
Fix target bitrate RTCP messages behavior for SVC streams
by Ilya Nikolaevskiy
· 6 years ago
66e7679
Export symbols needed by the Chromium component build (part 8).
by Mirko Bonadei
· 6 years ago
1c41be6
Propagate TaskQueueFactory to AudioDeviceBuffer
by Danil Chapovalov
· 6 years ago
9d8eaac
Delete unneeded direct includes of common_types.h
by Niels Möller
· 6 years ago
e896490
Revert "Fix target bitrate RTCP messages behavior for SVC streams"
by Oleh Prypin
· 6 years ago
b118d42
Use Abseil container algorithms in a couple places in media/
by Steve Anton
· 6 years ago
4c7112a
Reland "in WebrtcVoiceEngine allow to set TaskQueueFactory"
by Danil Chapovalov
· 6 years ago
ab65d8a
Fix target bitrate RTCP messages behavior for SVC streams
by Ilya Nikolaevskiy
· 6 years ago
f0d1c03
Add replacement interface for webrtc::GainConrol
by Sam Zackrisson
· 6 years ago
e27ccf9
Revert "in WebrtcVoiceEngine allow to set TaskQueueFactory"
by Amit Hilbuch
· 6 years ago
a39254d
in WebrtcVoiceEngine allow to set TaskQueueFactory
by Danil Chapovalov
· 6 years ago
54659c1
Fix obsolete settings in VideoEngine for VP9 screenshare
by Ilya Nikolaevskiy
· 6 years ago
8f7ce22
Make VideoFrameType an enum class, and move to separate file and target
by Niels Möller
· 6 years ago
7fbfaa4
PeerConnection::SetBitrate now also configures media transport.
by Piotr (Peter) Slatala
· 6 years ago
946b968
Add support for target rate constraints
by Piotr (Peter) Slatala
· 6 years ago
6d83592
Improve handling of packets with unknown ssrc.
by Jonas Oreland
· 6 years ago
647d5e6
Increase the default maximum jitter buffer size to 200 packets.
by Jakob Ivarsson
· 6 years ago
e7a5f7b
Modifying MediaChannel to accept CopyOnWriteBuffer by value.
by Amit Hilbuch
· 6 years ago
e25f595
Guard preferred_dscp with the network interface lock
by Steve Anton
· 6 years ago
2c7b982
Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode"
by Jeroen de Borst
· 6 years ago
39d3a7d
Delete CodecSpecificInfo argument from VideoDecoder::Decode
by Niels Möller
· 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
232b3fd
Expose relative packet arrival delay metric in stats API.
by Jakob Ivarsson
· 6 years ago
c8d2e73
Delete CodecSpecificInfo argument from VideoEncoder::Encode
by Niels Möller
· 6 years ago
ef50b25
Remove lock in WebRtcVideoEngine
by Steve Anton
· 6 years ago
d1d0359
Remove memsets of CodecSpecificInfo.
by philipel
· 6 years ago
493a650
Propagate base minimum delay from video jitter buffer to webrtc/api.
by Ruslan Burakov
· 6 years ago
b000b71
Wiring up RIDs from the video engine to the RTP Sender.
by Amit Hilbuch
· 6 years ago
ccb9b75
Create version 01 of Generic Frame Descriptor - with discardability flag
by Elad Alon
· 6 years ago
71aee3a
Reland "Propagate VideoFrame::UpdateRect to encoder"
by Ilya Nikolaevskiy
· 6 years ago
Next »