webrtc/modules/video_coding/utility
Tony Herre 55b593fb6b Remove EncodedFrame::MissingFrame and start removing Decode() param
Remove EncodedFrame::MissingFrame, as it was always false in actual
in-use code anyway, and remove usages of the Decode missing_frames param
within WebRTC. Uses/overrides in other projects will be cleaned up
shortly, allowing that variant to be removed from the interface.

Bug: webrtc:15444
Change-Id: Id299d82e441a351deff81c0f2812707a985d23d8
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/317802
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Auto-Submit: Tony Herre <herre@google.com>
Commit-Queue: Tony Herre <herre@google.com>
Cr-Commit-Position: refs/heads/main@{#40662}
2023-08-30 10:38:35 +00:00
..
bandwidth_quality_scaler.cc In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer to TaskQueueBase 2022-07-18 13:59:32 +00:00
bandwidth_quality_scaler.h In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer to TaskQueueBase 2022-07-18 13:59:32 +00:00
bandwidth_quality_scaler_unittest.cc Format /modules 2023-04-20 02:02:45 +00:00
decoded_frames_history.cc Add const to methods in DecodedFramesHistory 2021-11-10 12:30:18 +00:00
decoded_frames_history.h Add const to methods in DecodedFramesHistory 2021-11-10 12:30:18 +00:00
decoded_frames_history_unittest.cc Prepare to replace VideoLayerFrameId with int64_t. 2021-02-15 14:42:02 +00:00
frame_dropper.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
frame_dropper.h Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
frame_dropper_unittest.cc Use backticks not vertical bars to denote variables in comments for /modules/video_coding 2021-08-09 15:26:22 +00:00
framerate_controller_deprecated.cc Move frame drop functionality in VideoAdapter into a separate class. 2021-08-19 11:50:41 +00:00
framerate_controller_deprecated.h Move frame drop functionality in VideoAdapter into a separate class. 2021-08-19 11:50:41 +00:00
framerate_controller_deprecated_unittest.cc Move frame drop functionality in VideoAdapter into a separate class. 2021-08-19 11:50:41 +00:00
ivf_defines.h Make header files self contained. 2022-10-08 08:38:36 +00:00
ivf_file_reader.cc Fix IvfFileReader to support different time scales 2022-11-25 15:31:53 +00:00
ivf_file_reader.h Fix IvfFileReader to support different time scales 2022-11-25 15:31:53 +00:00
ivf_file_reader_unittest.cc Format /modules 2023-04-20 02:02:45 +00:00
ivf_file_writer.cc Introduce a frame dumping encoder wrapper. 2023-08-22 15:45:32 +00:00
ivf_file_writer.h [Unwrap] Use RtpTimestampUnwrapper in IvfFileWriter 2023-01-09 18:22:13 +00:00
ivf_file_writer_unittest.cc Video: Avoid crashing when dump stream with IvfFileWriter. 2021-12-23 13:37:22 +00:00
qp_parser.cc Reland "Parse encoded frame QP if not provided by encoder" 2021-03-15 10:11:22 +00:00
qp_parser.h Reland "Parse encoded frame QP if not provided by encoder" 2021-03-15 10:11:22 +00:00
qp_parser_unittest.cc Reland "Parse encoded frame QP if not provided by encoder" 2021-03-15 10:11:22 +00:00
quality_scaler.cc Remove unused #define in quality_scaler.cc 2022-09-29 09:10:33 +00:00
quality_scaler.h In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer to TaskQueueBase 2022-07-18 13:59:32 +00:00
quality_scaler_unittest.cc Format /modules 2023-04-20 02:02:45 +00:00
simulcast_rate_allocator.cc Define SimulcastStream as an alias for SpatialLayer 2022-05-20 13:12:21 +00:00
simulcast_rate_allocator.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
simulcast_rate_allocator_unittest.cc
simulcast_test_fixture_impl.cc Remove EncodedFrame::MissingFrame and start removing Decode() param 2023-08-30 10:38:35 +00:00
simulcast_test_fixture_impl.h generateKeyframe: pass frame_types in bypass mode 2022-12-06 10:54:59 +00:00
simulcast_utility.cc Account for codec type when accessing codec specific settings 2023-06-21 11:26:04 +00:00
simulcast_utility.h
vp8_constants.h VideoStreamEncoder: set at target quality based on codec. 2022-09-15 12:15:17 +00:00
vp8_header_parser.cc
vp8_header_parser.h
vp9_constants.h Reland "Rename vp9::FrameInfo to vp9::UncompressedHeader and add more fields." 2021-08-17 19:42:00 +00:00
vp9_uncompressed_header_parser.cc LSC: Apply clang-tidy's modernize-use-bool-literals 2022-01-24 20:42:01 +00:00
vp9_uncompressed_header_parser.h Change ParseUncompressedVp9Header implementation to use BitstreamReader 2021-09-01 22:52:15 +00:00
vp9_uncompressed_header_parser_unittest.cc in Vp9UncompressedHeaderParser fix reading delta quantization parameter 2021-09-02 13:24:31 +00:00