1. 8615bf0 Move FrameBuffer3 to api/ by philipel · 2 years, 10 months ago
  2. 44be579 Make all VideoReceiveStream2Test use simulated time by Evan Shrubsole · 2 years, 10 months ago
  3. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 11 months ago
  4. 0011274 rename functions to be moved to libyuv by Sergio Garcia Murillo · 3 years ago
  5. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 3 years ago
  6. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years ago
  7. e10a9f6 Remove //rtc_base:safe_conversions from public deps by Florent Castelli · 3 years ago
  8. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 3 years ago
  9. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  10. e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years ago
  11. b63536f add h264 422 decoding by Sergio Garcia Murillo · 3 years ago
  12. e02f9ee WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 10/inf by Jonas Oreland · 3 years ago
  13. e9126c1 Migrate VCMInterFrameDelay to use Time units by Evan Shrubsole · 3 years ago
  14. d6cdf80 Use Timestamp and TimeDelta in VCMTiming by Evan Shrubsole · 3 years ago
  15. 9af4aa7 Reland "Represent RtpPacketToSend::capture_time with Timestamp" by Danil Chapovalov · 3 years ago
  16. 56db8d0 Revert "Represent RtpPacketToSend::capture_time with Timestamp" by Tomas Gunnarsson · 3 years, 1 month ago
  17. 385eb97 Represent RtpPacketToSend::capture_time with Timestamp by Danil Chapovalov · 3 years, 1 month ago
  18. ffdc680 Reland: Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 1 month ago
  19. 3f42fdf Revert "Added support for H264 YUV444 (I444) decoding." by Henrik Boström · 3 years, 1 month ago
  20. 7abf45f LSC: Apply clang-tidy's modernize-use-bool-literals by Anton Bikineev · 3 years, 2 months ago
  21. e1cd3ad Switch encoder on init failure by Sergey Silkin · 3 years, 2 months ago
  22. ac0d183 Prepare for deleting implicit conversion from raw pointer to scoped_refptr. by Niels Möller · 3 years, 2 months ago
  23. 02d359e Fix line-end convention in new i444 source files. by Niels Möller · 3 years, 2 months ago
  24. 3babb8a Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 2 months ago
  25. 961f382 Update api/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 2 months ago
  26. 2e0f4f0 ZeroHertzAdapterMode: handle key frame requests. by Markus Handell · 3 years, 3 months ago
  27. 8d87c46 ZeroHertzAdapterMode: slow down repeats on quality convergence. by Markus Handell · 3 years, 3 months ago
  28. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
  29. b4e96d4 VideoStreamEncoder: Introduce frame cadence adapter. by Markus Handell · 3 years, 4 months ago
  30. 711a4f7 Remove unused IXXXBuffer::PasteFrom by Ilya Nikolaevskiy · 3 years, 5 months ago
  31. 6aa61a3 Return first and last RTP packet sequence number for completed frames. by philipel · 3 years, 5 months ago
  32. ff70925 Check (correctly) if packet is a padding packet based on payload size rather than the (incorrect) parsed payload size. by philipel · 3 years, 5 months ago
  33. 54f3773 Revert "Added support for H264 YUV444 (I444) decoding." by Ilya Nikolaevskiy · 3 years, 5 months ago
  34. 7d8ed34 Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 5 months ago
  35. 6fa9e68 Route min/max FPS constraints to VideoStreamEncoder. by Markus Handell · 3 years, 5 months ago
  36. f7a7698 Mark toI420 as Nullable by Fabian Bergmark · 3 years, 6 months ago
  37. 10dc1a6 New H264PacketBuffer consolidating a bunch of H264 specific hacks into one class. by philipel · 3 years, 6 months ago
  38. ecc46ef Introduce new api to initialize VideoDecoder by Danil Chapovalov · 3 years, 7 months ago
  39. 0e61fdd Use backticks not vertical bars to denote variables in comments for /api by Artem Titov · 3 years, 8 months ago
  40. f740c25 Use the underlying type of Java Video Buffer on Java -> C++ Frame Buffer by Byoungchan Lee · 3 years, 8 months ago
  41. 9fc2663 Hide VideoCodecType from Android SDK by Byoungchan Lee · 3 years, 8 months ago
  42. e9a74c9 Public RtpVideoFrameAssembler by philipel · 3 years, 9 months ago
  43. d354ced Mark VideoSendTiming flags as invalid by default. by philipel · 3 years, 9 months ago
  44. 58126f9 Update the only 3 remaining kFilterBilinear to kFilterBox. by Henrik Boström · 3 years, 9 months ago
  45. c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 11 months ago
  46. 588f9b3 VideoReceiveStream2: AV1 encoded sink support. by Markus Handell · 4 years ago
  47. b258c56 Send and Receive VideoFrameTrackingid RTP header extension. by Jeremy Leconte · 4 years ago
  48. 02b1321 Clean up video_coding namespace snipets. by philipel · 4 years ago
  49. ca18809 Move RtpFrameObject and EncodedFrame out of video_coding namespace. by philipel · 4 years ago
  50. f412976 Provide a default implementation of NV12BufferInterface::CropAndScale. by Henrik Boström · 4 years ago
  51. 0a104c4 Delete obsolete method EncodedImage::Retain() by Niels Möller · 4 years ago
  52. 490c150 Delete unowned buffer in EncodedImage. by Niels Möller · 4 years ago
  53. 1124ed1 Communicate encoder resolutions via rtc::VideoSinkWants. by Henrik Boström · 4 years, 1 month ago
  54. e904161 Replace RTC_DEPRECATED with ABSL_DEPRECATED by Danil Chapovalov · 4 years, 1 month ago
  55. d6c81db Replace VideoLayerFrameId with int64_t. by philipel · 4 years, 1 month ago
  56. 9aa9b8d Prepare to replace VideoLayerFrameId with int64_t. by philipel · 4 years, 1 month ago
  57. f109193 Remove VideoLayerFrameId::spatial_layer, use EncodedImage::SpatialIndex instead. by philipel · 4 years, 1 month ago
  58. 54ea85c video frame: fix grammar by Philipp Hancke · 4 years, 1 month ago
  59. b03b6c8 Move setting of encoder bitrate allocation callback type to VideoSendStream by Per Kjellander · 4 years, 2 months ago
  60. 370e6009 Remove EncodedFrame::inter_layer_predicted. by philipel · 4 years, 3 months ago
  61. cb327d9 Remove use of inter_layer_predicted in FrameBuffer2. by philipel · 4 years, 3 months ago
  62. 9c99b79 Use SvcRateAllocator for av1 by Danil Chapovalov · 4 years, 4 months ago
  63. c780f25 Remove remaining variables related to incomplete frames. by philipel · 4 years, 4 months ago
  64. 1b0d543 Removed _completeFrame since we never allow incomplete frames. by philipel · 4 years, 5 months ago
  65. 111e981 Signaling for low-latency renderer algorithm by Johannes Kron · 4 years, 5 months ago
  66. a943484 VideoStreamEncoder report VideoLayersAllocation for simulcast by Per Kjellander · 4 years, 5 months ago
  67. 113326b Reland "Remove deprecated video_frame_i420 build target" by Ilya Nikolaevskiy · 4 years, 5 months ago
  68. 91dddf3 Revert "Remove deprecated video_frame_i420 build target" by Ilya Nikolaevskiy · 4 years, 5 months ago
  69. 33bd4fb Remove deprecated video_frame_i420 build target by Ilya Nikolaevskiy · 4 years, 5 months ago
  70. 38e9b06 Reland "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 5 months ago
  71. 441dbf9 Revert "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 5 months ago
  72. b556b08 Allow encoders to receive preferred pixel formats from native buffers by Evan Shrubsole · 4 years, 5 months ago
  73. c79f1d8 Add scaling interface to VideoFrameBuffer by Ilya Nikolaevskiy · 4 years, 5 months ago
  74. 0d1b044 RTC_EXPORT NV12BufferInterface by Evan Shrubsole · 4 years, 5 months ago
  75. dcef641 Stop using VideoBitrateAllocationObserver in VideoStreamEncoder. by Per Kjellander · 4 years, 5 months ago
  76. 6556ed2 Add experimental extension RtpVideoLayersAllocation by Per Kjellander · 4 years, 5 months ago
  77. 85ddb23 Set processing time according to the decode time if provided by the decoder. by philipel · 4 years, 5 months ago
  78. 08ae7ce Reland "Delete the non-const version of the EncodedImage::data() method." by Niels Möller · 4 years, 6 months ago
  79. 55c1786 Add support for NV12 frame generation for tests by Evan Shrubsole · 4 years, 6 months ago
  80. 111de341 Revert "Delete the non-const version of the EncodedImage::data() method." by Marina Ciocea · 4 years, 6 months ago
  81. f2969fa Delete the non-const version of the EncodedImage::data() method. by Niels Möller · 4 years, 6 months ago
  82. d60e32a Demote method EncodedImage::capacity() to private. by Niels Möller · 4 years, 6 months ago
  83. 12f465c Deprecate the raw-pointer constructor of EncodedImage. by Niels Möller · 4 years, 6 months ago
  84. 4c87d83 Extend I420 frame buffer pool to also create NV12 buffers by Ilya Nikolaevskiy · 4 years, 6 months ago
  85. a028a1a Removed old OnDecodedFrame callback. by philipel · 4 years, 6 months ago
  86. 3dc4780 Added VideoContentType to OnDecodedFrame callback. by philipel · 4 years, 6 months ago
  87. 8499543 Add NV12 video buffer type by Evan Shrubsole · 4 years, 6 months ago
  88. d381eed Rename PlayoutDelay --> VideoPlayoutDelay, move to api/video/video_timing.h by Niels Möller · 4 years, 6 months ago
  89. cccd550 Delete unneeded dependencies on deprecated build target webrtc_common by Niels Möller · 4 years, 7 months ago
  90. d351101 Reland "Only enable conference mode simulcast allocations with flag enabled" by Florent Castelli · 4 years, 7 months ago
  91. 834dc9c Revert "Only enable conference mode simulcast allocations with flag enabled" by Florent Castelli · 4 years, 7 months ago
  92. 32ca951 Only enable conference mode simulcast allocations with flag enabled by Florent Castelli · 4 years, 7 months ago
  93. 24a53a0 Fix division by zero in I420Buffer::CropAndScaleFrom by Dan Minor · 4 years, 8 months ago
  94. e6542f2 Removed unused include from encoded_image.h. by philipel · 4 years, 8 months ago
  95. 9465978 Remove framemarking RTP extension. by philipel · 4 years, 9 months ago
  96. f4a9991 [Adaptation] Adding adaptation resources from Call. by Henrik Boström · 4 years, 9 months ago
  97. bf3f658 Adding brandtr as api/video owner by Magnus Flodman · 4 years, 9 months ago
  98. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 9 months ago
  99. f0eef12 [Adaptation] Add more ResourceAdaptationProcessor logging. by Henrik Boström · 4 years, 10 months ago
  100. 8de900c Reland "Make TransformableVideoFrameInterface::GetMetadata pure virtual." by Marina Ciocea · 4 years, 10 months ago