Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
4b555eab
Commit
4b555eab
authored
Jul 01, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DxVA2: user-friendly descriptions
parent
6f9bf4ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
modules/codec/avcodec/dxva2.c
modules/codec/avcodec/dxva2.c
+26
-26
No files found.
modules/codec/avcodec/dxva2.c
View file @
4b555eab
...
@@ -142,31 +142,31 @@ typedef struct {
...
@@ -142,31 +142,31 @@ typedef struct {
}
dxva2_mode_t
;
}
dxva2_mode_t
;
/* XXX Prefered modes must come first */
/* XXX Prefered modes must come first */
static
const
dxva2_mode_t
dxva2_modes
[]
=
{
static
const
dxva2_mode_t
dxva2_modes
[]
=
{
{
"
DXVA2_ModeMPEG2_VLD"
,
&
DXVA2_ModeMPEG2_VLD
,
CODEC_ID_MPEG2VIDEO
},
{
"
MPEG-2 variable-length decoder"
,
&
DXVA2_ModeMPEG2_VLD
,
CODEC_ID_MPEG2VIDEO
},
{
"
DXVA2_ModeMPEG2_MoComp"
,
&
DXVA2_ModeMPEG2_MoComp
,
0
},
{
"
MPEG-2 motion compensation"
,
&
DXVA2_ModeMPEG2_MoComp
,
0
},
{
"
DXVA2_ModeMPEG2_IDCT"
,
&
DXVA2_ModeMPEG2_IDCT
,
0
},
{
"
MPEG-2 inverse discrete cosine transform"
,
&
DXVA2_ModeMPEG2_IDCT
,
0
},
{
"H.264 variable-length decoder
(VLD), FGT"
,
&
DXVA2_ModeH264_F
,
CODEC_ID_H264
},
{
"H.264 variable-length decoder
, film grain technology"
,
&
DXVA2_ModeH264_F
,
CODEC_ID_H264
},
{
"H.264
VLD, no FGT"
,
&
DXVA2_ModeH264_E
,
CODEC_ID_H264
},
{
"H.264
variable-length decoder, no film grain technology"
,
&
DXVA2_ModeH264_E
,
CODEC_ID_H264
},
{
"H.264
VLD, no FGT (Intel)"
,
&
DXVADDI_Intel_ModeH264_E
,
CODEC_ID_H264
},
{
"H.264
variable-length decoder, no film grain technology (Intel)"
,
&
DXVADDI_Intel_ModeH264_E
,
CODEC_ID_H264
},
{
"H.264
IDCT, FGT"
,
&
DXVA2_ModeH264_D
,
0
},
{
"H.264
inverse discrete cosine transform, film grain technology"
,
&
DXVA2_ModeH264_D
,
0
},
{
"H.264 inverse discrete cosine transform
(IDCT), no FGT"
,
&
DXVA2_ModeH264_C
,
0
},
{
"H.264 inverse discrete cosine transform
, no film grain technology"
,
&
DXVA2_ModeH264_C
,
0
},
{
"H.264 inverse discrete cosine transform
(IDCT), no FGT (Intel)"
,
&
DXVADDI_Intel_ModeH264_C
,
0
},
{
"H.264 inverse discrete cosine transform
, no film grain technology (Intel)"
,
&
DXVADDI_Intel_ModeH264_C
,
0
},
{
"H.264
MoComp, FGT"
,
&
DXVA2_ModeH264_B
,
0
},
{
"H.264
motion compensation, film grain technology"
,
&
DXVA2_ModeH264_B
,
0
},
{
"H.264 motion compensation
(MoComp), no FGT"
,
&
DXVA2_ModeH264_A
,
0
},
{
"H.264 motion compensation
, no film grain technology"
,
&
DXVA2_ModeH264_A
,
0
},
{
"H.264 motion compensation
(MoComp), no FGT (Intel)"
,
&
DXVADDI_Intel_ModeH264_A
,
0
},
{
"H.264 motion compensation
, no film grain technology (Intel)"
,
&
DXVADDI_Intel_ModeH264_A
,
0
},
{
"Windows Media Video 8
MoComp"
,
&
DXVA2_ModeWMV8_B
,
0
},
{
"Windows Media Video 8
motion compensation"
,
&
DXVA2_ModeWMV8_B
,
0
},
{
"Windows Media Video 8 post processing"
,
&
DXVA2_ModeWMV8_A
,
0
},
{
"Windows Media Video 8 post processing"
,
&
DXVA2_ModeWMV8_A
,
0
},
{
"Windows Media Video 9 IDCT"
,
&
DXVA2_ModeWMV9_C
,
0
},
{
"Windows Media Video 9 IDCT"
,
&
DXVA2_ModeWMV9_C
,
0
},
{
"Windows Media Video 9 MoComp"
,
&
DXVA2_ModeWMV9_B
,
0
},
{
"Windows Media Video 9 motion compensation"
,
&
DXVA2_ModeWMV9_B
,
0
},
{
"Windows Media Video 9 post processing"
,
&
DXVA2_ModeWMV9_A
,
0
},
{
"Windows Media Video 9 post processing"
,
&
DXVA2_ModeWMV9_A
,
0
},
{
"VC-1
VLD"
,
&
DXVA2_ModeVC1_D
,
CODEC_ID_VC1
},
{
"VC-1
variable-length decoder"
,
&
DXVA2_ModeVC1_D
,
CODEC_ID_VC1
},
{
"VC-1
VLD"
,
&
DXVA2_ModeVC1_D
,
CODEC_ID_WMV3
},
{
"VC-1
variable-length decoder"
,
&
DXVA2_ModeVC1_D
,
CODEC_ID_WMV3
},
{
"VC-1
IDCT"
,
&
DXVA2_ModeVC1_C
,
0
},
{
"VC-1
inverse discrete cosine transform"
,
&
DXVA2_ModeVC1_C
,
0
},
{
"VC-1
MoComp"
,
&
DXVA2_ModeVC1_B
,
0
},
{
"VC-1
motion compensation"
,
&
DXVA2_ModeVC1_B
,
0
},
{
"VC-1 post processing"
,
&
DXVA2_ModeVC1_A
,
0
},
{
"VC-1 post processing"
,
&
DXVA2_ModeVC1_A
,
0
},
{
NULL
,
NULL
,
0
}
{
NULL
,
NULL
,
0
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment