Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
7243b753
Commit
7243b753
authored
Jun 16, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DxVA2: add the GUID for H264/VLD With FMO/ASO
As per the updated specification of December 2010
parent
7f965d55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
modules/codec/avcodec/dxva2.c
modules/codec/avcodec/dxva2.c
+13
-9
No files found.
modules/codec/avcodec/dxva2.c
View file @
7243b753
...
...
@@ -96,6 +96,9 @@ static const GUID DXVA2_ModeH264_E = {
static
const
GUID
DXVA2_ModeH264_F
=
{
0x1b81be69
,
0xa0c7
,
0x11d3
,
{
0xb9
,
0x84
,
0x00
,
0xc0
,
0x4f
,
0x2e
,
0x73
,
0xc5
}
};
static
const
GUID
DXVA_ModeH264_VLD_WithFMOASO_NoFGT
=
{
0xd5f04ff9
,
0x3418
,
0x45d8
,
{
0x95
,
0x61
,
0x32
,
0xa7
,
0x6a
,
0xae
,
0x2d
,
0xdd
}
};
static
const
GUID
DXVADDI_Intel_ModeH264_A
=
{
0x604F8E64
,
0x4951
,
0x4c54
,
{
0x88
,
0xFE
,
0xAB
,
0xD2
,
0x5C
,
0x15
,
0xB3
,
0xD6
}
};
...
...
@@ -165,15 +168,16 @@ static const dxva2_mode_t dxva2_modes[] = {
{
"MPEG-1 variable-length decoder"
,
&
DXVA2_ModeMPEG1_VLD
,
0
},
{
"H.264 variable-length decoder, film grain technology"
,
&
DXVA2_ModeH264_F
,
CODEC_ID_H264
},
{
"H.264 variable-length decoder, no film grain technology"
,
&
DXVA2_ModeH264_E
,
CODEC_ID_H264
},
{
"H.264 variable-length decoder, no film grain technology (Intel ClearVideo)"
,
&
DXVADDI_Intel_ModeH264_E
,
CODEC_ID_H264
},
{
"H.264 inverse discrete cosine transform, film grain technology"
,
&
DXVA2_ModeH264_D
,
0
},
{
"H.264 inverse discrete cosine transform, no film grain technology"
,
&
DXVA2_ModeH264_C
,
0
},
{
"H.264 inverse discrete cosine transform, no film grain technology (Intel)"
,
&
DXVADDI_Intel_ModeH264_C
,
0
},
{
"H.264 motion compensation, film grain technology"
,
&
DXVA2_ModeH264_B
,
0
},
{
"H.264 motion compensation, no film grain technology"
,
&
DXVA2_ModeH264_A
,
0
},
{
"H.264 motion compensation, no film grain technology (Intel)"
,
&
DXVADDI_Intel_ModeH264_A
,
0
},
{
"H.264 variable-length decoder, film grain technology"
,
&
DXVA2_ModeH264_F
,
CODEC_ID_H264
},
{
"H.264 variable-length decoder, no film grain technology"
,
&
DXVA2_ModeH264_E
,
CODEC_ID_H264
},
{
"H.264 variable-length decoder, no film grain technology (Intel ClearVideo)"
,
&
DXVADDI_Intel_ModeH264_E
,
CODEC_ID_H264
},
{
"H.264 variable-length decoder, no film grain technology, FMO/ASO"
,
&
DXVA_ModeH264_VLD_WithFMOASO_NoFGT
,
CODEC_ID_H264
},
{
"H.264 inverse discrete cosine transform, film grain technology"
,
&
DXVA2_ModeH264_D
,
0
},
{
"H.264 inverse discrete cosine transform, no film grain technology"
,
&
DXVA2_ModeH264_C
,
0
},
{
"H.264 inverse discrete cosine transform, no film grain technology (Intel)"
,
&
DXVADDI_Intel_ModeH264_C
,
0
},
{
"H.264 motion compensation, film grain technology"
,
&
DXVA2_ModeH264_B
,
0
},
{
"H.264 motion compensation, no film grain technology"
,
&
DXVA2_ModeH264_A
,
0
},
{
"H.264 motion compensation, no film grain technology (Intel)"
,
&
DXVADDI_Intel_ModeH264_A
,
0
},
{
"Windows Media Video 8 motion compensation"
,
&
DXVA2_ModeWMV8_B
,
0
},
{
"Windows Media Video 8 post processing"
,
&
DXVA2_ModeWMV8_A
,
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