aboutsummaryrefslogtreecommitdiff
path: root/media
AgeCommit message (Expand)Author
2020-07-23Merge remote tracking branch 'upstream-master'Jorge E. Moreira
2020-07-17Merge branch 'upstream-master'Jorge E. Moreira
2020-07-17Delete unused enum values for DataChannelTypeNiels Möller
2020-07-16Delete obsolete TODO itemNiels Möller
2020-07-16Fix override declarations and delete related TODOsNiels Möller
2020-07-16Add constrained high profile level for h264 codec to media_constantsAndrey Logvin
2020-07-15Migrate to webrtc::GlobalMutex.Markus Handell
2020-07-14Delete legacy cricket::RtpHeaderExtension struct as unusedDanil Chapovalov
2020-07-13Check for null before accessing SctpTransport map.Taylor Brandstetter
2020-07-10Migrate leftovers in media/ and modules/ to webrtc::Mutex.Markus Handell
2020-07-07Migrate media/ to webrtc::Mutex.Markus Handell
2020-07-07Relanding: Fix data channel message integrity violationTaylor Brandstetter
2020-07-01sdp: parse and serialize non-key=value fmtp linesPhilipp Hancke
2020-07-01Revert "Fix data channel message integrity violation"Alessio Bazzica
2020-07-01Fix data channel message integrity violationLennart Grahl
2020-06-30Inclusive language in //media/engine.Mirko Bonadei
2020-06-25Add RtpEncodingParameters.adaptive_ptime.Jakob Ivarsson
2020-06-25negotiate RED codec for audioPhilipp Hancke
2020-06-18Disable SCTP asconf and auth extensions.Taylor Brandstetter
2020-06-17Update rtp_utils to support two-byte RTP header extensionsJohannes Kron
2020-06-17Delete MediaTransportInterface and DatagramTransportInterfaceNiels Möller
2020-06-15Remove framemarking RTP extension.philipel
2020-06-12Add decoder support for VP9 profile 1 I444Johannes Kron
2020-06-11[Adaptation] Adding adaptation resources from Call.Henrik Boström
2020-06-08Use absl_deps in order to preapre to the Abseil component build release.Mirko Bonadei
2020-06-05Prevent pointer from being sent in the clear over SCTP.Taylor Brandstetter
2020-06-04[Stats] Don't attempt to aggregate empty VideoSenderInfos.Henrik Boström
2020-06-02Adds fix for closing a prenegotiated DC without sending data.Harald Alvestrand
2020-05-30Remove leftover SCTP "codec name" constantsHarald Alvestrand
2020-05-29use constants for CN and telephone-event codec namesPhilipp Hancke
2020-05-29Add HEVC codec name.Andrey Logvin
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