- 187a436 Remove more sstream deps by Tommi · 8 months ago
- 55c3600 Remove <ostream> dependencies by Tommi · 8 months ago
- 8d079be Keep Environment instead of test field trials in FakeCall test object by Danil Chapovalov · 11 months ago
- 2f3b75d Reset prev_unwrapped_timestamp_ in TimestampExtrapolator::Reset by philipel · 1 year ago
- 0fa9088 Deprecate VideoFrame::timestamp() and set_timestamp by Per K · 1 year ago
- bbff58d Introduce "well-known" SdpVideoFormat codecs by Philipp Hancke · 1 year ago
- 0817380 Pass Environment when creating VideoDecoder in VideoReceiveStream2 by Danil Chapovalov · 1 year, 2 months ago
- 2233349 Propagate Environment into VideoReceiveStream2 by Danil Chapovalov · 1 year, 3 months ago
- 55b593f Remove EncodedFrame::MissingFrame and start removing Decode() param by Tony Herre · 1 year, 7 months ago
- f535971 In RtpSource represent time with Timestamp type instead of int64_t by Danil Chapovalov · 1 year, 7 months ago
- 7084e1b In VideoPlayoutDelay delete access to integer representation of min/max values by Danil Chapovalov · 1 year, 7 months ago
- c146b5f Represent unset VideoPlayoutDelay with nullopt rather than special value by Danil Chapovalov · 1 year, 7 months ago
- be400e4 Metronome: disable & refactor for single-threaded operation. by Markus Handell · 2 years, 4 months ago
- 09da10e Add powerEfficientDecoder and powerEfficientEncoder stats by Evan Shrubsole · 2 years, 5 months ago
- bb591c4 Change the default setting for PreStreamDecoders/LazyDecoderCreation by Johannes Kron · 2 years, 6 months ago
- 0deda15 Reland "RtpEncodingParameters::request_resolution patch 1" by Jonas Oreland · 2 years, 6 months ago
- b625101 Revert "RtpEncodingParameters::request_resolution patch 1" by Björn Terelius · 2 years, 6 months ago
- ef7359e RtpEncodingParameters::request_resolution patch 1 by Jonas Oreland · 2 years, 6 months ago
- a006ba1 Remove WebRTC-FrameBuffer3 field trial by Evan Shrubsole · 2 years, 6 months ago
- 7aaeb5a Create pre-allocated decoders on the decoder thread. by Erik Språng · 2 years, 7 months ago
- 7cbd8de Prefer use of time controller main thread to run loop by Evan Shrubsole · 2 years, 7 months ago
- e04d0fa Fix Event Log For Video Receiver by Brett Hebert · 2 years, 7 months ago
- 27b35a7 Remove KeyFrameRequestSender argument from RtpVideoStreamReceiver2. by philipel · 2 years, 8 months ago
- 4d3ba77 Cap FrameBuffer3 max wait based on remaining timeout by Evan Shrubsole · 2 years, 9 months ago
- bbf639e Add low-latency stream signaling to VideoFrame and VCMTiming by Johannes Kron · 2 years, 9 months ago
- dcb9c5d Update timestamp extrapolator for all frames that could be decodable. by Evan Shrubsole · 2 years, 9 months ago
- f6f4543 Rename VideoReceiveStream to VideoReceiveStreamInterface by Tommi · 2 years, 10 months ago
- a406272 Migrate critical tests from FrameBufferProxy to VideoReceiveStream2Test by Evan Shrubsole · 2 years, 10 months ago
- 44be579 Make all VideoReceiveStream2Test use simulated time by Evan Shrubsole · 2 years, 10 months ago
- 14ee803 Combine VideoReceiveStream2TestWithFakeDecoder into the main test suite by Evan Shrubsole · 2 years, 11 months ago
- 1c18477 Merge VideoReceiveStream2TestWithLazyDecoderCreation into main suite. by Evan Shrubsole · 2 years, 11 months ago
- d425f50 Switch VideoReceiveStream2 internals to Time units by Evan Shrubsole · 2 years, 11 months ago
- a0ee64c Add test::FakeEncodedFrame for testing by Evan Shrubsole · 2 years, 11 months ago
- e02f9ee WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 10/inf by Jonas Oreland · 3 years ago
- 8f1159b [cleanup] Remove VCMTiming::get_min/max_playout_delay by Evan Shrubsole · 3 years ago
- 6dbc172 [cleanup] Prefer VCMTiming unique_ptr in VideoReceiveStream2 c'tor by Evan Shrubsole · 3 years ago
- 8ca0613 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 4/inf by Jonas Oreland · 3 years ago
- d6cdf80 Use Timestamp and TimeDelta in VCMTiming by Evan Shrubsole · 3 years ago
- bad789d Fix FrameBuffer3 trial video_receive_stream2 tests by Evan Shrubsole · 3 years, 1 month ago
- 5723d85 Integrate sync decoding in video_receive_stream by Evan Shrubsole · 3 years, 1 month ago
- 9a99905 Implement FrameBuffer3Proxy by Evan Shrubsole · 3 years, 1 month ago
- 679f1cb Move tests of legacy video code to its own target. by Niels Möller · 3 years, 3 months ago
- d08930d Migrate test VideoDecoders to new VideoDecoder::Configure by Danil Chapovalov · 3 years, 7 months ago
- 9cd4d49 Remove duplicated implementations of Mock classes by Danil Chapovalov · 3 years, 7 months ago
- ab30d72 Use backticks not vertical bars to denote variables in comments for /video by Artem Titov · 3 years, 8 months ago
- 0e62f7a NackModule2: coalesce repeating tasks. by Markus Handell · 3 years, 8 months ago
- eb61b7f ModuleRtcRtcpImpl2: remove Module inheritance. by Markus Handell · 3 years, 9 months ago
- 9e2b315 Minor code cleanup of WebRtcVideoReceiveStream. by Tommi · 3 years, 9 months ago
- 90738dd Split VideoReceiveStream2 init into worker / network steps. by Tommi · 3 years, 10 months ago
- f7de74c Use Timestamp to represent packet receive timestamps by Johannes Kron · 3 years, 10 months ago
- 588f9b3 VideoReceiveStream2: AV1 encoded sink support. by Markus Handell · 4 years ago
- 006206d rtx-time implementation by Philipp Hancke · 4 years ago
- ca18809 Move RtpFrameObject and EncodedFrame out of video_coding namespace. by philipel · 4 years ago
- 16359f6 Delay creation of decoders until they are needed by Johannes Kron · 4 years, 1 month ago
- 9aa9b8d Prepare to replace VideoLayerFrameId with int64_t. by philipel · 4 years, 1 month ago
- 111e981 Signaling for low-latency renderer algorithm by Johannes Kron · 4 years, 5 months ago
- d381eed Rename PlayoutDelay --> VideoPlayoutDelay, move to api/video/video_timing.h by Niels Möller · 4 years, 6 months ago
- 2b068ce Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." by Philip Eliasson · 4 years, 7 months ago
- a4f23ad Revert "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." by Philip Eliasson · 4 years, 7 months ago
- acb9d83 Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory. by philipel · 4 years, 7 months ago
- 668b053 Removed unused MockVideoDecoder from VideoReceiveStream tests. by philipel · 4 years, 8 months ago
- 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 8 months ago
- ae4d097 Fork VideoReceiveStream test for VideoReceiveStream2 by Tommi · 4 years, 10 months ago