webrtc/video
2024-10-23 20:01:09 -07:00
..
adaptation Undo recent changes to initial frame dropper, fixing a regression. 2024-09-05 12:11:11 +00:00
config m130 merge fixes 2024-10-23 20:01:09 -07:00
corruption_detection Rename is_key_frame to communicate_upper_bits in FrameInstrumentation*Data 2024-09-03 10:42:18 +00:00
end_to_end_tests Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
g3doc Fix video version of RTCInboundRtpStreamStats.jitterBufferDelay to obey spec. 2023-05-25 07:33:39 +00:00
render m130 merge fixes 2024-10-23 20:01:09 -07:00
test pc: Add asynchronous RtpSender::SetParameters() call 2022-11-15 15:31:40 +00:00
alignment_adjuster.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
alignment_adjuster.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
alignment_adjuster_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
buffered_frame_decryptor.cc m130 merge fixes 2024-10-23 20:01:09 -07:00
buffered_frame_decryptor.h Move video video receiver transformable frame to modules/rtc_rtcp/source 2023-02-03 12:59:19 +00:00
buffered_frame_decryptor_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
BUILD.gn Pass Environment into RtcpSender 2024-09-09 13:44:21 +00:00
call_stats2.cc Replace Thread::Invoke with Thread::BlockingCall 2022-09-09 10:44:17 +00:00
call_stats2.h Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
call_stats2_unittest.cc Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
cpu_scaling_tests.cc Reland "Remove dependency of video_replay on TestADM." 2023-04-25 09:39:22 +00:00
decode_synchronizer.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
decode_synchronizer.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
decode_synchronizer_unittest.cc DecodeSynchronizer: avoid duplicate tick callback registration. 2023-04-28 10:50:57 +00:00
DEPS Delete modules/video_processing 2022-09-30 13:50:49 +00:00
encoder_bitrate_adjuster.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
encoder_bitrate_adjuster.h Wire up trial for alternative EncoderBitrateAdjuster behavior. 2024-07-05 13:36:26 +00:00
encoder_bitrate_adjuster_unittest.cc Wire up trial for alternative EncoderBitrateAdjuster behavior. 2024-07-05 13:36:26 +00:00
encoder_overshoot_detector.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
encoder_overshoot_detector.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
encoder_overshoot_detector_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
encoder_rtcp_feedback.cc Merge remote-tracking branch 'upstream/branch-heads/6723' 2024-10-17 09:03:43 -07:00
encoder_rtcp_feedback.h Merge remote-tracking branch 'upstream/branch-heads/6613' into 6613-testing 2024-08-31 02:18:43 -07:00
encoder_rtcp_feedback_unittest.cc Query WebRTC-KeyframeInterval through propagated field trials 2024-05-20 13:37:24 +00:00
frame_cadence_adapter.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
frame_cadence_adapter.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
frame_cadence_adapter_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
frame_decode_scheduler.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
frame_decode_timing.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
frame_decode_timing.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
frame_decode_timing_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
frame_dumping_decoder.cc Remove EncodedFrame::MissingFrame and start removing Decode() param 2023-08-30 10:38:35 +00:00
frame_dumping_decoder.h
frame_dumping_encoder.cc FrameDumpingEncoder: relax threading assumptions. 2023-08-23 12:58:58 +00:00
frame_dumping_encoder.h Introduce a frame dumping encoder wrapper. 2023-08-22 15:45:32 +00:00
frame_encode_metadata_writer.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
frame_encode_metadata_writer.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
frame_encode_metadata_writer_unittest.cc Set is_steady_state_refresh_frame in FrameEncodeMetadataWriter 2024-06-27 11:58:13 +00:00
full_stack_tests.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
full_stack_tests_plot.py
OWNERS Add ssilkin@webrtc to OWNERS in video/ 2024-07-15 09:11:54 +00:00
pc_full_stack_tests.cc Apply include-cleaner to api/test/[^/]* 2024-08-13 15:28:34 +00:00
picture_id_tests.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
quality_convergence_controller.cc [M130] Increase AV1 QP threshold for quality convergence from 40 to 60 2024-09-19 21:16:29 +00:00
quality_convergence_controller.h [M128] Ensure calls to QP convergence controller are on the same sequence 2024-09-03 14:59:11 -07:00
quality_convergence_controller_unittest.cc [M130] Increase AV1 QP threshold for quality convergence from 40 to 60 2024-09-19 21:16:29 +00:00
quality_convergence_monitor.cc [M130] Increase AV1 QP threshold for quality convergence from 40 to 60 2024-09-19 21:16:29 +00:00
quality_convergence_monitor.h Add default values and field trials to QualityConvergenceMonitor 2024-07-01 22:37:46 +00:00
quality_convergence_monitor_unittest.cc [M130] Increase AV1 QP threshold for quality convergence from 40 to 60 2024-09-19 21:16:29 +00:00
quality_limitation_reason_tracker.cc
quality_limitation_reason_tracker.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
quality_limitation_reason_tracker_unittest.cc Use backticks not vertical bars to denote variables in comments for /video 2021-07-28 13:22:27 +00:00
quality_scaling_tests.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
rate_utilization_tracker.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
rate_utilization_tracker.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
rate_utilization_tracker_unittest.cc Default enable new bitrate adjuster behavior. 2024-07-09 06:30:13 +00:00
receive_statistics_proxy.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
receive_statistics_proxy.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
receive_statistics_proxy_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
report_block_stats.cc
report_block_stats.h
report_block_stats_unittest.cc
rtp_streams_synchronizer2.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
rtp_streams_synchronizer2.h In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer to TaskQueueBase 2022-07-18 13:59:32 +00:00
rtp_video_stream_receiver2.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
rtp_video_stream_receiver2.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
rtp_video_stream_receiver2_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
screenshare_loopback.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
send_delay_stats.cc Cleanup usage of lookups in video SendDelayStats helper 2023-08-25 16:55:23 +00:00
send_delay_stats.h Removed unneeded inheritence for SendDelayStats class 2023-09-08 17:53:27 +00:00
send_delay_stats_unittest.cc Removed unneeded inheritence for SendDelayStats class 2023-09-08 17:53:27 +00:00
send_statistics_proxy.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
send_statistics_proxy.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
send_statistics_proxy_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
stats_counter.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
stats_counter.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
stats_counter_unittest.cc
stream_synchronization.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
stream_synchronization.h Use backticks not vertical bars to denote variables in comments for /video 2021-07-28 13:22:27 +00:00
stream_synchronization_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
sv_loopback.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
task_queue_frame_decode_scheduler.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
task_queue_frame_decode_scheduler.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
task_queue_frame_decode_scheduler_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
transport_adapter.cc Use ArrayView versions of SendRtp and SendRtcp 2023-08-07 08:28:48 +00:00
transport_adapter.h Use ArrayView versions of SendRtp and SendRtcp 2023-08-07 08:28:48 +00:00
unique_timestamp_counter.cc Move UniqueTimestampCounter to video/ 2022-05-23 13:21:32 +00:00
unique_timestamp_counter.h Move UniqueTimestampCounter to video/ 2022-05-23 13:21:32 +00:00
unique_timestamp_counter_unittest.cc Move UniqueTimestampCounter to video/ 2022-05-23 13:21:32 +00:00
video_analyzer.cc Deprecate VideoFrame::timestamp() and set_timestamp 2024-03-13 11:08:37 +00:00
video_analyzer.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_loopback.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_loopback.h
video_loopback_main.cc
video_loopback_main.mm
video_quality_observer2.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_quality_observer2.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_quality_test.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_quality_test.h In EncoderStreamFactory pass field trials as required parameter 2024-04-17 12:53:30 +00:00
video_receive_stream2.cc m130 merge fixes 2024-10-23 20:01:09 -07:00
video_receive_stream2.h Move thread handling from source tracker. 2024-09-05 08:45:11 +00:00
video_receive_stream2_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_receive_stream_timeout_tracker.cc Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
video_receive_stream_timeout_tracker.h Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
video_receive_stream_timeout_tracker_unittest.cc Finish resolving merge conflicts 2022-11-11 19:10:59 -05:00
video_send_stream_impl.cc Merge remote-tracking branch 'upstream/branch-heads/6723' 2024-10-17 09:03:43 -07:00
video_send_stream_impl.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_send_stream_impl_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_send_stream_tests.cc Pass Environment into RtcpSender 2024-09-09 13:44:21 +00:00
video_source_sink_controller.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_source_sink_controller.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_source_sink_controller_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_stream_buffer_controller.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_stream_buffer_controller.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_stream_buffer_controller_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_stream_decoder2.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_stream_decoder2.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
video_stream_decoder_impl_unittest.cc Introduce "well-known" SdpVideoFormat codecs 2024-02-28 06:57:10 +00:00
video_stream_encoder.cc Merge remote-tracking branch 'upstream/branch-heads/6723' 2024-10-17 09:03:43 -07:00
video_stream_encoder.h [M128] Ensure calls to QP convergence controller are on the same sequence 2024-09-03 14:59:11 -07:00
video_stream_encoder_interface.h pc: Add asynchronous RtpSender::SetParameters() call 2022-11-15 15:31:40 +00:00
video_stream_encoder_observer.h VideoStreamEncoder: Clean up drop handling and update rects. 2023-11-23 17:19:33 +00:00
video_stream_encoder_unittest.cc Increase test coverage of InitialFrameDropper vs. ScaleResolutionDownBy 2024-09-12 09:52:38 +00:00