webrtc/video
Mirko Bonadei e0d455b409 Remove runtime_enabled_feature.
This features is not needed anymore, with this CL it is also possible
to address two issues:
- The need to pick a default implementation.
- The need to use -Wno-global-constructors.

Bug: webrtc:9631, webrtc:9693
Change-Id: Id3daf34179fbc8db26969fc701ccbfa7182c6a9b
Reviewed-on: https://webrtc-review.googlesource.com/102543
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24904}
2018-10-01 07:03:25 +00:00
..
end_to_end_tests Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." 2018-09-28 08:48:02 +00:00
test New api function CreateVideoStreamEncoder. 2018-07-24 09:14:26 +00:00
BUILD.gn Remove runtime_enabled_feature. 2018-10-01 07:03:25 +00:00
call_stats_unittest.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
call_stats.cc Reduce locking for CallStats (preparation for TaskQueue). 2018-03-28 13:24:07 +00:00
call_stats.h Refactoring PayloadRouter. 2018-07-17 14:46:15 +00:00
DEPS Adds support for real audio devices in video_quality_test. 2018-08-28 09:00:45 +00:00
encoder_rtcp_feedback_unittest.cc Adds unit tests for VideoSendStreamImpl. 2018-04-20 13:12:13 +00:00
encoder_rtcp_feedback.cc Don't throttle key-frame requests per layer. 2018-09-24 10:40:48 +00:00
encoder_rtcp_feedback.h Don't throttle key-frame requests per layer. 2018-09-24 10:40:48 +00:00
full_stack_tests_plot.py Fixing py lint errors 2018-07-23 15:28:48 +00:00
full_stack_tests.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
overuse_frame_detector_unittest.cc In (new) estimator of encoder cpu load, count max per input frame. 2018-08-15 15:16:47 +00:00
overuse_frame_detector.cc In (new) estimator of encoder cpu load, count max per input frame. 2018-08-15 15:16:47 +00:00
overuse_frame_detector.h New api function CreateVideoStreamEncoder. 2018-07-24 09:14:26 +00:00
OWNERS Make ilnik@ owner in video/ and modules/video_coding/ 2018-09-11 12:39:39 +00:00
picture_id_tests.cc Reland "Remove RTPVideoHeader::vp8() accessors." 2018-09-07 13:04:07 +00:00
quality_scaling_tests.cc Reland "Add initial support for RtpEncodingParameters max_framerate." 2018-09-13 10:06:33 +00:00
quality_threshold_unittest.cc
quality_threshold.cc Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
quality_threshold.h Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
receive_statistics_proxy_unittest.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
receive_statistics_proxy.cc Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
receive_statistics_proxy.h Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
replay.cc Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." 2018-09-28 08:48:02 +00:00
report_block_stats_unittest.cc Makes treatment of received reports of packets lost signed. 2018-08-15 14:27:23 +00:00
report_block_stats.cc Makes treatment of received reports of packets lost signed. 2018-08-15 14:27:23 +00:00
report_block_stats.h Refactoring PayloadRouter. 2018-07-17 14:46:15 +00:00
rtp_streams_synchronizer.cc Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
rtp_streams_synchronizer.h Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
rtp_video_stream_receiver_unittest.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
rtp_video_stream_receiver.cc Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 2018-09-28 12:00:28 +00:00
rtp_video_stream_receiver.h Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 2018-09-28 12:00:28 +00:00
screenshare_loopback.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
send_delay_stats_unittest.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
send_delay_stats.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
send_delay_stats.h Refactoring PayloadRouter. 2018-07-17 14:46:15 +00:00
send_statistics_proxy_unittest.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
send_statistics_proxy.cc Make the rtp timestamp member of EncodedImage private 2018-09-12 13:44:36 +00:00
send_statistics_proxy.h Reland "Add spatial index to EncodedImage." 2018-08-31 07:35:52 +00:00
stats_counter_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stats_counter.cc Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
stats_counter.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
stream_synchronization_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stream_synchronization.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stream_synchronization.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
sv_loopback.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
transport_adapter.cc Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
transport_adapter.h Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
video_analyzer.cc Reland "Remove RTPVideoHeader::vp8() accessors." 2018-09-07 13:04:07 +00:00
video_analyzer.h Renames test::VideoCapturer to TestVideoCapturer. 2018-08-20 12:25:47 +00:00
video_loopback.cc Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
video_quality_observer.cc Replace rtc::Optional with absl::optional in audio, call and video 2018-06-15 12:09:49 +00:00
video_quality_observer.h Replace rtc::Optional with absl::optional in audio, call and video 2018-06-15 12:09:49 +00:00
video_quality_test.cc Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." 2018-09-28 08:48:02 +00:00
video_quality_test.h Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." 2018-09-28 08:48:02 +00:00
video_receive_stream_unittest.cc Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." 2018-09-28 08:48:02 +00:00
video_receive_stream.cc Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." 2018-09-28 08:48:02 +00:00
video_receive_stream.h Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." 2018-09-28 08:48:02 +00:00
video_send_stream_impl_unittest.cc Add ability to throttle VideoBitrateAllocation updates. 2018-09-17 10:01:27 +00:00
video_send_stream_impl.cc Add ability to throttle VideoBitrateAllocation updates. 2018-09-17 10:01:27 +00:00
video_send_stream_impl.h Add ability to throttle VideoBitrateAllocation updates. 2018-09-17 10:01:27 +00:00
video_send_stream_tests.cc Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." 2018-09-28 08:48:02 +00:00
video_send_stream.cc Delete VideoSendStream::EnableEncodedFrameRecording. 2018-09-03 13:06:32 +00:00
video_send_stream.h Delete VideoSendStream::EnableEncodedFrameRecording. 2018-09-03 13:06:32 +00:00
video_stream_decoder_impl.cc Cleanup modules_common_types 2018-09-18 08:08:33 +00:00
video_stream_decoder_impl.h Replace rtc::Optional with absl::optional in audio, call and video 2018-06-15 12:09:49 +00:00
video_stream_decoder.cc Rename PayloadRouter to RtpVideoSender. 2018-07-19 08:50:50 +00:00
video_stream_decoder.h Remove clang:find_bad_constructs suppression from call:call. 2018-08-29 11:57:00 +00:00
video_stream_encoder_unittest.cc Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." 2018-09-28 08:48:02 +00:00
video_stream_encoder.cc Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
video_stream_encoder.h Activate initial framedrop when first BW estimate arrives 2018-08-16 08:41:39 +00:00