- e14d122 Remove deprecated SendRtp and SendRtcp functions by Harald Alvestrand · 1 year, 6 months ago
- 090699a Delete deprecated RtpSource timestamp_ms constructor and accessor by Danil Chapovalov · 1 year, 6 months ago
- 31718d7 Reland "Add option to disable quality scaling for AV1." by philipel · 1 year, 6 months ago
- 83102d3 Revert "Add option to disable quality scaling for AV1." by Philip Eliasson · 1 year, 6 months ago
- 46bbf7e Add `ScalabilityModeStringToEnum` helper function. by philipel · 1 year, 6 months ago
- 564e8d3 Mark RtpSource timestamp_ms constructor and accessor deprecated by Danil Chapovalov · 1 year, 6 months ago
- 541756f Discourage structs in api by Danil Chapovalov · 1 year, 6 months ago
- 446dbc6 Add option to disable quality scaling for AV1. by philipel · 1 year, 6 months ago
- 96e1882 Convert AsyncDnsResolver to use absl::AnyInvocable by Harald Alvestrand · 1 year, 6 months ago
- df3683e Remove public GenerateKeyFrame(list-of-rids) API from RtpSender by Philipp Hancke · 1 year, 6 months ago
- 55b593f Remove EncodedFrame::MissingFrame and start removing Decode() param by Tony Herre · 1 year, 6 months ago
- 44943c8 Add H265 codec name and profile/tier/level utils. by Qiu Jianlin · 1 year, 6 months ago
- 82c56ca Request keyframe via setParameters by Philipp Hancke · 1 year, 6 months ago
- f535971 In RtpSource represent time with Timestamp type instead of int64_t by Danil Chapovalov · 1 year, 6 months ago
- 5f14f9e Remove VCMEncodedFrame from webrtc::EncodedFrame inheritance by Tony Herre · 1 year, 7 months ago
- 4d25a77 Deprecate AsyncResolver config fields and remove internal usage. by Harald Alvestrand · 1 year, 7 months ago
- 66bf3f4 Make PendingTaskSafetyFlag compatible with component builds by Tommi · 1 year, 7 months ago
- 43a5dd8 Implement codec selection api by Florent Castelli · 1 year, 11 months ago
- 7084e1b In VideoPlayoutDelay delete access to integer representation of min/max values by Danil Chapovalov · 1 year, 7 months ago
- 47faf32 Add rtc_common_public_deps by Arthur Sonzogni · 1 year, 7 months ago
- 0671777 Move EncodedImage::playout_delay_ to private section of the class by Danil Chapovalov · 1 year, 7 months ago
- 9608820 Add mock of GetCaptureTimeIdentifier to MockTransformableVideoFrame by Tony Herre · 1 year, 7 months ago
- b0b03a8 Mark api video timing classes with RTC_EXPORT by Danil Chapovalov · 1 year, 7 months ago
- 1997837 Add stream label to test video source for better debugablity and testability by Artem Titov · 1 year, 7 months ago
- c146b5f Represent unset VideoPlayoutDelay with nullopt rather than special value by Danil Chapovalov · 1 year, 7 months ago
- 392e471 Remove deprecated TransformableAudioFrameInterface::getHeader() method by Tony Herre · 1 year, 7 months ago
- 8efd93d Encoder type agnostic resolution based fallback by Sergey Silkin · 1 year, 7 months ago
- 34d82df Use ArrayView versions of SendRtp and SendRtcp by Harald Alvestrand · 1 year, 7 months ago
- e2e0451 stats: implement fecSsrc on inbound-rtp by Philipp Hancke · 1 year, 7 months ago
- b17806a Add StunDictionary by Jonas Oreland · 1 year, 7 months ago
- b38d9d2 Add ArrayView versions of SendRtp and SendRtcp by Harald Alvestrand · 1 year, 7 months ago
- cad3aed Add setters to NetworkEmulationManager::SimulatedNetworkNode::Builder. by Mirko Bonadei · 1 year, 7 months ago
- 9b82b2f stats: implement RTX ssrc on inbound-rtp/outbound-rtp by Philipp Hancke · 1 year, 7 months ago
- 55b89a8 Rename cipher_suite to crypto_suite by Philipp Hancke · 1 year, 7 months ago
- 5eb5219 Correct typo from valee to value for color space definitions by Chunbo Hua · 1 year, 8 months ago
- ea06be2 candidate: do not log full IP addresses for related address by Philipp Hancke · 1 year, 8 months ago
- 00f1122 Remove extra usage of video-content-type header extension by Harald Alvestrand · 1 year, 8 months ago
- 630c40d Update RtpSenderVideo::SendVideo/SendEncodedImage to take Timestamp/TimeDelta types by Danil Chapovalov · 1 year, 8 months ago
- e9e03a9 Fix inaccurate contentType in RTCInbound/OutboundRtpStreamStats by Joachim Reiersen · 1 year, 8 months ago
- 7754702 Removing enum used for removed UMA metrics WebRTC.PeerConnection.Simulcast.ApplyLocalDescription and WebRTC.PeerConnection.Simulcast.ApplyRemoteDescription by Angelo Tadres · 1 year, 8 months ago
- 32a8169 Use common `VideoFrameTypeToString` helper by Jianhui Dai · 1 year, 8 months ago
- a6c4f12 Set noparent in api/stats/OWNERS. by Henrik Boström · 1 year, 8 months ago
- b4062e5 Add a setter for RTPTimestamp on TransformableFrameInterface by Tony Herre · 1 year, 8 months ago
- 58ee9df Deprecate encoded audio frame GetHeader by Tony Herre · 1 year, 9 months ago
- fc68f1f Stop using TransformableAudioFrameInterface::GetHeader() within webrtc by Tony Herre · 1 year, 9 months ago
- 17e8a5c stats: implement flexfec fecBytesReceived stats for FlexFEC by Philipp Hancke · 1 year, 9 months ago
- d178083 Fix incorrect use of scoped enumerations in format strings by Hans Wennborg · 1 year, 9 months ago
- 17ec056 ICE: adjust priority of non-relay candidates by Philipp Hancke · 1 year, 9 months ago
- 097a4de Make all encodedaudioframes inherit from TransformableAudioFrameI'face by Tony Herre · 1 year, 9 months ago
- 9919841 Remove preprocessor definition for StatsReport::Value::id_val() by Sameer Vijaykar · 1 year, 9 months ago
- c929ab4 Reland "[Stats] Remove enum-like structs in favor of strings." by Henrik Boström · 1 year, 9 months ago
- 18aba66 Add test to ensure task deleted on TQ by Per K · 1 year, 9 months ago
- 45666d4 Revert "[Stats] Remove enum-like structs in favor of strings." by Christoffer Jansson · 1 year, 9 months ago
- ccc87ea [Stats] Remove enum-like structs in favor of strings. by Henrik Boström · 1 year, 9 months ago
- 51b8206 Add missing method definition for StatsReport::Value::id_val() by Sameer Vijaykar · 1 year, 9 months ago
- 2fec644 Fix L1Tx target bitrate bug when the standard API is used. by Henrik Boström · 1 year, 9 months ago
- ee58849 Make SetRTPTimestamp pure virtual in TransformableAudioFrameInterface by Palak Agarwal · 1 year, 9 months ago
- cde5354 Implement DelayVariationCalculator for events analysis. by Rasmus Brandt · 1 year, 9 months ago
- fc260a18 Add method SetTimestamp in TransformableAudioFrameInterface by Palak Agarwal · 1 year, 9 months ago
- 8c4b9ea Remove references to AudioCodec and VideoCodec constructors by Florent Castelli · 1 year, 9 months ago
- be316da Ensure that RTCErrorOr<T, E> doesn't require T to be default constructible by Florent Castelli · 1 year, 9 months ago
- 3488726 sdp: reject spec simulcast answers without the rid extension by Philipp Hancke · 1 year, 9 months ago
- 2d59853 Add SetRetransmissionMode() to FecController, this will be used to control RTX settings in FecController. by Ying Wang · 1 year, 9 months ago
- a9bba04 Updating AsyncAudioProcessing API, part 1. by Peter Hanspers · 1 year, 9 months ago
- 87e74f9 Remove unused combined_audio_video_bwe. by Yury Yarashevich · 1 year, 10 months ago
- 0f13765 Delete RTC[NonStandard/Restricted]StatsMember. by Henrik Boström · 1 year, 10 months ago
- 979b047 Revert "Temporarily add dummy trackId to unblock roll." by Henrik Boström · 1 year, 10 months ago
- 2057d71 [Stats] Delete unused NonStandardGroupId. by Henrik Boström · 1 year, 10 months ago
- 3df4178 Temporarily add dummy trackId to unblock roll. by Henrik Boström · 1 year, 10 months ago
- 4e231ee Delete deprecated 'track' and 'stream' metrics from WebRTC. by Henrik Boström · 1 year, 10 months ago
- 1d3452f RequestedResolution - Bug fix by Jonas Oreland · 1 year, 10 months ago
- 36fd351 [Stats] Align RTCStatsMember<T> closer to absl::optional<T>. by Henrik Boström · 1 year, 10 months ago
- e0034a8 stats: remove `media_type` which was an alias for `kind` by Philipp Hancke · 1 year, 10 months ago
- 301e546 Remove SequenceCheckerImpl::valid_system_queue_ by Tommi · 1 year, 10 months ago
- c8c4a28 Introduce support for video packet batching. by Markus Handell · 1 year, 10 months ago
- bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 1 year, 11 months ago
- f78d1f2 stats: Implement receive RTX stats by Philipp Hancke · 1 year, 11 months ago
- 2b72d84 stats: fix type of inbound-rtp frames_received by Philipp Hancke · 1 year, 11 months ago
- 2bd8781 Add delayed packet outage event metric. by Jakob Ivarsson · 1 year, 11 months ago
- 17d7eb4 Do not compile some test targets with chromium by Artem Titov · 1 year, 11 months ago
- 4730201 [DVQA] Add a GetSenderPeerName method. by Jeremy Leconte · 1 year, 11 months ago
- 0a4a984 Extract common codec fields into RtpCodec by Florent Castelli · 1 year, 11 months ago
- c381c33 Make TransformableVideoFrameInterface::SetMetadata pure virtual by Tony Herre · 1 year, 11 months ago
- 26d1b26 Log metrics even if test failed by Sergey Silkin · 1 year, 11 months ago
- b4a4554 Dedicated build target for video codec perf tests by Sergey Silkin · 1 year, 11 months ago
- a50a81a [DataChannelInterface] Introduce DataChannelInterface::SendAsync() by Tommi · 1 year, 11 months ago
- a13b4d1 Partial reland: DataChannelObserver interface change. by Tommi · 1 year, 11 months ago
- 0e1d3c5 Add reference, pointer, and co type aliases for rtc::ArrayView. by Daniel Cheng · 1 year, 11 months ago
- 7ceb49c Fuzzy match the SdpVideoFormat in VideoEncoderFactoryTemplate::CreateVideoEncoder. by philipel · 1 year, 11 months ago
- 7f16fcd Revert "[DataChannel] Send and receive packets on the network thread." by Andrey Logvin · 1 year, 11 months ago
- fe53fec [DataChannel] Send and receive packets on the network thread. by Tommi · 1 year, 11 months ago
- 8481f63 Remove IsSinglecastOrAllNonFirstLayersInactive() helper. by Henrik Boström · 1 year, 11 months ago
- 31af34b Update Dav1dDecoderTemplateAdapater to include AV1 profile1 support. by philipel · 1 year, 11 months ago
- 40a0e31 Remove AudioConfig::Mode. by Jeremy Leconte · 2 years ago
- 0fe6510 Add support for detaching and merging of StatsCollection contents. by Tommi · 2 years ago
- e7482b4 Remove deprecated TransformableVideoFrameInterface::GetMetadata by Tony Herre · 2 years ago
- 089758d Allow creation of TestVideoTrackSource not on the signaling thread by Artem Titov · 2 years ago
- d32e5b3 Deprecate non-refcount CreateVideoTrack by Harald Alvestrand · 2 years ago
- e14abcb Cleanup FieldTrialView by Danil Chapovalov · 2 years ago
- a3f7b54 [DVQA] Don't check if peer exists on Pause/Resume. by Jeremy Leconte · 2 years ago