webrtc/sdk/objc/api/video_codec
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
..
RTCVideoCodecConstants.h Add AV1 encoder&decoder wrappers for iOS SDK. 2021-03-03 20:08:17 +00:00
RTCVideoCodecConstants.mm Add AV1 encoder&decoder wrappers for iOS SDK. 2021-03-03 20:08:17 +00:00
RTCVideoDecoderAV1.h Always include the actual decoder implementation when RTCVideoDecoderAV1 is used. 2022-07-04 12:27:02 +00:00
RTCVideoDecoderAV1.mm Always include the actual decoder implementation when RTCVideoDecoderAV1 is used. 2022-07-04 12:27:02 +00:00
RTCVideoDecoderVP8.h Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCVideoDecoderVP8.mm RTC_OBJC_TYPE RTCWrappedNativeVideo{Decoder,Encoder}. 2020-08-25 08:58:29 +00:00
RTCVideoDecoderVP9.h Add AV1 encoder&decoder wrappers for iOS SDK. 2021-03-03 20:08:17 +00:00
RTCVideoDecoderVP9.mm Add AV1 encoder&decoder wrappers for iOS SDK. 2021-03-03 20:08:17 +00:00
RTCVideoEncoderAV1.h Make the libaom AV1 encoder optional in RTCDefaultVideoEncoderFactory. 2022-06-01 10:54:55 +00:00
RTCVideoEncoderAV1.mm Always include the actual encoder implementation when RTCVideoEncoderAV1 is used. 2022-06-28 10:28:03 +00:00
RTCVideoEncoderVP8.h Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCVideoEncoderVP8.mm RTC_OBJC_TYPE RTCWrappedNativeVideo{Decoder,Encoder}. 2020-08-25 08:58:29 +00:00
RTCVideoEncoderVP9.h Add AV1 encoder&decoder wrappers for iOS SDK. 2021-03-03 20:08:17 +00:00
RTCVideoEncoderVP9.mm Add AV1 encoder&decoder wrappers for iOS SDK. 2021-03-03 20:08:17 +00:00
RTCWrappedNativeVideoDecoder.h RTC_OBJC_TYPE RTCWrappedNativeVideo{Decoder,Encoder}. 2020-08-25 08:58:29 +00:00
RTCWrappedNativeVideoDecoder.mm Remove EncodedFrame::MissingFrame and start removing Decode() param 2023-08-30 10:38:35 +00:00
RTCWrappedNativeVideoEncoder.h RTC_OBJC_TYPE RTCWrappedNativeVideo{Decoder,Encoder}. 2020-08-25 08:58:29 +00:00
RTCWrappedNativeVideoEncoder.mm Revert "Add a prefix for objc category." 2022-05-13 14:47:54 +00:00