webrtc/sdk/objc/api/video_codec
Danil Chapovalov f7682f01bb Delete RTCWrappedNativeVideoDecoder
Instead implement creating native VideoDecoder via RTCNativeVideoDecoderBuilder protocol

Bug: webrtc:15791
Change-Id: Iea66d09e01eae3b064a2943932d9a3cd33e8d19c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/340321
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41824}
2024-02-27 17:03:28 +00:00
..
RTCNativeVideoDecoder.h Propagate webrtc::Environment through objc VideoDecoderFactory 2024-02-20 11:08:21 +00:00
RTCNativeVideoDecoder.mm Delete RTCWrappedNativeVideoDecoder 2024-02-27 17:03:28 +00:00
RTCNativeVideoDecoderBuilder+Native.h Propagate webrtc::Environment through objc VideoDecoderFactory 2024-02-20 11:08:21 +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 Delete RTCWrappedNativeVideoDecoder 2024-02-27 17:03:28 +00:00
RTCVideoDecoderVP8.h Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. 2020-05-04 15:01:26 +00:00
RTCVideoDecoderVP8.mm Propagate webrtc::Environment through objc VideoDecoderFactory 2024-02-20 11:08:21 +00:00
RTCVideoDecoderVP9.h Add AV1 encoder&decoder wrappers for iOS SDK. 2021-03-03 20:08:17 +00:00
RTCVideoDecoderVP9.mm Delete RTCWrappedNativeVideoDecoder 2024-02-27 17:03:28 +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
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