Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
b993decd
Commit
b993decd
authored
Apr 06, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add numerous FourCC fixing avi samples...
parent
c3d8ac7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
src/misc/fourcc.c
src/misc/fourcc.c
+13
-0
No files found.
src/misc/fourcc.c
View file @
b993decd
...
...
@@ -70,6 +70,8 @@ static const staticentry_t p_list_video[] = {
B
(
VLC_CODEC_MP1V
,
"MPEG-1 Video"
),
A
(
"mp1v"
),
A
(
"mpg1"
),
A
(
"BW10"
),
E
(
"XMPG"
,
"Xing MPEG-1 Intra"
),
B
(
VLC_CODEC_MPGV
,
"MPEG-1/2 Video"
),
B
(
VLC_CODEC_MP2V
,
"MPEG-2 Video"
),
...
...
@@ -168,6 +170,7 @@ static const staticentry_t p_list_video[] = {
A
(
"EPHV"
),
A
(
"DM4V"
),
A
(
"SM4V"
),
A
(
"DYM4"
),
/* XVID flavours */
E
(
"xvid"
,
"Xvid MPEG-4 Video"
),
E
(
"XVID"
,
"Xvid MPEG-4 Video"
),
...
...
@@ -298,6 +301,10 @@ static const staticentry_t p_list_video[] = {
E
(
"DAVC"
,
"Dicas MPEGable H.264/MPEG-4 AVC"
),
E
(
"davc"
,
"Dicas MPEGable H.264/MPEG-4 AVC"
),
E
(
"x3eV"
,
"DreX H.264"
),
E
(
"GAVC"
,
"GeoVision MPEG-4 AVC"
),
E
(
"Q264"
,
"QNAP H.264/MPEG-4 AVC"
),
A
(
"UMSV"
),
A
(
"SMV2"
),
/* H263 and H263i */
/* H263(+) is also known as Real Video 1.0 */
...
...
@@ -346,6 +353,7 @@ static const staticentry_t p_list_video[] = {
B
(
VLC_CODEC_FLIC
,
"Flic Video"
),
A
(
"FLIC"
),
A
(
"AFLC"
),
/* MJPEG */
B
(
VLC_CODEC_MJPG
,
"Motion JPEG Video"
),
...
...
@@ -418,6 +426,8 @@ static const staticentry_t p_list_video[] = {
A
(
"PDVC"
),
A
(
"IPDV"
),
A
(
"ipdv"
),
A
(
"pdvc"
),
A
(
"SL25"
),
E
(
"dvcp"
,
"DV Video PAL"
),
E
(
"dvc "
,
"DV Video NTSC"
),
E
(
"dvp "
,
"DV Video Pro"
),
...
...
@@ -447,6 +457,7 @@ static const staticentry_t p_list_video[] = {
B
(
VLC_CODEC_WMV2
,
"Windows Media Video 8"
),
A
(
"WMV2"
),
A
(
"wmv2"
),
A
(
"GXVE"
),
B
(
VLC_CODEC_WMV3
,
"Windows Media Video 9"
),
A
(
"WMV3"
),
...
...
@@ -651,9 +662,11 @@ static const staticentry_t p_list_video[] = {
B
(
VLC_CODEC_WNV1
,
"Winnov WNV1 Video"
),
A
(
"WNV1"
),
A
(
"YUV8"
),
B
(
VLC_CODEC_AASC
,
"Autodesc RLE Video"
),
A
(
"AASC"
),
E
(
"AAS4"
,
"Autodesc RLE Video 24bit"
),
B
(
VLC_CODEC_INDEO2
,
"Indeo Video v2"
),
A
(
"IV20"
),
...
...
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