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