webrtc/video
Sebastian Jansson 464a5576ea Adds audio priority bitrate field trial parameter.
This replaces the functionality provided by
AudioPriorityBitrateAllocationStrategy, removing the need provide that
component via injection in all clients using audio bitrate priority.

Bug: webrtc:10286
Change-Id: I3bafab56d24459d9d27dc07abffdc8538440a346
Reviewed-on: https://webrtc-review.googlesource.com/c/121402
Reviewed-by: Oskar Sundbom <ossu@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26651}
2019-02-12 16:03:22 +00:00
..
end_to_end_tests Implement encoder overshoot detector and rate adjuster. 2019-02-06 15:54:11 +00:00
test New api function CreateVideoStreamEncoder. 2018-07-24 09:14:26 +00:00
buffered_frame_decryptor_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
buffered_frame_decryptor.cc Rename EncodedImage::_length --> size_, and make private. 2019-01-16 07:40:47 +00:00
buffered_frame_decryptor.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
BUILD.gn Revert "Partial frame capture API part 3" 2019-02-11 12:13:17 +00:00
call_stats_unittest.cc Add default constructor for rtc::Event 2018-11-07 08:57:50 +00:00
call_stats.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
call_stats.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
cpu_scaling_tests.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
DEPS Adds support for real audio devices in video_quality_test. 2018-08-28 09:00:45 +00:00
encoder_bitrate_adjuster_unittest.cc Implement encoder overshoot detector and rate adjuster. 2019-02-06 15:54:11 +00:00
encoder_bitrate_adjuster.cc Implement encoder overshoot detector and rate adjuster. 2019-02-06 15:54:11 +00:00
encoder_bitrate_adjuster.h Implement encoder overshoot detector and rate adjuster. 2019-02-06 15:54:11 +00:00
encoder_key_frame_callback_unittest.cc Register callback for key frame request from media transport. 2019-01-30 16:26:31 +00:00
encoder_key_frame_callback.cc Register callback for key frame request from media transport. 2019-01-30 16:26:31 +00:00
encoder_key_frame_callback.h Register callback for key frame request from media transport. 2019-01-30 16:26:31 +00:00
encoder_overshoot_detector_unittest.cc Implement encoder overshoot detector and rate adjuster. 2019-02-06 15:54:11 +00:00
encoder_overshoot_detector.cc Implement encoder overshoot detector and rate adjuster. 2019-02-06 15:54:11 +00:00
encoder_overshoot_detector.h Implement encoder overshoot detector and rate adjuster. 2019-02-06 15:54:11 +00:00
frame_dumping_decoder.cc Delete rtc::File, usage replaced with FileWrapper 2019-02-08 16:23:53 +00:00
frame_dumping_decoder.h Delete rtc::File, usage replaced with FileWrapper 2019-02-08 16:23:53 +00:00
full_stack_tests_plot.py Fixing py lint errors 2018-07-23 15:28:48 +00:00
full_stack_tests.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
overuse_frame_detector_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
overuse_frame_detector.cc [clang-tidy] Apply modernize-use-override fixes. 2019-01-30 09:26:17 +00:00
overuse_frame_detector.h Adds repeating task class. 2019-01-18 10:55:41 +00:00
OWNERS Make ilnik@ owner in video/ and modules/video_coding/ 2018-09-11 12:39:39 +00:00
picture_id_tests.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
quality_scaling_tests.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
quality_threshold_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
quality_threshold.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +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 Use the new TEST_SUITE GoogleTest API (regression). 2019-02-06 10:56:33 +00:00
receive_statistics_proxy.cc Expose video freeze metrics in GetStats. 2019-02-04 09:58:08 +00:00
receive_statistics_proxy.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +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 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtp_streams_synchronizer.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rtp_streams_synchronizer.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
rtp_video_stream_receiver_unittest.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
rtp_video_stream_receiver.cc H.264 temporal layers w/frame marking (PART 2/3) 2019-02-09 16:47:09 +00:00
rtp_video_stream_receiver.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
screenshare_loopback.cc Revert "Partial frame capture API part 5" 2019-02-11 11:28:40 +00:00
send_delay_stats_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25: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 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
send_statistics_proxy_unittest.cc Move encoder metadata into EncoderInfo struct. 2018-10-25 08:51:53 +00:00
send_statistics_proxy.cc Rename EncodedImage::_length --> size_, and make private. 2019-01-16 07:40:47 +00:00
send_statistics_proxy.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +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 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
stream_synchronization_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
stream_synchronization.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
stream_synchronization.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
sv_loopback.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +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 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
video_analyzer.cc Revert "Partial frame capture API part 5" 2019-02-11 11:28:40 +00:00
video_analyzer.h Revert "Partial frame capture API part 5" 2019-02-11 11:28:40 +00:00
video_loopback.cc Turn off automatic quality scaling for simulcast in video_loopback. 2019-01-24 15:58:02 +00:00
video_quality_observer.cc Expose video freeze metrics in GetStats. 2019-02-04 09:58:08 +00:00
video_quality_observer.h Expose video freeze metrics in GetStats. 2019-02-04 09:58:08 +00:00
video_quality_test.cc Revert "Partial frame capture API part 5" 2019-02-11 11:28:40 +00:00
video_quality_test.h Revert "Partial frame capture API part 5" 2019-02-11 11:28:40 +00:00
video_receive_stream_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_receive_stream.cc Delete rtc::File, usage replaced with FileWrapper 2019-02-08 16:23:53 +00:00
video_receive_stream.h Enable use of MediaTransportInterface for video streams. 2019-01-11 14:06:15 +00:00
video_replay.cc Delete rtc::File, usage replaced with FileWrapper 2019-02-08 16:23:53 +00:00
video_send_stream_impl_unittest.cc Stop hard-coding default IDs for RTP extensions 2019-02-09 01:04:35 +00:00
video_send_stream_impl.cc Adds audio priority bitrate field trial parameter. 2019-02-12 16:03:22 +00:00
video_send_stream_impl.h Adds audio priority bitrate field trial parameter. 2019-02-12 16:03:22 +00:00
video_send_stream_tests.cc H.264 temporal layers w/frame marking (PART 2/3) 2019-02-09 16:47:09 +00:00
video_send_stream.cc Enable use of MediaTransportInterface for video streams. 2019-01-11 14:06:15 +00:00
video_send_stream.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_stream_decoder_impl.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +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 Delete all logic related to VCMDecodeErrorMode 2019-01-16 15:41:07 +00:00
video_stream_decoder.h Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
video_stream_encoder_unittest.cc Fix incorrect FPS measure when frame dropper kicks in 2019-02-08 13:50:10 +00:00
video_stream_encoder.cc H.264 temporal layers w/frame marking (PART 2/3) 2019-02-09 16:47:09 +00:00
video_stream_encoder.h Implement encoder overshoot detector and rate adjuster. 2019-02-06 15:54:11 +00:00