webrtc/api/video
philipel ca18809ee5 Move RtpFrameObject and EncodedFrame out of video_coding namespace.
Bug: webrtc:12579
Change-Id: Ib7ecd624eb5c54abb77fe08440a014aa1e963865
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212860
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33542}
2021-03-23 14:22:47 +00:00
..
test Provide a default implementation of NV12BufferInterface::CropAndScale. 2021-03-22 11:09:36 +00:00
BUILD.gn Provide a default implementation of NV12BufferInterface::CropAndScale. 2021-03-22 11:09:36 +00:00
builtin_video_bitrate_allocator_factory.cc Use SvcRateAllocator for av1 2020-11-06 10:23:17 +00:00
builtin_video_bitrate_allocator_factory.h Reland "Use the factory instead of using the builtin code path in VideoCodecInitializer" 2018-11-08 19:10:47 +00:00
color_space.cc Add chroma siting to ColorSpace 2018-12-10 11:19:35 +00:00
color_space.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
DEPS Add NV12 video buffer type 2020-09-09 15:26:02 +00:00
encoded_frame.cc Move RtpFrameObject and EncodedFrame out of video_coding namespace. 2021-03-23 14:22:47 +00:00
encoded_frame.h Move RtpFrameObject and EncodedFrame out of video_coding namespace. 2021-03-23 14:22:47 +00:00
encoded_image.cc Delete unowned buffer in EncodedImage. 2021-03-19 14:12:28 +00:00
encoded_image.h Delete obsolete method EncodedImage::Retain() 2021-03-22 10:30:13 +00:00
hdr_metadata.cc Pass HdrMetadata between VideoFrame and EncodedImage for VP9 2018-11-09 13:33:37 +00:00
hdr_metadata.h Reorder methods and members of HdrMetadata 2018-12-13 14:00:39 +00:00
i010_buffer.cc Reland "Partial frame capture API part 1" 2019-01-31 13:03:31 +00:00
i010_buffer.h Format almost everything. 2019-07-08 13:45:15 +00:00
i420_buffer.cc Fix division by zero in I420Buffer::CropAndScaleFrom 2020-07-28 13:17:24 +00:00
i420_buffer.h Format almost everything. 2019-07-08 13:45:15 +00:00
nv12_buffer.cc Reland "Add scaling interface to VideoFrameBuffer" 2020-10-09 08:30:50 +00:00
nv12_buffer.h Reland "Add scaling interface to VideoFrameBuffer" 2020-10-09 08:30:50 +00:00
OWNERS Adding brandtr as api/video owner 2020-06-09 08:30:19 +00:00
recordable_encoded_frame.h MediaStreamInterface: introduce encoded sinks. 2019-11-21 12:03:35 +00:00
video_adaptation_counters.cc [Adaptation] Add more ResourceAdaptationProcessor logging. 2020-05-28 15:06:46 +00:00
video_adaptation_counters.h [Adaptation] Add more ResourceAdaptationProcessor logging. 2020-05-28 15:06:46 +00:00
video_adaptation_reason.h Unify AdaptationReason and AdaptReason enums. 2020-04-16 13:33:49 +00:00
video_bitrate_allocation.cc Count disabled due to low bw streams or layers as bw limited quality in GetStats 2019-10-09 16:58:34 +00:00
video_bitrate_allocation.h Count disabled due to low bw streams or layers as bw limited quality in GetStats 2019-10-09 16:58:34 +00:00
video_bitrate_allocator_factory.h Format almost everything. 2019-07-08 13:45:15 +00:00
video_bitrate_allocator.cc Reland "Only enable conference mode simulcast allocations with flag enabled" 2020-08-04 10:30:08 +00:00
video_bitrate_allocator.h Reland "Only enable conference mode simulcast allocations with flag enabled" 2020-08-04 10:30:08 +00:00
video_codec_constants.h Allow encoders to receive preferred pixel formats from native buffers 2020-10-08 13:47:50 +00:00
video_codec_type.h Automate conversion from c++ VideoCodeType to java VideoCodecType 2020-03-11 08:02:36 +00:00
video_content_type.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
video_content_type.h Reland "[cleanup] Remove useless includes." 2018-10-08 07:44:19 +00:00
video_frame_buffer.cc Provide a default implementation of NV12BufferInterface::CropAndScale. 2021-03-22 11:09:36 +00:00
video_frame_buffer.h Provide a default implementation of NV12BufferInterface::CropAndScale. 2021-03-22 11:09:36 +00:00
video_frame_metadata_unittest.cc Add GetMetadata() to TransformableVideoFrameInterface API. 2020-05-14 19:26:55 +00:00
video_frame_metadata.cc Add GetMetadata() to TransformableVideoFrameInterface API. 2020-05-14 19:26:55 +00:00
video_frame_metadata.h Reland "Make TransformableVideoFrameInterface::GetMetadata pure virtual." 2020-05-18 17:53:38 +00:00
video_frame_type.h Make VideoFrameType an enum class, and move to separate file and target 2019-03-22 12:44:51 +00:00
video_frame.cc Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect 2019-12-02 17:11:37 +00:00
video_frame.h video frame: fix grammar 2021-02-08 14:03:34 +00:00
video_layers_allocation.h Add experimental extension RtpVideoLayersAllocation 2020-10-05 13:38:13 +00:00
video_rotation.h
video_sink_interface.h Don't use angle-bracket #includes for WebRTC's own files 2019-06-26 16:06:52 +00:00
video_source_interface.cc Move VideoStreamEncoderInterface to api/. 2018-05-21 19:50:37 +00:00
video_source_interface.h Communicate encoder resolutions via rtc::VideoSinkWants. 2021-02-25 11:10:55 +00:00
video_stream_decoder_create_unittest.cc Prepare to replace VideoLayerFrameId with int64_t. 2021-02-15 14:42:02 +00:00
video_stream_decoder_create.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
video_stream_decoder_create.h Fix and test CreateVideoStreamDecoder 2019-04-09 07:57:18 +00:00
video_stream_decoder.h Move RtpFrameObject and EncodedFrame out of video_coding namespace. 2021-03-23 14:22:47 +00:00
video_stream_encoder_interface.h VideoStreamEncoder report VideoLayersAllocation for simulcast 2020-10-15 17:39:06 +00:00
video_stream_encoder_observer.h Unify AdaptationReason and AdaptReason enums. 2020-04-16 13:33:49 +00:00
video_stream_encoder_settings.h Move setting of encoder bitrate allocation callback type to VideoSendStream 2021-01-07 09:29:05 +00:00
video_timing.cc Replace fatal error with error log 2019-03-01 07:02:42 +00:00
video_timing.h Rename PlayoutDelay --> VideoPlayoutDelay, move to api/video/video_timing.h 2020-09-07 08:37:14 +00:00