FFmpeg
Loading...
Searching...
No Matches
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
22extern const struct FFHWAccel ff_apv_vulkan_hwaccel;
23extern const struct FFHWAccel ff_av1_d3d11va_hwaccel;
24extern const struct FFHWAccel ff_av1_d3d11va2_hwaccel;
25extern const struct FFHWAccel ff_av1_d3d12va_hwaccel;
26extern const struct FFHWAccel ff_av1_dxva2_hwaccel;
27extern const struct FFHWAccel ff_av1_nvdec_hwaccel;
28extern const struct FFHWAccel ff_av1_nvdec_cuarray_hwaccel;
29extern const struct FFHWAccel ff_av1_vaapi_hwaccel;
30extern const struct FFHWAccel ff_av1_vdpau_hwaccel;
31extern const struct FFHWAccel ff_av1_videotoolbox_hwaccel;
32extern const struct FFHWAccel ff_av1_vulkan_hwaccel;
33extern const struct FFHWAccel ff_dpx_vulkan_hwaccel;
34extern const struct FFHWAccel ff_ffv1_vulkan_hwaccel;
35extern const struct FFHWAccel ff_h263_vaapi_hwaccel;
36extern const struct FFHWAccel ff_h263_videotoolbox_hwaccel;
37extern const struct FFHWAccel ff_h264_d3d11va_hwaccel;
38extern const struct FFHWAccel ff_h264_d3d11va2_hwaccel;
39extern const struct FFHWAccel ff_h264_d3d12va_hwaccel;
40extern const struct FFHWAccel ff_h264_dxva2_hwaccel;
41extern const struct FFHWAccel ff_h264_nvdec_hwaccel;
43extern const struct FFHWAccel ff_h264_vaapi_hwaccel;
44extern const struct FFHWAccel ff_h264_vdpau_hwaccel;
45extern const struct FFHWAccel ff_h264_videotoolbox_hwaccel;
46extern const struct FFHWAccel ff_h264_vulkan_hwaccel;
47extern const struct FFHWAccel ff_hevc_d3d11va_hwaccel;
48extern const struct FFHWAccel ff_hevc_d3d11va2_hwaccel;
49extern const struct FFHWAccel ff_hevc_d3d12va_hwaccel;
50extern const struct FFHWAccel ff_hevc_dxva2_hwaccel;
51extern const struct FFHWAccel ff_hevc_nvdec_hwaccel;
53extern const struct FFHWAccel ff_hevc_vaapi_hwaccel;
54extern const struct FFHWAccel ff_hevc_vdpau_hwaccel;
55extern const struct FFHWAccel ff_hevc_videotoolbox_hwaccel;
56extern const struct FFHWAccel ff_hevc_vulkan_hwaccel;
57extern const struct FFHWAccel ff_mjpeg_nvdec_hwaccel;
58extern const struct FFHWAccel ff_mjpeg_vaapi_hwaccel;
59extern const struct FFHWAccel ff_mpeg1_nvdec_hwaccel;
61extern const struct FFHWAccel ff_mpeg1_vdpau_hwaccel;
63extern const struct FFHWAccel ff_mpeg2_d3d11va_hwaccel;
64extern const struct FFHWAccel ff_mpeg2_d3d11va2_hwaccel;
65extern const struct FFHWAccel ff_mpeg2_d3d12va_hwaccel;
66extern const struct FFHWAccel ff_mpeg2_dxva2_hwaccel;
67extern const struct FFHWAccel ff_mpeg2_nvdec_hwaccel;
69extern const struct FFHWAccel ff_mpeg2_vaapi_hwaccel;
70extern const struct FFHWAccel ff_mpeg2_vdpau_hwaccel;
72extern const struct FFHWAccel ff_mpeg4_nvdec_hwaccel;
74extern const struct FFHWAccel ff_mpeg4_vaapi_hwaccel;
75extern const struct FFHWAccel ff_mpeg4_vdpau_hwaccel;
78extern const struct FFHWAccel ff_prores_vulkan_hwaccel;
80extern const struct FFHWAccel ff_prores_raw_vulkan_hwaccel;
81extern const struct FFHWAccel ff_vc1_d3d11va_hwaccel;
82extern const struct FFHWAccel ff_vc1_d3d11va2_hwaccel;
83extern const struct FFHWAccel ff_vc1_d3d12va_hwaccel;
84extern const struct FFHWAccel ff_vc1_dxva2_hwaccel;
85extern const struct FFHWAccel ff_vc1_nvdec_hwaccel;
86extern const struct FFHWAccel ff_vc1_nvdec_cuarray_hwaccel;
87extern const struct FFHWAccel ff_vc1_vaapi_hwaccel;
88extern const struct FFHWAccel ff_vc1_vdpau_hwaccel;
89extern const struct FFHWAccel ff_vp8_nvdec_hwaccel;
90extern const struct FFHWAccel ff_vp8_nvdec_cuarray_hwaccel;
91extern const struct FFHWAccel ff_vp8_vaapi_hwaccel;
92extern const struct FFHWAccel ff_vp9_d3d11va_hwaccel;
93extern const struct FFHWAccel ff_vp9_d3d11va2_hwaccel;
94extern const struct FFHWAccel ff_vp9_d3d12va_hwaccel;
95extern const struct FFHWAccel ff_vp9_dxva2_hwaccel;
96extern const struct FFHWAccel ff_vp9_nvdec_hwaccel;
97extern const struct FFHWAccel ff_vp9_nvdec_cuarray_hwaccel;
98extern const struct FFHWAccel ff_vp9_vaapi_hwaccel;
99extern const struct FFHWAccel ff_vp9_vdpau_hwaccel;
100extern const struct FFHWAccel ff_vp9_videotoolbox_hwaccel;
101extern const struct FFHWAccel ff_vp9_vulkan_hwaccel;
102extern const struct FFHWAccel ff_vvc_vaapi_hwaccel;
103extern const struct FFHWAccel ff_wmv3_d3d11va_hwaccel;
104extern const struct FFHWAccel ff_wmv3_d3d11va2_hwaccel;
105extern const struct FFHWAccel ff_wmv3_d3d12va_hwaccel;
106extern const struct FFHWAccel ff_wmv3_dxva2_hwaccel;
107extern const struct FFHWAccel ff_wmv3_nvdec_hwaccel;
108extern const struct FFHWAccel ff_wmv3_nvdec_cuarray_hwaccel;
109extern const struct FFHWAccel ff_wmv3_vaapi_hwaccel;
110extern const struct FFHWAccel ff_wmv3_vdpau_hwaccel;
111
112#endif /* AVCODEC_HWACCELS_H */
const struct FFHWAccel ff_wmv3_dxva2_hwaccel
const struct FFHWAccel ff_hevc_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_vp9_d3d12va_hwaccel
const struct FFHWAccel ff_h264_nvdec_hwaccel
const struct FFHWAccel ff_vp9_videotoolbox_hwaccel
const struct FFHWAccel ff_mpeg1_videotoolbox_hwaccel
const struct FFHWAccel ff_mpeg1_vdpau_hwaccel
const struct FFHWAccel ff_prores_raw_vulkan_hwaccel
const struct FFHWAccel ff_av1_vulkan_hwaccel
Definition vulkan_av1.c:654
const struct FFHWAccel ff_av1_d3d12va_hwaccel
const struct FFHWAccel ff_mpeg4_videotoolbox_hwaccel
const struct FFHWAccel ff_vp9_d3d11va2_hwaccel
const struct FFHWAccel ff_hevc_dxva2_hwaccel
const struct FFHWAccel ff_mpeg2_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_mpeg1_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_vp8_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_h264_d3d11va2_hwaccel
const struct FFHWAccel ff_av1_vdpau_hwaccel
Definition vdpau_av1.c:356
const struct FFHWAccel ff_vc1_d3d12va_hwaccel
const struct FFHWAccel ff_vc1_dxva2_hwaccel
const struct FFHWAccel ff_mpeg2_d3d11va_hwaccel
const struct FFHWAccel ff_hevc_videotoolbox_hwaccel
const struct FFHWAccel ff_mpeg2_d3d12va_hwaccel
const struct FFHWAccel ff_mpeg1_nvdec_hwaccel
const struct FFHWAccel ff_mjpeg_vaapi_hwaccel
const struct FFHWAccel ff_vc1_vaapi_hwaccel
Definition vaapi_vc1.c:527
const struct FFHWAccel ff_apv_vulkan_hwaccel
Definition vulkan_apv.c:543
const struct FFHWAccel ff_vc1_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_wmv3_d3d11va2_hwaccel
const struct FFHWAccel ff_vp9_vaapi_hwaccel
Definition vaapi_vp9.c:172
const struct FFHWAccel ff_vp9_nvdec_hwaccel
const struct FFHWAccel ff_hevc_d3d11va2_hwaccel
const struct FFHWAccel ff_mpeg2_vaapi_hwaccel
const struct FFHWAccel ff_vp9_vulkan_hwaccel
Definition vulkan_vp9.c:356
const struct FFHWAccel ff_vp8_vaapi_hwaccel
Definition vaapi_vp8.c:224
const struct FFHWAccel ff_av1_d3d11va2_hwaccel
const struct FFHWAccel ff_wmv3_d3d11va_hwaccel
const struct FFHWAccel ff_av1_dxva2_hwaccel
const struct FFHWAccel ff_mpeg2_nvdec_hwaccel
const struct FFHWAccel ff_ffv1_vulkan_hwaccel
const struct FFHWAccel ff_dpx_vulkan_hwaccel
Definition vulkan_dpx.c:330
const struct FFHWAccel ff_h263_vaapi_hwaccel
const struct FFHWAccel ff_hevc_nvdec_hwaccel
const struct FFHWAccel ff_av1_vaapi_hwaccel
Definition vaapi_av1.c:450
const struct FFHWAccel ff_h264_vulkan_hwaccel
const struct FFHWAccel ff_wmv3_vdpau_hwaccel
const struct FFHWAccel ff_mjpeg_nvdec_hwaccel
Definition nvdec_mjpeg.c:75
const struct FFHWAccel ff_vc1_d3d11va_hwaccel
const struct FFHWAccel ff_prores_raw_videotoolbox_hwaccel
const struct FFHWAccel ff_h264_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_vc1_nvdec_hwaccel
const struct FFHWAccel ff_vc1_d3d11va2_hwaccel
const struct FFHWAccel ff_mpeg2_dxva2_hwaccel
const struct FFHWAccel ff_h263_videotoolbox_hwaccel
const struct FFHWAccel ff_mpeg4_nvdec_hwaccel
const struct FFHWAccel ff_hevc_vdpau_hwaccel
Definition vdpau_hevc.c:545
const struct FFHWAccel ff_h264_vdpau_hwaccel
Definition vdpau_h264.c:265
const struct FFHWAccel ff_av1_d3d11va_hwaccel
const struct FFHWAccel ff_h264_d3d11va_hwaccel
const struct FFHWAccel ff_vp9_d3d11va_hwaccel
const struct FFHWAccel ff_vvc_vaapi_hwaccel
Definition vaapi_vvc.c:644
const struct FFHWAccel ff_wmv3_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_vc1_vdpau_hwaccel
Definition vdpau_vc1.c:160
const struct FFHWAccel ff_h264_dxva2_hwaccel
const struct FFHWAccel ff_mpeg4_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_wmv3_d3d12va_hwaccel
const struct FFHWAccel ff_vp8_nvdec_hwaccel
const struct FFHWAccel ff_mpeg2_vdpau_hwaccel
const struct FFHWAccel ff_vp9_vdpau_hwaccel
Definition vdpau_vp9.c:226
const struct FFHWAccel ff_mpeg4_vdpau_hwaccel
const struct FFHWAccel ff_av1_videotoolbox_hwaccel
const struct FFHWAccel ff_hevc_vaapi_hwaccel
Definition vaapi_hevc.c:659
const struct FFHWAccel ff_vp9_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_prores_vulkan_hwaccel
const struct FFHWAccel ff_mpeg2_videotoolbox_hwaccel
const struct FFHWAccel ff_av1_nvdec_cuarray_hwaccel
const struct FFHWAccel ff_av1_nvdec_hwaccel
const struct FFHWAccel ff_wmv3_nvdec_hwaccel
const struct FFHWAccel ff_hevc_d3d12va_hwaccel
const struct FFHWAccel ff_hevc_vulkan_hwaccel
const struct FFHWAccel ff_wmv3_vaapi_hwaccel
const struct FFHWAccel ff_mpeg2_d3d11va2_hwaccel
const struct FFHWAccel ff_mpeg4_vaapi_hwaccel
const struct FFHWAccel ff_prores_videotoolbox_hwaccel
const struct FFHWAccel ff_h264_videotoolbox_hwaccel
const struct FFHWAccel ff_h264_d3d12va_hwaccel
const struct FFHWAccel ff_hevc_d3d11va_hwaccel
const struct FFHWAccel ff_vp9_dxva2_hwaccel
const struct FFHWAccel ff_h264_vaapi_hwaccel
Definition vaapi_h264.c:397