- 1b761ca Remove simulcast constraints in SimulcastEncoderAdapter by Florent Castelli · 6 years ago
- 805a27e Reland "Refactor WebRtcVideoEngine tests to not use cricket::VideoCapturer, part 2." by Niels Möller · 6 years ago
- a882fb3 Revert "Refactor WebRtcVideoEngine tests to not use cricket::VideoCapturer, part 2." by Niels Moller · 6 years ago
- aa8b94c Refactor WebRtcVideoEngine tests to not use cricket::VideoCapturer, part 2. by Niels Möller · 6 years ago
- 3de32e6 Add test WebRtcVideoChannelTest.DoesNotAdaptWhenScreeensharing by Niels Möller · 6 years ago
- dbdd839 Add ability for VideoEncoder to signal frame rate allocation. by Erik Språng · 6 years ago
- f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
- fb7a6a7 Delete test WebRtcVideoChannelTest.AdaptsOnOveruseAndChangeResolution by Niels Möller · 6 years ago
- 1ba3ddd Remove obsolete video_capture_module dependency. by Yves Gerey · 6 years ago
- 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
- dcc7029 Simplify WebRtcVideoChannelTest.PreviousAdaptationDoesNotApplyToScreenshare by Niels Möller · 6 years ago
- 0acffb5 Expose `jitterBufferEmittedCount` in addition to the existing `jitterBufferDelay` for `getStats()`. by Chen Xing · 6 years ago
- ccc1b57 Poll is_hardware_accelerated from VideoEncoder instead of VideoEncoderFactory. by Mirta Dvornicic · 6 years ago
- 29cbd85 Fix rtc_media_unittests deps (crbug.com/908819 is now fixed). by Mirko Bonadei · 6 years ago
- 45ccd84 Don't set the screenshare flag on FakeVideoCapturerWithTaskQueue by Niels Möller · 6 years ago
- 45340ca Remove legacy video codec factories. by Anders Carlsson · 6 years ago
- d0f0f68 Refactor WebRtcVideoEngine tests to not use cricket::VideoCapturer, part 1. by Niels Möller · 6 years ago
- aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
- 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
- ba50223 Make voiceengine/audio transport stop using voice_detection() interface by Sam Zackrisson · 6 years ago
- 53eae87 Add PeerConnection option to enable RTX handling in the audio jitter buffer. by Jakob Ivarsson · 6 years ago
- 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
- 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
- 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
- fd87da7 Delete WebRtcVideoCapturer and related classes. by Niels Möller · 6 years ago
- 29e13fd Delete rtc::PacketTime (was an alias for int64_t) by Niels Möller · 6 years ago
- 77938e6 Simulcast work to enable RID mux. by Amit Hilbuch · 6 years ago
- 86079a4 Fix potential null pointer dereference. by Yves Gerey · 6 years ago
- 3793bb4 Refactor TestVideoCapturer to support multiple sinks. by Niels Möller · 6 years ago
- f5fc537 Allow H264 simulcast be default by Erik Språng · 6 years ago
- 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
- 41f3a43 Remove CodecInst pt.3 by Fredrik Solenberg · 6 years ago
- 73f2da9 Remove VP8EncoderSimulcastProxy by Florent Castelli · 6 years ago
- f693bfa Remove CodecInst pt.2 by Fredrik Solenberg · 6 years ago
- cca13f6 Remove unused cryptoparams.h header by Steve Anton · 6 years ago
- e1301a8 Revert "Implement read-only codecPayloadType in RtpParameters" by Henrik Grunell · 6 years ago
- 806e06d Implement read-only codecPayloadType in RtpParameters by Florent Castelli · 6 years ago
- 1d8307d Delete VideoCodec::targetBitrate by Niels Möller · 6 years ago
- c57d573 RID parsing for Simulcast support. by Amit Hilbuch · 6 years ago
- 0109295 Mark functions using old factory classes as deprecated. by Anders Carlsson · 6 years ago
- 514f084 New statistic added to VideoReceiveStream to determine latency to first decode. by Benjamin Wright · 6 years ago
- 8b9b5f9 Activate/deactivate VP9 spatial layers. by Sergey Silkin · 6 years ago
- 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
- f73d40f Add visibility for rtc_vp9_profile by Emircan Uysaler · 6 years ago
- cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
- e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
- 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
- d0b69a8 Send and receive color space information if available by Johannes Kron · 6 years ago
- 897a991 Add metadata from VideoEncoderFactory::CodecInfo to VideoEncoder::EncoderInfo by Mirta Dvornicic · 6 years ago
- 72e52ee Make simulcast screenshare default-on by Erik Språng · 6 years ago
- 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
- 10403ae Add PeerConnection option to configure minimum audio jitter buffer delay. by Jakob Ivarsson · 6 years ago
- 352ce5c Expose delayed packet outage as a cumulative metric of samples in the new getStats API. by Jakob Ivarsson · 6 years ago
- e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
- 8af8896 Expose jitter buffer flushes metric in new getStats api. by Ruslan Burakov · 6 years ago
- 5f2ffee Clean up deprecated APM stats by Sam Zackrisson · 6 years ago
- c69a56e Remove more unneeded things from ChannelSend by Fredrik Solenberg · 6 years ago
- 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
- 38332cd Add RTCP and simulcast support for RTCRtpReceiver::getParameters() by Florent Castelli · 6 years ago
- 22b70ff Move VideoCodecType from common_types.h to api/video/video_codec_type.h by Niels Möller · 6 years ago
- 8ef5793 Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. by Mirko Bonadei · 6 years ago
- 6eb8a16 Exposing audio and video engines directly. by Sebastian Jansson · 6 years ago
- fa0aa39 Removes templating from CompositeMediaEngine. by Sebastian Jansson · 6 years ago
- 84848f2 Adds interfaces for audio and video engines. by Sebastian Jansson · 6 years ago
- cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
- dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
- cc55032 Adding shampson to media/OWNERS. by Seth Hampson · 6 years ago
- 8544799 Introduce DLOG to video and voiceengine. by Jonas Olsson · 6 years ago
- 5571812 Adding rtcp report interval into RTCConfiguration. by Jiawei Ou · 6 years ago
- 175aa2e Implement data channels over media transport. by Bjorn Mellem · 6 years ago
- c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
- d3438aa Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
- 75de46a Update SimulcastEncoderAdapter merging of EncoderInfo by Erik Språng · 6 years ago
- b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
- 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
- a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
- c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
- ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
- e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
- 9b5b070 Use EncoderInfo in SimulcastEncoderAdapter by Erik Språng · 6 years ago
- 449afd9 Updated ScopedVideoEncoder to use GetEncoderInfo() by Erik Språng · 6 years ago
- 15ca5a9 Add implicit conversion between rtc:PacketTime and int64_t. by Niels Möller · 6 years ago
- 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
- be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
- 69807e8 Depend directly on destination targets. by Yves Gerey · 6 years ago
- 9190b82 Propagate SDP negotiation of extmap-allow-mixed to RtpHeaderExtensionMap by Johannes Kron · 6 years ago
- 436ebca Fix extra setdscp call introduced by bad merge. by Tim Haloun · 6 years ago
- 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
- 06aa209 Add support to adapt video without preserving aspect ratio by Magnus Jedvert · 6 years ago
- 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
- 327b753 Split out a separate target for VP8EncoderSimulcastProxy by Jonathan Yu · 6 years ago
- 5abd541 Stop exporting simulcast_encoder_adapter.h in :rtc_internal_video_codecs by Jonathan Yu · 6 years ago
- 039743e Reland "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Niels Möller · 6 years ago
- e2fd86a Move encoder metadata into EncoderInfo struct. by Erik Språng · 6 years ago
- d38a2b8 Increase the UDP receive buffer for video by Johannes Kron · 6 years ago
- 6e8e299 Revert "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Oleh Prypin · 6 years ago
- 7e6b528 Removes FakeBaseEngine. by Sebastian Jansson · 6 years ago
- 93922dc Fix flaky unit test in rtc_unittests by Johannes Kron · 6 years ago