webrtc/modules/video_coding
2022-03-15 18:34:43 -07:00
..
codecs ks 2021-10-29 07:49:26 -06:00
deprecated Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
g3doc Update links to point at main branch 2021-07-22 16:41:26 +00:00
include Delete deprecated version of VideoCodingModule::RegisterReceiveCodec 2021-08-25 09:50:20 +00:00
svc ks 2021-10-29 07:49:26 -06:00
test Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
utility in Vp9UncompressedHeaderParser fix reading delta quantization parameter 2021-09-02 13:24:31 +00:00
BUILD.gn Change ParseUncompressedVp9Header implementation to use BitstreamReader 2021-09-01 22:52:15 +00:00
chain_diff_calculator.cc Merge with 4183 (M85) (#25) 2020-09-01 14:43:30 -07:00
chain_diff_calculator.h Merge with 4183 (M85) (#25) 2020-09-01 14:43:30 -07:00
chain_diff_calculator_unittest.cc Merge with 4183 (M85) (#25) 2020-09-01 14:43:30 -07:00
codec_timer.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
codec_timer.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
decoder_database.cc Move check for number_of_cores parameter validitity 2021-08-14 11:51:53 +00:00
decoder_database.h Move check for number_of_cores parameter validitity 2021-08-14 11:51:53 +00:00
decoding_state.cc Replace assert() with RTC_DCHECK(). 2021-07-09 07:49:43 +00:00
decoding_state.h Adds missing header to fix compilation error when compiling with use_custom_libcxx set to false. 2021-03-25 09:57:00 +00:00
decoding_state_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
DEPS Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
encoded_frame.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
encoded_frame.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
event_wrapper.cc Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
event_wrapper.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
fec_controller_default.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
fec_controller_default.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
fec_controller_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
fec_rate_table.h
frame_buffer.cc Remove all #include <assert.h>/<cassert> and usage in Obj-C code. 2021-07-22 14:00:26 +00:00
frame_buffer.h Refactor legacy FrameBuffer to use EncodedImageBuffer::Realloc 2019-09-30 09:48:26 +00:00
frame_buffer2.cc Convert common error and warning logs to info severity 2022-03-15 18:34:43 -07:00
frame_buffer2.h Add max pre-decode queue size threshold for pacing 2021-08-10 17:01:53 +00:00
frame_buffer2_unittest.cc Add max pre-decode queue size threshold for pacing 2021-08-10 17:01:53 +00:00
frame_dependencies_calculator.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
frame_dependencies_calculator.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
frame_dependencies_calculator_unittest.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
frame_object.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
frame_object.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
generic_decoder.cc Use VideoDecoder::Configure interface when setting up decoder 2021-08-13 16:03:32 +00:00
generic_decoder.h Use VideoDecoder::Configure interface when setting up decoder 2021-08-13 16:03:32 +00:00
generic_decoder_unittest.cc Use VideoDecoder::Configure interface when setting up decoder 2021-08-13 16:03:32 +00:00
h264_sprop_parameter_sets.cc Format almost everything. 2019-07-08 13:45:15 +00:00
h264_sprop_parameter_sets.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
h264_sprop_parameter_sets_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
h264_sps_pps_tracker.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
h264_sps_pps_tracker.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
h264_sps_pps_tracker_unittest.cc in PacketBuffer::Packet pass payload using smart buffer 2019-12-03 14:55:54 +00:00
histogram.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
histogram.h
histogram_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
inter_frame_delay.cc Remove unused method in VCMInterFrameDelay. 2019-04-03 07:35:28 +00:00
inter_frame_delay.h Remove unused method in VCMInterFrameDelay. 2019-04-03 07:35:28 +00:00
internal_defines.h Remove unused defines and methods in internal_defines.h 2019-01-28 10:31:40 +00:00
jitter_buffer.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
jitter_buffer.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
jitter_buffer_common.h Format almost everything. 2019-07-08 13:45:15 +00:00
jitter_buffer_unittest.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
jitter_estimator.cc Remove all #include <assert.h>/<cassert> and usage in Obj-C code. 2021-07-22 14:00:26 +00:00
jitter_estimator.h Merge with 4183 (M85) (#25) 2020-09-01 14:43:30 -07:00
jitter_estimator_tests.cc Merge with 4183 (M85) (#25) 2020-09-01 14:43:30 -07:00
loss_notification_controller.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
loss_notification_controller.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
loss_notification_controller_unittest.cc Detach LossNotificationController from RtpGenericFrameDescriptor 2020-01-24 11:53:28 +00:00
media_opt_util.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
media_opt_util.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
nack_module2.cc NackModule2: Rename to NackRequester. 2021-07-23 08:30:33 +00:00
nack_module2.h NackModule2: Rename to NackRequester. 2021-07-23 08:30:33 +00:00
nack_module2_unittest.cc NackModule2: Rename to NackRequester. 2021-07-23 08:30:33 +00:00
nack_module_unittest.cc Merge with 4183 (M85) (#25) 2020-09-01 14:43:30 -07:00
nack_requester.cc Convert common error and warning logs to info severity 2022-03-15 18:34:43 -07:00
nack_requester.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
nack_requester_unittest.cc NackModule2: Rename to NackRequester. 2021-07-23 08:30:33 +00:00
OWNERS Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
packet.cc Use Timestamp to represent packet receive timestamps 2021-05-04 13:16:54 +00:00
packet.h Use Timestamp to represent packet receive timestamps 2021-05-04 13:16:54 +00:00
packet_buffer.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
packet_buffer.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
packet_buffer_unittest.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
receiver.cc Add max pre-decode queue size threshold for pacing 2021-08-10 17:01:53 +00:00
receiver.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
receiver_unittest.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
rtp_frame_id_only_ref_finder.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rtp_frame_id_only_ref_finder.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rtp_frame_reference_finder.cc RtpFrameReferenceFinder return frames directly instead of via callback. 2021-05-26 15:47:03 +00:00
rtp_frame_reference_finder.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
rtp_frame_reference_finder_unittest.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
rtp_generic_ref_finder.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rtp_generic_ref_finder.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rtp_seq_num_only_ref_finder.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rtp_seq_num_only_ref_finder.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rtp_vp8_ref_finder.cc Convert common error and warning logs to info severity 2022-03-15 18:34:43 -07:00
rtp_vp8_ref_finder.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rtp_vp8_ref_finder_unittest.cc Move RtpFrameObject and EncodedFrame out of video_coding namespace. 2021-03-23 14:22:47 +00:00
rtp_vp9_ref_finder.cc Revert "Always unwrap VP9 TL0PicIdx forward if the frame is newer." 2021-08-30 09:23:47 +00:00
rtp_vp9_ref_finder.h Revert "Always unwrap VP9 TL0PicIdx forward if the frame is newer." 2021-08-30 09:23:47 +00:00
rtp_vp9_ref_finder_unittest.cc Revert "Always unwrap VP9 TL0PicIdx forward if the frame is newer." 2021-08-30 09:23:47 +00:00
rtt_filter.cc Fix typo in VCMRttFilter 2018-01-26 10:59:56 +00:00
rtt_filter.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
session_info.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
session_info.h Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
session_info_unittest.cc Include module_common_types.h only where needed 2019-09-24 08:22:38 +00:00
timestamp_map.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
timestamp_map.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
timestamp_map_unittest.cc Fix dropped frames not counted issue 2021-04-09 14:47:52 +00:00
timing.cc Condition frame pacing on min/max playout delay 2021-08-13 10:52:19 +00:00
timing.h Add max pre-decode queue size threshold for pacing 2021-08-10 17:01:53 +00:00
timing_unittest.cc Add max pre-decode queue size threshold for pacing 2021-08-10 17:01:53 +00:00
unique_timestamp_counter.cc Split out counting unique rtp timestamps from packet_buffer 2019-10-30 15:27:48 +00:00
unique_timestamp_counter.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
unique_timestamp_counter_unittest.cc Split out counting unique rtp timestamps from packet_buffer 2019-10-30 15:27:48 +00:00
video_codec_initializer.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
video_codec_initializer_unittest.cc Make AV1 respect spatial layer active flag. 2021-06-01 16:07:25 +00:00
video_coding_defines.cc Fix frames dropped statistics 2019-08-27 07:43:01 +00:00
video_coding_impl.cc Delete deprecated version of VideoCodingModule::RegisterReceiveCodec 2021-08-25 09:50:20 +00:00
video_coding_impl.h Move check for number_of_cores parameter validitity 2021-08-14 11:51:53 +00:00
video_receiver.cc Move check for number_of_cores parameter validitity 2021-08-14 11:51:53 +00:00
video_receiver2.cc Move check for number_of_cores parameter validitity 2021-08-14 11:51:53 +00:00
video_receiver2.h Move check for number_of_cores parameter validitity 2021-08-14 11:51:53 +00:00
video_receiver_unittest.cc Move check for number_of_cores parameter validitity 2021-08-14 11:51:53 +00:00