webrtc/api/video
Jeremy Leconte 16fb7903e5 Revert "Provide Environment to construct VideoBitrateAllocator"
This reverts commit 4bf4e1753c.

Reason for revert: break upstream 

Original change's description:
> Provide Environment to construct VideoBitrateAllocator
>
> To allow various VideoBitrateAllocators to use propagated rather than global field trials
>
> Bug: webrtc:42220378
> Change-Id: I52816628169a54b18a4405d84fee69b101f92f72
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/349920
> Reviewed-by: Erik Språng <sprang@webrtc.org>
> Reviewed-by: Philip Eliasson <philipel@webrtc.org>
> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
> Cr-Commit-Position: refs/heads/main@{#42288}

Bug: webrtc:42220378
Change-Id: I7d47eb635c2d312d97a870c2a8eca0b23d2f86a0
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/350307
Owners-Override: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#42290}
2024-05-13 13:32:28 +00:00
..
test Added AsString() function for color space for easier debugging 2023-10-10 09:08:28 +00:00
BUILD.gn Revert "Provide Environment to construct VideoBitrateAllocator" 2024-05-13 13:32:28 +00:00
builtin_video_bitrate_allocator_factory.cc Revert "Provide Environment to construct VideoBitrateAllocator" 2024-05-13 13:32:28 +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 Added AsString() function for color space for easier debugging 2023-10-10 09:08:28 +00:00
color_space.h Added AsString() function for color space for easier debugging 2023-10-10 09:08:28 +00:00
DEPS Remove VCMEncodedFrame from webrtc::EncodedFrame inheritance 2023-08-28 11:46:48 +00:00
encoded_frame.cc Remove VCMEncodedFrame from webrtc::EncodedFrame inheritance 2023-08-28 11:46:48 +00:00
encoded_frame.h Remove EncodedFrame::MissingFrame and start removing Decode() param 2023-08-30 10:38:35 +00:00
encoded_image.cc Replace a memcpy with std::copy_n 2024-04-03 12:45:57 +00:00
encoded_image.h Delete deprecated Timestamp accessor and setter in EncodedImage 2023-10-13 10:22:28 +00:00
frame_buffer.cc Rename EncodedImage property Timetamp to RtpTimestamp 2023-09-24 20:06:48 +00:00
frame_buffer.h FrameBuffer::InsertFrame returns true on successful insertion 2022-06-15 10:56:48 +00:00
frame_buffer_unittest.cc FrameBuffer::InsertFrame returns true on successful insertion 2022-06-15 10:56:48 +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 Use libyuv rotate methods 2023-01-10 15:26:37 +00:00
i010_buffer.h Remove unused IXXXBuffer::PasteFrom 2021-10-26 11:55:31 +00:00
i210_buffer.cc Use libyuv rotate methods 2023-01-10 15:26:37 +00:00
i210_buffer.h Add 420 and 422 10 bit h264 decoding. 2022-06-17 11:12:10 +00:00
i410_buffer.cc Add 444 10 bits support for H264 and VP9 2023-01-17 12:32:26 +00:00
i410_buffer.h Add 444 10 bits support for H264 and VP9 2023-01-17 12:32:26 +00:00
i420_buffer.cc Add rtc::make_ref_counted to api/ 2022-06-13 15:53:27 +00:00
i420_buffer.h Update old TODO comments 2022-07-05 09:59:33 +00:00
i422_buffer.cc Use libyuv rotate methods 2023-01-10 15:26:37 +00:00
i422_buffer.h Update old TODO comments 2022-07-05 09:59:33 +00:00
i444_buffer.cc Add rtc::make_ref_counted to api/ 2022-06-13 15:53:27 +00:00
i444_buffer.h Update old TODO comments 2022-07-05 09:59:33 +00:00
nv12_buffer.cc Add rtc::make_ref_counted to api/ 2022-06-13 15:53:27 +00:00
nv12_buffer.h Update old TODO comments 2022-07-05 09:59:33 +00:00
OWNERS Revise video owners 2022-09-30 08:44:30 +00:00
recordable_encoded_frame.h Reland "RtpEncodingParameters::request_resolution patch 1" 2022-09-23 11:48:19 +00:00
render_resolution.h Reland "RtpEncodingParameters::request_resolution patch 1" 2022-09-23 11:48:19 +00:00
resolution.h Helper API for codec factories to calculate supported H.265 levels. 2024-04-16 09:23:58 +00:00
rtp_video_frame_assembler.cc Add codec name H265 to support H265 in WebRTC 2023-09-20 09:25:32 +00:00
rtp_video_frame_assembler.h Add codec name H265 to support H265 in WebRTC 2023-09-20 09:25:32 +00:00
rtp_video_frame_assembler_unittests.cc Add codec name H265 to support H265 in WebRTC 2023-09-20 09:25:32 +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 Use backticks not vertical bars to denote variables in comments for /api 2021-07-26 18:27:34 +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_bitrate_allocator_factory.h Revert "Provide Environment to construct VideoBitrateAllocator" 2024-05-13 13:32:28 +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 Remove multiplex codec. 2024-02-26 11:26:04 +00:00
video_content_type.cc Remove extra usage of video-content-type header extension 2023-07-22 21:47:08 +00:00
video_content_type.h Remove extra usage of video-content-type header extension 2023-07-22 21:47:08 +00:00
video_frame.cc Deprecate VideoFrame::timestamp() and set_timestamp 2024-03-13 11:08:37 +00:00
video_frame.h Deprecate VideoFrame::timestamp() and set_timestamp 2024-03-13 11:08:37 +00:00
video_frame_buffer.cc Add VideoFrameBuffer::storage_presentation. 2024-04-23 16:24:37 +00:00
video_frame_buffer.h VideoFrameBuffer: remove TODO. 2024-05-03 10:39:37 +00:00
video_frame_metadata.cc Reland "operator== for VideoFrameMetadata + used in CloneSenderVideoFrame test" 2023-02-28 15:44:21 +00:00
video_frame_metadata.h Reland "operator== for VideoFrameMetadata + used in CloneSenderVideoFrame test" 2023-02-28 15:44:21 +00:00
video_frame_metadata_unittest.cc Reland "operator== for VideoFrameMetadata + used in CloneSenderVideoFrame test" 2023-02-28 15:44:21 +00:00
video_frame_type.h Use common VideoFrameTypeToString helper 2023-07-12 00:28:47 +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 Route min/max FPS constraints to VideoStreamEncoder. 2021-10-14 06:49:05 +00:00
video_source_interface.cc Move VideoStreamEncoderInterface to api/. 2018-05-21 19:50:37 +00:00
video_source_interface.h RequestedResolution - Bug fix 2023-05-22 13:58:50 +00:00
video_stream_encoder_settings.h Switch encoder on init failure 2022-01-21 12:05:17 +00:00
video_timing.cc In VideoPlayoutDelay delete access to integer representation of min/max values 2023-08-23 16:14:26 +00:00
video_timing.h In VideoPlayoutDelay delete access to integer representation of min/max values 2023-08-23 16:14:26 +00:00