- 976faae Disable SCTP asconf and auth extensions. by Taylor Brandstetter · 4 years, 5 months ago
- a46fce2 Update rtp_utils to support two-byte RTP header extensions by Johannes Kron · 4 years, 5 months ago
- 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 5 months ago
- 9465978 Remove framemarking RTP extension. by philipel · 4 years, 5 months ago
- 7ff6355 Add decoder support for VP9 profile 1 I444 by Johannes Kron · 4 years, 5 months ago
- f4a9991 [Adaptation] Adding adaptation resources from Call. by Henrik Boström · 4 years, 5 months ago
- 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 6 months ago
- 301eb53 Prevent pointer from being sent in the clear over SCTP. by Taylor Brandstetter · 4 years, 6 months ago
- e917379 [Stats] Don't attempt to aggregate empty VideoSenderInfos. by Henrik Boström · 4 years, 6 months ago
- 3c9ae1f Adds fix for closing a prenegotiated DC without sending data. by Harald Alvestrand · 4 years, 6 months ago
- b59f337 Remove leftover SCTP "codec name" constants by Harald Alvestrand · 4 years, 6 months ago
- 461e387 use constants for CN and telephone-event codec names by Philipp Hancke · 4 years, 6 months ago
- f026592 Add HEVC codec name. by Andrey Logvin · 4 years, 6 months ago
- cdbebb0 Add INSTANTIATE_TEST_SUITE_P as needed. by Courtney Edwards · 4 years, 6 months ago
- f2c0f15 In media/ and modules/video_coding replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 6 months ago
- c5324fb VideoAdapter: remove lock recursions. by Markus Handell · 4 years, 6 months ago
- 3fa23ee VideoAdapter: add missing attribute thread annotations. by Markus Handell · 4 years, 6 months ago
- e7864f5 FakeNetworkInterface: remove lock recursions. by Markus Handell · 4 years, 6 months ago
- 772b149 MediaChannel: remove lock recursions. by Markus Handell · 4 years, 6 months ago
- 6efc14b VideoTrackSourceInterface: make some newly introduced methods pure virtual. by Markus Handell · 4 years, 7 months ago
- 09e9a83 Change the way that AecDumps are created in APM by Per Åhgren · 4 years, 6 months ago
- fc11519 Cleanup mocks in api/test by Danil Chapovalov · 4 years, 7 months ago
- b63331b Cleanup mocks for Video (en|de)coder factories by Danil Chapovalov · 4 years, 7 months ago
- a0ff50c Reland "Improve outbound-rtp statistics for simulcast" by Henrik Boström · 4 years, 7 months ago
- 9a925c9 Revert "Improve outbound-rtp statistics for simulcast" by Henrik Boström · 4 years, 7 months ago
- d9255b1 [getStats] Fix DCHECK crash in MergeInfoAboutOutboundRtpSubstreams(). by Henrik Boström · 4 years, 7 months ago
- cc73ed3 APM: Add build flag to allow building WebRTC without APM by Per Åhgren · 4 years, 7 months ago
- da6cda8 Improve outbound-rtp statistics for simulcast by Eldar Rello · 4 years, 7 months ago
- 6415dca Remove WebRTC-ExperimentalScreenshareSettings. by Mirko Bonadei · 4 years, 7 months ago
- 4a5bce9 Change to more idiomatic map erase. by Rasmus Brandt · 4 years, 7 months ago
- 2c99264 Remove std::vector<BandwidthEstimationInfo> template instantiation. by Mirko Bonadei · 4 years, 7 months ago
- adc4da3 [InsertableStreams] Fix video receiver simulcast. by Marina Ciocea · 4 years, 7 months ago
- 16d0d37 Apply performance-for-range-copy fixes. by Mirko Bonadei · 4 years, 8 months ago
- de6fa1e Reland "Let WebRtcVideoChannel::ResetUnsignaledRecvStream delete all default streams." by Rasmus Brandt · 4 years, 8 months ago
- c6b2f34 Revert "Let WebRtcVideoChannel::ResetUnsignaledRecvStream delete all default streams." by Rasmus Brandt · 4 years, 8 months ago
- 4553f45 Add AV1 to default video encoder factory by Danil Chapovalov · 4 years, 8 months ago
- d335426 Let WebRtcVideoChannel::ResetUnsignaledRecvStream delete all default streams. by Rasmus Brandt · 4 years, 8 months ago
- 3e9af7f Insert audio frame transformer between depacketizer and decoder. by Marina Ciocea · 4 years, 8 months ago
- 8cdd2c7 Regression test for SCTP transport. by Taylor Brandstetter · 4 years, 8 months ago
- e1aa22f [InsertableStreams] Set video frame transformer if RTP stream already started. by Guido Urdaneta · 4 years, 8 months ago
- d2aa8f9 Insert audio frame transformer between encoder and packetizer. by Marina Ciocea · 4 years, 8 months ago
- 3e98368 Reland "Distinguish between send and receive codecs" by Johannes Kron · 4 years, 8 months ago
- f45ca37 [Stats] Explicit RTP-RTX and RTP-FEC mappings. Unblocks simulcast stats. by Henrik Boström · 4 years, 8 months ago
- 01611ed Fix potential divide by zero in SimulcastEncoderAdapter by Erik Språng · 4 years, 8 months ago
- dfeb0df RtpParameters: respect https://abseil.io/tips/1. by Markus Handell · 4 years, 8 months ago
- fc29b0a [Stats] Include RTX retransmissions in the VideoSenderInfo. by Henrik Boström · 4 years, 8 months ago
- 8bc8834 webrtc_video_engine_unittest.cc: fix using directives. by Markus Handell · 4 years, 8 months ago
- 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 4 years, 8 months ago
- e618cc9 Add jitterBufferTargetDelay as RTCNonStandardStatsMember to new GetStats API by Artem Titov · 4 years, 8 months ago
- c46385c Add Av1 Decoder wrapper behind a build flag by Danil Chapovalov · 4 years, 8 months ago
- b05ca4b Implement new specification for degradation preference by Florent Castelli · 4 years, 9 months ago
- 3f1aee3 Change network_priority from a double to an enum. by Taylor Brandstetter · 4 years, 9 months ago
- 24dbb21 Enable quality scaler for simulcast and SVC if only one stream is active by Ilya Nikolaevskiy · 4 years, 9 months ago
- 83762b2 Use NetworkToHost32 instead of HostToNetwork32 to translate PPID. by Taylor Brandstetter · 4 years, 9 months ago
- 412a31b Insert frame transformer between Depacketizer and Decoder. by Marina Ciocea · 4 years, 9 months ago
- e77912b Insert frame transformer between Encoded and Packetizer. by Marina Ciocea · 4 years, 9 months ago
- f0276c5 Lazy conversion to i420 buffer in SimulcastEncoderAdapter by Erik Språng · 4 years, 9 months ago
- 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 9 months ago
- e52115a Remove inactive OWNERS. by Mirko Bonadei · 4 years, 9 months ago
- dea73ee Pass absolute capture time from WebRtcVoiceEngine to ACM. by Minyue Li · 4 years, 9 months ago
- cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 9 months ago
- e457631 Save custom parameters provided by the SdpVideoFormat when requesting an encoder switch. by philipel · 4 years, 9 months ago
- 06901cf Use absl::c_any_of instead of a manual for-loop to finding an active encoding by Oskar Segersvärd · 4 years, 9 months ago
- dc81e11 Use webrtc::DataRate when referring to bitrates by Oskar Segersvärd · 4 years, 9 months ago
- e2b466e Stop advertising generic frame descriptor v1 by Danil Chapovalov · 4 years, 9 months ago
- 03d9096 Ensure that the first active layer isn't disabled by too low input resolution by Ilya Nikolaevskiy · 4 years, 9 months ago
- ccd49d9 Use I420Buffer::ScaleFrom to clean scaling in SimulcastEncoderAdapter by Evan Shrubsole · 4 years, 9 months ago
- c43fe2e Removing myself from OWNERS in webrtc. by Seth Hampson · 4 years, 9 months ago
- 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 9 months ago
- 9b05803 Implement injectable EncoderSelectorInterface and wire it up in the VideoStreamEncoder. by philipel · 4 years, 9 months ago
- 8e8b36a Revert "Reland "Reland "Reland "Distinguish between send and receive codecs"""" by Johannes Kron · 4 years, 10 months ago
- cf2b382 Send bandwidth updates to all codecs, not just Opus by Karl Wiberg · 4 years, 10 months ago
- 72859e5 Make RtpEncodingParameters to not reverse active flags order by Ilya Nikolaevskiy · 4 years, 10 months ago
- 261f792 Allow software fallback on lowest simulcast stream for temporal support by Erik Språng · 4 years, 10 months ago
- 184ea66 Reland "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 4 years, 10 months ago
- 99d6d81 Adding absolute capture timestamp to AudioTrackSinkInterface. by Minyue Li · 4 years, 10 months ago
- a104ceb Revert "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 4 years, 10 months ago
- 9bac68c Reland "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 4 years, 10 months ago
- 760fd52 Replace MockAudioDeviceModule mock refcounting with real refcounting by Steve Anton · 4 years, 10 months ago
- 00a3087 Revert "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 4 years, 10 months ago
- 897776e Pass SDP video parameters to encoder. by Sergey Silkin · 4 years, 10 months ago
- 133bf2b Reland "Distinguish between send and receive codecs" by Johannes Kron · 4 years, 10 months ago
- 1acdc74 Split up EncoderStreamFactory::CreateEncoderStreams in two. by Rasmus Brandt · 4 years, 10 months ago
- 43bfe0b Enforce VideoEncoderConfig.num_temporal_layers >= 1. by Rasmus Brandt · 4 years, 10 months ago
- ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 10 months ago
- e57b266 Revert "Distinguish between send and receive codecs" by Steve Anton · 4 years, 10 months ago
- c0f25cf Distinguish between send and receive codecs by Johannes Kron · 4 years, 10 months ago
- b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 10 months ago
- 1546f99 Fixed timeout overflow in sctp reliability test. by Yura Yaroshevich · 4 years, 10 months ago
- fae6400 Add saza@ and peah@ to OWNERS of some audio files by Sam Zackrisson · 4 years, 10 months ago
- f5ecb5f Revert "Reland "Reland "Reland "Distinguish between send and receive video codecs"""" by Mirko Bonadei · 4 years, 10 months ago
- 9cad4dc Reland "Reland "Reland "Distinguish between send and receive video codecs""" by Johannes Kron · 5 years ago
- 0e3a3f6 Adding deadbeef to sctp/OWNERS and removing myself. by Seth Hampson · 4 years, 11 months ago
- 27064ad SimulcastEncoderAdapter: In passthrough mode set correct lenght for frame_types parameter by Ilya Nikolaevskiy · 4 years, 11 months ago
- 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 4 years, 11 months ago
- 873610c Fix updating degradation preference in SetRtpParameters. by Mirta Dvornicic · 4 years, 11 months ago
- b5159fe Revert "Reland "Reland "Distinguish between send and receive video codecs""" by Olga Sharonova · 5 years ago
- 4e64e60 Reland "Reland "Distinguish between send and receive video codecs"" by Johannes Kron · 5 years ago
- c8f3134 Parse max-fr and max-fs from SDP FMTP line by Johannes Kron · 5 years ago
- 5cad55b Signal requested resolution alignment requirements from sinks to sources. by Rasmus Brandt · 5 years ago