Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
442
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
e8022122
Commit
e8022122
authored
11 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Introduce ICOD fourCC
Ref
#5567
parent
4e1a2a3c
No related branches found
Tags
0.2.83
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/vlc_fourcc.h
+1
-0
1 addition, 0 deletions
include/vlc_fourcc.h
src/misc/fourcc.c
+3
-0
3 additions, 0 deletions
src/misc/fourcc.c
with
4 additions
and
0 deletions
include/vlc_fourcc.h
+
1
−
0
View file @
e8022122
...
...
@@ -132,6 +132,7 @@
#define VLC_CODEC_MTS2 VLC_FOURCC('M','T','S','2')
#define VLC_CODEC_HEVC VLC_FOURCC('h','e','v','c')
#define VLC_CODEC_VP9 VLC_FOURCC('V','P','9','0')
#define VLC_CODEC_ICOD VLC_FOURCC('i','c','o','d')
/* Planar YUV 4:1:0 Y:V:U */
#define VLC_CODEC_YV9 VLC_FOURCC('Y','V','U','9')
...
...
This diff is collapsed.
Click to expand it.
src/misc/fourcc.c
+
3
−
0
View file @
e8022122
...
...
@@ -706,6 +706,9 @@ static const staticentry_t p_list_video[] = {
E
(
"ap4c"
,
"Apple ProRes 4444"
),
E
(
"ap4h"
,
"Apple ProRes 4444"
),
B
(
VLC_CODEC_ICOD
,
"Apple Intermediate Codec"
),
A
(
"icod"
),
/* */
B
(
VLC_CODEC_YV12
,
"Planar 4:2:0 YVU"
),
A
(
"YV12"
),
...
...
This diff is collapsed.
Click to expand it.
Migration Bot
@MigrationBot
mentioned in issue
#5567 (closed)
·
3 years ago
mentioned in issue
#5567 (closed)
mentioned in issue #5567
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment