amfcodec: Import AMF SDK headers
authorSeungha Yang <seungha@centricular.com>
Wed, 30 Mar 2022 16:36:37 +0000 (01:36 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 8 Apr 2022 17:59:12 +0000 (17:59 +0000)
commitc41a72a1ff7cf2d0d068d977edb3c3f7e2572d1b
treeb5bd6698265acfabeeb9c7b6e78123ab021dbf25
parent6e4ffaee1e7f72e66c4ef381544ab4a9e4d1137f
amfcodec: Import AMF SDK headers

SDK version v1.4.24 at the commit of
https://github.com/GPUOpen-LibrariesAndSDKs/AMF/commit/fbf12cd39fe1812ed902525a1c001307b94871b9

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2109>
29 files changed:
subprojects/gst-plugins-bad/sys/amfcodec/include/components/ColorSpace.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/components/Component.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/components/ComponentCaps.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/components/PreAnalysis.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/components/VideoDecoderUVD.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/components/VideoEncoderHEVC.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/components/VideoEncoderVCE.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/AudioBuffer.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Buffer.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Compute.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/ComputeFactory.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Context.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/CurrentTime.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/D3D12AMF.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Data.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Debug.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Dump.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Factory.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Interface.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Plane.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Platform.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/PropertyStorage.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/PropertyStorageEx.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Result.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Surface.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Trace.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Variant.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/Version.h [new file with mode: 0644]
subprojects/gst-plugins-bad/sys/amfcodec/include/core/VulkanAMF.h [new file with mode: 0644]