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