aboutsummaryrefslogtreecommitdiff
path: root/media
AgeCommit message (Expand)Author
2020-05-26Add INSTANTIATE_TEST_SUITE_P as needed.Courtney Edwards
2020-05-25In media/ and modules/video_coding replace mock macros with unified MOCK_METH...Danil Chapovalov
2020-05-19VideoAdapter: remove lock recursions.Markus Handell
2020-05-18VideoAdapter: add missing attribute thread annotations.Markus Handell
2020-05-15FakeNetworkInterface: remove lock recursions.Markus Handell
2020-05-15MediaChannel: remove lock recursions.Markus Handell
2020-05-11VideoTrackSourceInterface: make some newly introduced methods pure virtual.Markus Handell
2020-05-11Change the way that AecDumps are created in APMPer Åhgren
2020-05-08Cleanup mocks in api/testDanil Chapovalov
2020-05-07Cleanup mocks for Video (en|de)coder factoriesDanil Chapovalov
2020-05-05Reland "Improve outbound-rtp statistics for simulcast"Henrik Boström
2020-05-05Revert "Improve outbound-rtp statistics for simulcast"Henrik Boström
2020-05-04[getStats] Fix DCHECK crash in MergeInfoAboutOutboundRtpSubstreams().Henrik Boström
2020-04-26APM: Add build flag to allow building WebRTC without APMPer Åhgren
2020-04-17Improve outbound-rtp statistics for simulcastEldar Rello
2020-04-16Remove WebRTC-ExperimentalScreenshareSettings.Mirko Bonadei
2020-04-15Change to more idiomatic map erase.Rasmus Brandt
2020-04-13Remove std::vector<BandwidthEstimationInfo> template instantiation.Mirko Bonadei
2020-04-11[InsertableStreams] Fix video receiver simulcast.Marina Ciocea
2020-04-03Apply performance-for-range-copy fixes.Mirko Bonadei
2020-04-02Reland "Let WebRtcVideoChannel::ResetUnsignaledRecvStream delete all default ...Rasmus Brandt
2020-04-02Revert "Let WebRtcVideoChannel::ResetUnsignaledRecvStream delete all default ...Rasmus Brandt
2020-04-02Add AV1 to default video encoder factoryDanil Chapovalov
2020-04-02Let WebRtcVideoChannel::ResetUnsignaledRecvStream delete all default streams.Rasmus Brandt
2020-04-01Insert audio frame transformer between depacketizer and decoder.Marina Ciocea
2020-03-31Regression test for SCTP transport.Taylor Brandstetter
2020-03-31[InsertableStreams] Set video frame transformer if RTP stream already started.Guido Urdaneta
2020-03-31Insert audio frame transformer between encoder and packetizer.Marina Ciocea
2020-03-29Reland "Distinguish between send and receive codecs"Johannes Kron
2020-03-24[Stats] Explicit RTP-RTX and RTP-FEC mappings. Unblocks simulcast stats.Henrik Boström
2020-03-24Fix potential divide by zero in SimulcastEncoderAdapterErik Språng
2020-03-20RtpParameters: respect https://abseil.io/tips/1.Markus Handell
2020-03-18[Stats] Include RTX retransmissions in the VideoSenderInfo.Henrik Boström
2020-03-16webrtc_video_engine_unittest.cc: fix using directives.Markus Handell
2020-03-16RtpTransceiverInterface: add header_extensions_to_offer()Markus Handell
2020-03-11Add jitterBufferTargetDelay as RTCNonStandardStatsMember to new GetStats APIArtem Titov
2020-03-11Add Av1 Decoder wrapper behind a build flagDanil Chapovalov
2020-03-05Implement new specification for degradation preferenceFlorent Castelli
2020-03-05Change network_priority from a double to an enum.Taylor Brandstetter
2020-03-04Enable quality scaler for simulcast and SVC if only one stream is activeIlya Nikolaevskiy
2020-03-03Use NetworkToHost32 instead of HostToNetwork32 to translate PPID.Taylor Brandstetter
2020-03-02Insert frame transformer between Depacketizer and Decoder.Marina Ciocea
2020-02-28Insert frame transformer between Encoded and Packetizer.Marina Ciocea
2020-02-20Lazy conversion to i420 buffer in SimulcastEncoderAdapterErik Språng
2020-02-19Remove wildcard ownership for build files.Mirko Bonadei
2020-02-19Remove inactive OWNERS.Mirko Bonadei
2020-02-18Pass absolute capture time from WebRtcVoiceEngine to ACM.Minyue Li
2020-02-18Replace DataSize and DataRate factories with newer versionsDanil Chapovalov
2020-02-18Save custom parameters provided by the SdpVideoFormat when requesting an enco...philipel
2020-02-18Use absl::c_any_of instead of a manual for-loop to finding an active encodingOskar Segersvärd