FFmpeg
hwaccels.h
Go to the documentation of this file.
1 /*
2  * This file is part of FFmpeg.
3  *
4  * FFmpeg is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * FFmpeg is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with FFmpeg; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17  */
18 
19 #ifndef AVCODEC_HWACCELS_H
20 #define AVCODEC_HWACCELS_H
21 
22 extern const struct FFHWAccel ff_av1_d3d11va_hwaccel;
23 extern const struct FFHWAccel ff_av1_d3d11va2_hwaccel;
24 extern const struct FFHWAccel ff_av1_d3d12va_hwaccel;
25 extern const struct FFHWAccel ff_av1_dxva2_hwaccel;
26 extern const struct FFHWAccel ff_av1_nvdec_hwaccel;
27 extern const struct FFHWAccel ff_av1_vaapi_hwaccel;
28 extern const struct FFHWAccel ff_av1_vdpau_hwaccel;
29 extern const struct FFHWAccel ff_av1_vulkan_hwaccel;
30 extern const struct FFHWAccel ff_h263_vaapi_hwaccel;
31 extern const struct FFHWAccel ff_h263_videotoolbox_hwaccel;
32 extern const struct FFHWAccel ff_h264_d3d11va_hwaccel;
33 extern const struct FFHWAccel ff_h264_d3d11va2_hwaccel;
34 extern const struct FFHWAccel ff_h264_d3d12va_hwaccel;
35 extern const struct FFHWAccel ff_h264_dxva2_hwaccel;
36 extern const struct FFHWAccel ff_h264_nvdec_hwaccel;
37 extern const struct FFHWAccel ff_h264_vaapi_hwaccel;
38 extern const struct FFHWAccel ff_h264_vdpau_hwaccel;
39 extern const struct FFHWAccel ff_h264_videotoolbox_hwaccel;
40 extern const struct FFHWAccel ff_h264_vulkan_hwaccel;
41 extern const struct FFHWAccel ff_hevc_d3d11va_hwaccel;
42 extern const struct FFHWAccel ff_hevc_d3d11va2_hwaccel;
43 extern const struct FFHWAccel ff_hevc_d3d12va_hwaccel;
44 extern const struct FFHWAccel ff_hevc_dxva2_hwaccel;
45 extern const struct FFHWAccel ff_hevc_nvdec_hwaccel;
46 extern const struct FFHWAccel ff_hevc_vaapi_hwaccel;
47 extern const struct FFHWAccel ff_hevc_vdpau_hwaccel;
48 extern const struct FFHWAccel ff_hevc_videotoolbox_hwaccel;
49 extern const struct FFHWAccel ff_hevc_vulkan_hwaccel;
50 extern const struct FFHWAccel ff_mjpeg_nvdec_hwaccel;
51 extern const struct FFHWAccel ff_mjpeg_vaapi_hwaccel;
52 extern const struct FFHWAccel ff_mpeg1_nvdec_hwaccel;
53 extern const struct FFHWAccel ff_mpeg1_vdpau_hwaccel;
54 extern const struct FFHWAccel ff_mpeg1_videotoolbox_hwaccel;
55 extern const struct FFHWAccel ff_mpeg2_d3d11va_hwaccel;
56 extern const struct FFHWAccel ff_mpeg2_d3d11va2_hwaccel;
57 extern const struct FFHWAccel ff_mpeg2_d3d12va_hwaccel;
58 extern const struct FFHWAccel ff_mpeg2_dxva2_hwaccel;
59 extern const struct FFHWAccel ff_mpeg2_nvdec_hwaccel;
60 extern const struct FFHWAccel ff_mpeg2_vaapi_hwaccel;
61 extern const struct FFHWAccel ff_mpeg2_vdpau_hwaccel;
62 extern const struct FFHWAccel ff_mpeg2_videotoolbox_hwaccel;
63 extern const struct FFHWAccel ff_mpeg4_nvdec_hwaccel;
64 extern const struct FFHWAccel ff_mpeg4_vaapi_hwaccel;
65 extern const struct FFHWAccel ff_mpeg4_vdpau_hwaccel;
66 extern const struct FFHWAccel ff_mpeg4_videotoolbox_hwaccel;
67 extern const struct FFHWAccel ff_prores_videotoolbox_hwaccel;
68 extern const struct FFHWAccel ff_vc1_d3d11va_hwaccel;
69 extern const struct FFHWAccel ff_vc1_d3d11va2_hwaccel;
70 extern const struct FFHWAccel ff_vc1_d3d12va_hwaccel;
71 extern const struct FFHWAccel ff_vc1_dxva2_hwaccel;
72 extern const struct FFHWAccel ff_vc1_nvdec_hwaccel;
73 extern const struct FFHWAccel ff_vc1_vaapi_hwaccel;
74 extern const struct FFHWAccel ff_vc1_vdpau_hwaccel;
75 extern const struct FFHWAccel ff_vp8_nvdec_hwaccel;
76 extern const struct FFHWAccel ff_vp8_vaapi_hwaccel;
77 extern const struct FFHWAccel ff_vp9_d3d11va_hwaccel;
78 extern const struct FFHWAccel ff_vp9_d3d11va2_hwaccel;
79 extern const struct FFHWAccel ff_vp9_d3d12va_hwaccel;
80 extern const struct FFHWAccel ff_vp9_dxva2_hwaccel;
81 extern const struct FFHWAccel ff_vp9_nvdec_hwaccel;
82 extern const struct FFHWAccel ff_vp9_vaapi_hwaccel;
83 extern const struct FFHWAccel ff_vp9_vdpau_hwaccel;
84 extern const struct FFHWAccel ff_vp9_videotoolbox_hwaccel;
85 extern const struct FFHWAccel ff_wmv3_d3d11va_hwaccel;
86 extern const struct FFHWAccel ff_wmv3_d3d11va2_hwaccel;
87 extern const struct FFHWAccel ff_wmv3_d3d12va_hwaccel;
88 extern const struct FFHWAccel ff_wmv3_dxva2_hwaccel;
89 extern const struct FFHWAccel ff_wmv3_nvdec_hwaccel;
90 extern const struct FFHWAccel ff_wmv3_vaapi_hwaccel;
91 extern const struct FFHWAccel ff_wmv3_vdpau_hwaccel;
92 
93 #endif /* AVCODEC_HWACCELS_H */
ff_mjpeg_nvdec_hwaccel
const struct FFHWAccel ff_mjpeg_nvdec_hwaccel
Definition: nvdec_mjpeg.c:73
ff_hevc_nvdec_hwaccel
const struct FFHWAccel ff_hevc_nvdec_hwaccel
Definition: nvdec_hevc.c:322
ff_hevc_vaapi_hwaccel
const struct FFHWAccel ff_hevc_vaapi_hwaccel
Definition: vaapi_hevc.c:657
ff_av1_d3d11va2_hwaccel
const struct FFHWAccel ff_av1_d3d11va2_hwaccel
ff_mpeg2_vdpau_hwaccel
const struct FFHWAccel ff_mpeg2_vdpau_hwaccel
ff_vp8_nvdec_hwaccel
const struct FFHWAccel ff_vp8_nvdec_hwaccel
Definition: nvdec_vp8.c:94
ff_vp9_nvdec_hwaccel
const struct FFHWAccel ff_vp9_nvdec_hwaccel
Definition: nvdec_vp9.c:173
ff_av1_d3d12va_hwaccel
const struct FFHWAccel ff_av1_d3d12va_hwaccel
ff_hevc_d3d11va2_hwaccel
const struct FFHWAccel ff_hevc_d3d11va2_hwaccel
ff_wmv3_nvdec_hwaccel
const struct FFHWAccel ff_wmv3_nvdec_hwaccel
ff_h263_vaapi_hwaccel
const struct FFHWAccel ff_h263_vaapi_hwaccel
ff_av1_vulkan_hwaccel
const struct FFHWAccel ff_av1_vulkan_hwaccel
Definition: vulkan_av1.c:621
ff_mpeg2_videotoolbox_hwaccel
const struct FFHWAccel ff_mpeg2_videotoolbox_hwaccel
ff_mpeg2_d3d11va2_hwaccel
const struct FFHWAccel ff_mpeg2_d3d11va2_hwaccel
ff_hevc_videotoolbox_hwaccel
const struct FFHWAccel ff_hevc_videotoolbox_hwaccel
ff_mpeg1_vdpau_hwaccel
const struct FFHWAccel ff_mpeg1_vdpau_hwaccel
ff_wmv3_d3d11va_hwaccel
const struct FFHWAccel ff_wmv3_d3d11va_hwaccel
ff_vp9_d3d11va2_hwaccel
const struct FFHWAccel ff_vp9_d3d11va2_hwaccel
FFHWAccel
Definition: hwaccel_internal.h:34
ff_h264_nvdec_hwaccel
const struct FFHWAccel ff_h264_nvdec_hwaccel
Definition: nvdec_h264.c:174
ff_h263_videotoolbox_hwaccel
const struct FFHWAccel ff_h263_videotoolbox_hwaccel
ff_mpeg2_vaapi_hwaccel
const struct FFHWAccel ff_mpeg2_vaapi_hwaccel
Definition: vaapi_mpeg2.c:175
ff_vc1_vdpau_hwaccel
const struct FFHWAccel ff_vc1_vdpau_hwaccel
Definition: vdpau_vc1.c:158
ff_mpeg4_nvdec_hwaccel
const struct FFHWAccel ff_mpeg4_nvdec_hwaccel
Definition: nvdec_mpeg4.c:113
ff_vc1_vaapi_hwaccel
const struct FFHWAccel ff_vc1_vaapi_hwaccel
Definition: vaapi_vc1.c:521
ff_mjpeg_vaapi_hwaccel
const struct FFHWAccel ff_mjpeg_vaapi_hwaccel
Definition: vaapi_mjpeg.c:145
ff_hevc_d3d12va_hwaccel
const struct FFHWAccel ff_hevc_d3d12va_hwaccel
ff_mpeg1_nvdec_hwaccel
const struct FFHWAccel ff_mpeg1_nvdec_hwaccel
ff_mpeg4_vdpau_hwaccel
const struct FFHWAccel ff_mpeg4_vdpau_hwaccel
Definition: vdpau_mpeg4.c:114
ff_vp8_vaapi_hwaccel
const struct FFHWAccel ff_vp8_vaapi_hwaccel
Definition: vaapi_vp8.c:223
ff_mpeg1_videotoolbox_hwaccel
const struct FFHWAccel ff_mpeg1_videotoolbox_hwaccel
ff_wmv3_d3d12va_hwaccel
const struct FFHWAccel ff_wmv3_d3d12va_hwaccel
ff_h264_vulkan_hwaccel
const struct FFHWAccel ff_h264_vulkan_hwaccel
Definition: vulkan_h264.c:552
ff_hevc_vdpau_hwaccel
const struct FFHWAccel ff_hevc_vdpau_hwaccel
Definition: vdpau_hevc.c:543
ff_hevc_d3d11va_hwaccel
const struct FFHWAccel ff_hevc_d3d11va_hwaccel
ff_mpeg4_vaapi_hwaccel
const struct FFHWAccel ff_mpeg4_vaapi_hwaccel
ff_av1_vaapi_hwaccel
const struct FFHWAccel ff_av1_vaapi_hwaccel
Definition: vaapi_av1.c:425
ff_vp9_d3d12va_hwaccel
const struct FFHWAccel ff_vp9_d3d12va_hwaccel
ff_hevc_vulkan_hwaccel
const struct FFHWAccel ff_hevc_vulkan_hwaccel
Definition: vulkan_hevc.c:927
ff_hevc_dxva2_hwaccel
const struct FFHWAccel ff_hevc_dxva2_hwaccel
ff_vp9_dxva2_hwaccel
const struct FFHWAccel ff_vp9_dxva2_hwaccel
ff_h264_d3d11va2_hwaccel
const struct FFHWAccel ff_h264_d3d11va2_hwaccel
ff_wmv3_vdpau_hwaccel
const struct FFHWAccel ff_wmv3_vdpau_hwaccel
ff_h264_d3d11va_hwaccel
const struct FFHWAccel ff_h264_d3d11va_hwaccel
ff_av1_dxva2_hwaccel
const struct FFHWAccel ff_av1_dxva2_hwaccel
ff_vc1_d3d12va_hwaccel
const struct FFHWAccel ff_vc1_d3d12va_hwaccel
ff_prores_videotoolbox_hwaccel
const struct FFHWAccel ff_prores_videotoolbox_hwaccel
ff_mpeg2_d3d11va_hwaccel
const struct FFHWAccel ff_mpeg2_d3d11va_hwaccel
ff_h264_vdpau_hwaccel
const struct FFHWAccel ff_h264_vdpau_hwaccel
Definition: vdpau_h264.c:264
ff_h264_d3d12va_hwaccel
const struct FFHWAccel ff_h264_d3d12va_hwaccel
ff_vp9_videotoolbox_hwaccel
const struct FFHWAccel ff_vp9_videotoolbox_hwaccel
Definition: videotoolbox_vp9.c:130
ff_h264_vaapi_hwaccel
const struct FFHWAccel ff_h264_vaapi_hwaccel
Definition: vaapi_h264.c:388
ff_vc1_d3d11va2_hwaccel
const struct FFHWAccel ff_vc1_d3d11va2_hwaccel
ff_mpeg2_nvdec_hwaccel
const struct FFHWAccel ff_mpeg2_nvdec_hwaccel
ff_wmv3_d3d11va2_hwaccel
const struct FFHWAccel ff_wmv3_d3d11va2_hwaccel
ff_wmv3_dxva2_hwaccel
const struct FFHWAccel ff_wmv3_dxva2_hwaccel
ff_mpeg2_dxva2_hwaccel
const struct FFHWAccel ff_mpeg2_dxva2_hwaccel
ff_vc1_nvdec_hwaccel
const struct FFHWAccel ff_vc1_nvdec_hwaccel
Definition: nvdec_vc1.c:117
ff_mpeg2_d3d12va_hwaccel
const struct FFHWAccel ff_mpeg2_d3d12va_hwaccel
ff_vp9_vdpau_hwaccel
const struct FFHWAccel ff_vp9_vdpau_hwaccel
Definition: vdpau_vp9.c:225
ff_mpeg4_videotoolbox_hwaccel
const struct FFHWAccel ff_mpeg4_videotoolbox_hwaccel
ff_vp9_vaapi_hwaccel
const struct FFHWAccel ff_vp9_vaapi_hwaccel
Definition: vaapi_vp9.c:171
ff_vp9_d3d11va_hwaccel
const struct FFHWAccel ff_vp9_d3d11va_hwaccel
ff_h264_dxva2_hwaccel
const struct FFHWAccel ff_h264_dxva2_hwaccel
ff_vc1_d3d11va_hwaccel
const struct FFHWAccel ff_vc1_d3d11va_hwaccel
ff_vc1_dxva2_hwaccel
const struct FFHWAccel ff_vc1_dxva2_hwaccel
ff_h264_videotoolbox_hwaccel
const struct FFHWAccel ff_h264_videotoolbox_hwaccel
ff_av1_vdpau_hwaccel
const struct FFHWAccel ff_av1_vdpau_hwaccel
Definition: vdpau_av1.c:356
ff_wmv3_vaapi_hwaccel
const struct FFHWAccel ff_wmv3_vaapi_hwaccel
ff_av1_d3d11va_hwaccel
const struct FFHWAccel ff_av1_d3d11va_hwaccel
ff_av1_nvdec_hwaccel
const struct FFHWAccel ff_av1_nvdec_hwaccel
Definition: nvdec_av1.c:342