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
3466db33
Commit
3466db33
authored
Jun 16, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DxVA2: Add the GUIDs for
MPEG-4
Part 2
Not used yet. It should also support H.263
parent
7243b753
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
modules/codec/avcodec/dxva2.c
modules/codec/avcodec/dxva2.c
+13
-1
No files found.
modules/codec/avcodec/dxva2.c
View file @
3466db33
...
...
@@ -152,6 +152,15 @@ static const GUID DXVA_Intel_VC1_ClearVideo = {
static
const
GUID
DXVA_nVidia_MPEG4_ASP
=
{
0x9947EC6F
,
0x689B
,
0x11DC
,
{
0xA3
,
0x20
,
0x00
,
0x19
,
0xDB
,
0xBC
,
0x41
,
0x84
}
};
static
const
GUID
DXVA_ModeMPEG4pt2_VLD_Simple
=
{
0xefd64d74
,
0xc9e8
,
0x41d7
,
{
0xa5
,
0xe9
,
0xe9
,
0xb0
,
0xe3
,
0x9f
,
0xa3
,
0x19
}
};
static
const
GUID
DXVA_ModeMPEG4pt2_VLD_AdvSimple_NoGMC
=
{
0xed418a9f
,
0x10d
,
0x4eda
,
{
0x9a
,
0xe3
,
0x9a
,
0x65
,
0x35
,
0x8d
,
0x8d
,
0x2e
}
};
static
const
GUID
DXVA_ModeMPEG4pt2_VLD_AdvSimple_GMC
=
{
0xab998b5b
,
0x4258
,
0x44a9
,
{
0x9f
,
0xeb
,
0x94
,
0xe5
,
0x97
,
0xa6
,
0xba
,
0xae
}
};
/* */
typedef
struct
{
...
...
@@ -196,7 +205,10 @@ static const dxva2_mode_t dxva2_modes[] = {
{
"VC-1 variable-length decoder (Intel)"
,
&
DXVA_Intel_VC1_ClearVideo
,
0
},
{
"MPEG-4 ASP nVidia bitstream decoder"
,
&
DXVA_nVidia_MPEG4_ASP
,
0
},
{
"MPEG-4 Part 2 nVidia bitstream decoder"
,
&
DXVA_nVidia_MPEG4_ASP
,
0
},
{
"MPEG-4 Part 2 variable-length decoder, Simple Profile"
,
&
DXVA_ModeMPEG4pt2_VLD_Simple
,
0
},
{
"MPEG-4 Part 2 variable-length decoder, Simple&Advanced Profile, no global motion compensation"
,
&
DXVA_ModeMPEG4pt2_VLD_AdvSimple_NoGMC
,
0
},
{
"MPEG-4 Part 2 variable-length decoder, Simple&Advanced Profile, global motion compensation"
,
&
DXVA_ModeMPEG4pt2_VLD_AdvSimple_GMC
,
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