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
aa3b5156
Commit
aa3b5156
authored
Feb 03, 2016
by
Vittorio Giovara
Committed by
Jean-Baptiste Kempf
Feb 05, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Hap fourcc
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
aa1ec5c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
include/vlc_fourcc.h
include/vlc_fourcc.h
+1
-0
modules/codec/avcodec/fourcc.c
modules/codec/avcodec/fourcc.c
+4
-1
src/misc/fourcc_list.h
src/misc/fourcc_list.h
+5
-0
No files found.
include/vlc_fourcc.h
View file @
aa3b5156
...
...
@@ -175,6 +175,7 @@
#define VLC_CODEC_TDSC VLC_FOURCC('T','D','S','C')
#define VLC_CODEC_HQX VLC_FOURCC('C','H','Q','X')
#define VLC_CODEC_HQ_HQA VLC_FOURCC('C','U','V','C')
#define VLC_CODEC_HAP VLC_FOURCC('H','A','P','1')
/***********
* Chromas
...
...
modules/codec/avcodec/fourcc.c
View file @
aa3b5156
...
...
@@ -266,7 +266,10 @@ static const struct
#if LIBAVCODEC_VERSION_CHECK( 56, 23, 0, 35, 100 )
{
VLC_CODEC_HQ_HQA
,
AV_CODEC_ID_HQ_HQA
,
VIDEO_ES
},
#endif
/* AV_CODEC_ID_HAP */
#if LIBAVCODEC_VERSION_CHECK( 57, 9, 0, 13, 100 )
{
VLC_CODEC_HAP
,
AV_CODEC_ID_HAP
,
VIDEO_ES
},
#endif
/* AV_CODEC_ID_DDS */
#if LIBAVCODEC_VERSION_CHECK( 56, 31, 0, 46, 100 )
{
VLC_CODEC_G2M2
,
AV_CODEC_ID_G2M
,
VIDEO_ES
},
...
...
src/misc/fourcc_list.h
View file @
aa3b5156
...
...
@@ -711,6 +711,11 @@ static const staticentry_t p_list_video[] = {
B
(
VLC_CODEC_HQ_HQA
,
"Canopus HQ"
),
B
(
VLC_CODEC_HAP
,
"Vidvox Hap"
),
A
(
"Hap1"
),
E
(
"Hap5"
,
"Vidvox Hap Alpha"
),
E
(
"HapY"
,
"Vidvox Hap Q"
),
/* */
B
(
VLC_CODEC_YV12
,
"Planar 4:2:0 YVU"
),
A
(
"YV12"
),
...
...
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