Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
0281d5ec
Commit
0281d5ec
authored
Jul 09, 2017
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/magicyuv: add 12 bit formats
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
fa3fd7f5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
88 additions
and
19 deletions
+88
-19
magicyuv.c
libavcodec/magicyuv.c
+84
-19
isom.c
libavformat/isom.c
+2
-0
riff.c
libavformat/riff.c
+2
-0
No files found.
libavcodec/magicyuv.c
View file @
0281d5ec
This diff is collapsed.
Click to expand it.
libavformat/isom.c
View file @
0281d5ec
...
...
@@ -289,6 +289,8 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'8'
,
'Y'
,
'2'
)
},
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'8'
,
'Y'
,
'4'
)
},
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'8'
,
'Y'
,
'A'
)
},
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'2'
,
'R'
,
'A'
)
},
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'2'
,
'R'
,
'G'
)
},
{
AV_CODEC_ID_SHEERVIDEO
,
MKTAG
(
'S'
,
'h'
,
'r'
,
'0'
)
},
{
AV_CODEC_ID_SHEERVIDEO
,
MKTAG
(
'S'
,
'h'
,
'r'
,
'1'
)
},
...
...
libavformat/riff.c
View file @
0281d5ec
...
...
@@ -447,6 +447,8 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'0'
,
'R'
,
'G'
)
},
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'0'
,
'G'
,
'0'
)
},
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'0'
,
'Y'
,
'2'
)
},
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'2'
,
'R'
,
'A'
)
},
{
AV_CODEC_ID_MAGICYUV
,
MKTAG
(
'M'
,
'2'
,
'R'
,
'G'
)
},
{
AV_CODEC_ID_YLC
,
MKTAG
(
'Y'
,
'L'
,
'C'
,
'0'
)
},
{
AV_CODEC_ID_SPEEDHQ
,
MKTAG
(
'S'
,
'H'
,
'Q'
,
'0'
)
},
{
AV_CODEC_ID_SPEEDHQ
,
MKTAG
(
'S'
,
'H'
,
'Q'
,
'1'
)
},
...
...
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