- b202bc1 Per default set PacingController burst interval to 40ms by Per K · 1 year, 5 months ago
- d0f0f38 Remove most usage of MediaContentDescription::as_audio()/as_video() by Philipp Hancke · 1 year, 5 months ago
- 15c04f9 fuzzer: add testonly to fuzzer tests by Paul Semel · 1 year, 5 months ago
- 14630a7 Use rtc::ReceivedPacket in Stun and TurnServer by Per K · 1 year, 5 months ago
- 572502c Deprecate char* functions on ByteBufferReader by Harald Alvestrand · 1 year, 5 months ago
- 2d86b25 Reland "Added an encode/decode test parameterizable via command line" by Sergey Silkin · 1 year, 5 months ago
- 20724ae Revert "Added an encode/decode test parameterizable via command line" by Christoffer Jansson · 1 year, 5 months ago
- 496893e Added an encode/decode test parameterizable via command line by Sergey Silkin · 1 year, 5 months ago
- d431156 Move codecs handling from test to tester by Sergey Silkin · 1 year, 5 months ago
- fa4d7c9 libstdc++: replace deprecated std::is_pod<T> by Stephan Hartmann · 1 year, 6 months ago
- 4fd1cc7 Add EnableMediaWithDefaultsAndTimeController by Danil Chapovalov · 1 year, 6 months ago
- 554f7db Add EnableMediaWithDefaults to replace SetMediaEngineDefaults by Danil Chapovalov · 1 year, 6 months ago
- efeeba0 Try removing RTC_PUSH_IGNORING_WUNDEF() around proto includes by Björn Terelius · 1 year, 6 months ago
- 1d586de In PCLF remove ability to inject TaskQueueFactory and CallFactory by Danil Chapovalov · 1 year, 6 months ago
- 2e1f16d Make AEC3 json parsing code testonly by Sam Zackrisson · 1 year, 6 months ago
- 0bace22 Expose video mimeType for insertable streams by Philipp Hancke · 1 year, 6 months ago
- b6ef1a7 Define default max Qp in media/base/media_constants by Sergey Silkin · 1 year, 6 months ago
- 8c16f1f Fix ping-pong mode on single frame sequences by Sergey Silkin · 1 year, 6 months ago
- a3ce407 Cleanup Call construction by Danil Chapovalov · 1 year, 6 months ago
- 5f4efcf Update test_flags visibility. by Jeremy Leconte · 1 year, 7 months ago
- 8144935 Replace WebRTC-QuickPerfTest field trial with similar named dedicated test flag by Danil Chapovalov · 1 year, 7 months ago
- f2443a7 Replace WebRTC-QuickPerfTest field trial with a flag by Danil Chapovalov · 1 year, 7 months ago
- 2d508f1 Deprecate old names for EncodedImage::RtpTimestamp accessor and setter by Danil Chapovalov · 1 year, 7 months ago
- 0505115 Pass the correct abs_capture_timestamp while cloning audio frame by Palak Agarwal · 1 year, 7 months ago
- b4d4bbc Revert "Clean up last_packet_received_time_ as it's no longer used." by Björn Terelius · 1 year, 7 months ago
- 9c58483 Rename EncodedImage property Timetamp to RtpTimestamp by Danil Chapovalov · 1 year, 7 months ago
- 2f4bc64 Clean up last_packet_received_time_ as it's no longer used. by Ying Wang · 1 year, 7 months ago
- ae82df7 Add codec name H265 to support H265 in WebRTC by qwu16 · 1 year, 7 months ago
- 8fa8619 FrameCadenceAdapter: account for encode sequence contention. by Markus Handell · 1 year, 8 months ago
- 55b593f Remove EncodedFrame::MissingFrame and start removing Decode() param by Tony Herre · 1 year, 8 months ago
- 14e5d4c Support sending IncomingFrames in audio by Palak Agarwal · 1 year, 8 months ago
- 4d25a77 Deprecate AsyncResolver config fields and remove internal usage. by Harald Alvestrand · 1 year, 8 months ago
- 47faf32 Add rtc_common_public_deps by Arthur Sonzogni · 1 year, 8 months ago
- 1997837 Add stream label to test video source for better debugablity and testability by Artem Titov · 1 year, 8 months ago
- 972f283 Added HEVC parser for WebRTC by qwu16 · 1 year, 8 months ago
- d43af91 Remove internal overrides using old SendRtp and SendRtcp interfaces. by Harald Alvestrand · 1 year, 8 months ago
- d384456 Change FakeEncoder::kImplementationName from const char* to constexpr char* by Björn Terelius · 1 year, 9 months ago
- 8efd93d Encoder type agnostic resolution based fallback by Sergey Silkin · 1 year, 9 months ago
- 6143ec9 [iOS testing] - Cut dependency from test module and app code. by Mirko Bonadei · 1 year, 9 months ago
- 7dbf554 Ensure payload type frequency does not cause divide-by-zero by Harald Alvestrand · 1 year, 9 months ago
- 9e5defc Implement `Y4mFrameGenerator::ChangeResolution()` by Jianhui Dai · 1 year, 10 months ago
- cc6042d Let `IvfVideoFrameGenerator` support AV1 codec by Jianhui Dai · 1 year, 10 months ago
- f92cc6d Reland: FrameGeneratorCapturer: don't generate video before Start is called by Artem Titov · 1 year, 10 months ago
- b4062e5 Add a setter for RTPTimestamp on TransformableFrameInterface by Tony Herre · 1 year, 10 months ago
- 2d7ccb4 Revert "FrameGeneratorCapturer: don't generate video before Start is called" by Mirko Bonadei · 1 year, 10 months ago
- 9a3ab3d Add a method to log AnalyzingVideoSink metrics. by Jeremy Leconte · 1 year, 10 months ago
- 3458992 Add audio energy metric. by Jeremy Leconte · 1 year, 10 months ago
- 93008bd DefaultVideoQualityAnalyzer::GetCpuUsagePercent is const. by Jeremy Leconte · 1 year, 10 months ago
- 00a8576 FrameGeneratorCapturer: don't generate video before Start is called by Artem Titov · 1 year, 10 months ago
- 5246ae2 Fix TestVideoCapturer and subclasses to support pause/resume video by Artem Titov · 1 year, 10 months ago
- c929ab4 Reland "[Stats] Remove enum-like structs in favor of strings." by Henrik Boström · 1 year, 10 months ago
- 45666d4 Revert "[Stats] Remove enum-like structs in favor of strings." by Christoffer Jansson · 1 year, 10 months ago
- ccc87ea [Stats] Remove enum-like structs in favor of strings. by Henrik Boström · 1 year, 10 months ago
- cde5354 Implement DelayVariationCalculator for events analysis. by Rasmus Brandt · 1 year, 11 months ago
- 816f5b1 Create VP9Encoder with a VP9 codec object by Florent Castelli · 1 year, 11 months ago
- 5278b39 Add H264Encoder::Create() by Florent Castelli · 1 year, 11 months ago
- f785bd4 Split WebRtcVideoMediaChannel into Send and Receive by Harald Alvestrand · 1 year, 11 months ago
- e641a97 In RtcpReceiver remove redundand way to represent RTCP report blocks by Danil Chapovalov · 1 year, 11 months ago
- 7220ee9 Format the rest by Jared Siskin · 2 years ago
- 2b72d84 stats: fix type of inbound-rtp frames_received by Philipp Hancke · 2 years ago
- 17d7eb4 Do not compile some test targets with chromium by Artem Titov · 2 years ago
- 8a9f3a8 Reland "Remove dependency of video_replay on TestADM." by Artem Titov · 2 years ago
- f9e3bdd Revert "Remove dependency of video_replay on TestADM." by Jeremy Leconte · 2 years ago
- 0171666 Remove dependency of video_replay on TestADM. by Artem Titov · 2 years ago
- eba7cee Extract TestADM into a separate target by Artem Titov · 2 years ago
- 4730201 [DVQA] Add a GetSenderPeerName method. by Jeremy Leconte · 2 years ago
- 37879e9 [WebRTC-SendPacketsOnWorkerThread] Cleanup RtpTransportControllerSend by Per K · 2 years ago
- 239db68 Fix frame_generator_capturer dependencies by Artem Titov · 2 years ago
- d77f221 Move FrameGeneratorCapturerConfig and Create family methods by Artem Titov · 2 years ago
- fb8e3de Use AudioDeviceModule instead of TestAudioDeviceModule. by Artem Titov · 2 years ago
- 61684fc Start splitting frame_generator_capturer to extract Create set of functions by Artem Titov · 2 years ago
- 514829c Remove deprecated CreateVideoSink method. by Jeremy Leconte · 2 years ago
- 82f6350 Remove temporary header by Artem Titov · 2 years ago
- 0ae4d24 [DVQA] Migrate prev_frame_rendered_time to absl::optoinal<Timestamp> by Artem Titov · 2 years ago
- d12582a Move frame_generator_capturer.h|cc to the new target by Artem Titov · 2 years ago
- 1db3209 [DVQA] Use SampleStatsCounter with time between frames instead of SamplesRateCounter by Artem Titov · 2 years ago
- e686b1f Start extraction of frame_generator_capturer.h|cc into separate target by Artem Titov · 2 years ago
- 26f22e0 Use AudioDeviceModule instead of TestAudioDeviceModule where possible by Artem Titov · 2 years ago
- 40a0e31 Remove AudioConfig::Mode. by Jeremy Leconte · 2 years, 1 month ago
- 0b148e9 Revert "Migrate away from builtin video encoder/decoder factories in pc tests" by Mirko Bonadei · 2 years, 1 month ago
- 7d9cf9a Add PeerScenario test RampUpWithUndemuxableRtpPackets by Per K · 2 years, 1 month ago
- 5bb3274 Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. by Åsa Persson · 2 years, 1 month ago
- 8be11b0 Migrate away from builtin video encoder/decoder factories in pc tests by Danil Chapovalov · 2 years, 1 month ago
- 2b742f7 Revert "Unifying the handling of the events in NetEqInput." by Björn Terelius · 2 years, 1 month ago
- d93b7b9 Unifying the handling of the events in NetEqInput. by Jesús de Vicente Peña · 2 years, 1 month ago
- a3f7b54 [DVQA] Don't check if peer exists on Pause/Resume. by Jeremy Leconte · 2 years, 1 month ago
- 6fd5f33d Extend TestVideoTrackSource API by Artem Titov · 2 years, 1 month ago
- 86ad48c Remove files from old targets by Artem Titov · 2 years, 1 month ago
- a077c81 Extract test_video_capturer and test_video_capturer_video_track_source by Artem Titov · 2 years, 1 month ago
- b17957a Use an audio file when AudioConfig::input_file_name is specified. by Jeremy Leconte · 2 years, 1 month ago
- 0ef8462 [DVQA] Increase default storage duration from 3 to 9 seconds by Artem Titov · 2 years, 1 month ago
- 041ecb8 New PeerConnectionFactory::CreateVideoTrack with refcounted source by Harald Alvestrand · 2 years, 1 month ago
- 6a78e93 [PCLF] Introduce test video source and make it more controllable by Artem Titov · 2 years, 1 month ago
- 2148f8e [DVQA] Change API to pause and resume all streams from a sender. by Jeremy Leconte · 2 years, 1 month ago
- 1fabbac Update SctpTransportInternal to use RTCError. by Tommi · 2 years, 1 month ago
- 649c818 [DVQA] Make harmonic fps precomputed by Artem Titov · 2 years, 1 month ago
- 5afb014 [DVQA] Introduce FramesStorage to centralize frames management by Artem Titov · 2 years, 1 month ago
- 6bfc3df Rewrite fuzzer for the ReceiveSideConstestionController by Danil Chapovalov · 2 years, 1 month ago
- ebce84a [DVQA] Add support for DVQA to pause/resume receiving of stream by peer by Artem Titov · 2 years, 1 month ago
- ab456dd Always check out google_benchmark, part 5. by Peter Kasting · 2 years, 1 month ago