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
d352df09
Commit
d352df09
authored
Apr 24, 2011
by
ami_stuff
Committed by
Diego Biurrun
Jun 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rawvideo: Support auv2 fourcc.
parent
087d93f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
raw.c
libavcodec/raw.c
+1
-0
riff.c
libavformat/riff.c
+1
-0
No files found.
libavcodec/raw.c
View file @
d352df09
...
...
@@ -61,6 +61,7 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
{
PIX_FMT_UYVY422
,
MKTAG
(
'A'
,
'V'
,
'1'
,
'x'
)
},
/* Avid 1:1x */
{
PIX_FMT_UYVY422
,
MKTAG
(
'A'
,
'V'
,
'u'
,
'p'
)
},
{
PIX_FMT_UYVY422
,
MKTAG
(
'V'
,
'D'
,
'T'
,
'Z'
)
},
/* SoftLab-NSK VideoTizer */
{
PIX_FMT_UYVY422
,
MKTAG
(
'a'
,
'u'
,
'v'
,
'2'
)
},
{
PIX_FMT_UYYVYY411
,
MKTAG
(
'Y'
,
'4'
,
'1'
,
'1'
)
},
{
PIX_FMT_GRAY8
,
MKTAG
(
'G'
,
'R'
,
'E'
,
'Y'
)
},
{
PIX_FMT_NV12
,
MKTAG
(
'N'
,
'V'
,
'1'
,
'2'
)
},
...
...
libavformat/riff.c
View file @
d352df09
...
...
@@ -180,6 +180,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'4'
,
'2'
,
'B'
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'U'
,
'V'
,
'9'
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'V'
,
'U'
,
'9'
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'a'
,
'u'
,
'v'
,
'2'
)
},
{
CODEC_ID_FRWU
,
MKTAG
(
'F'
,
'R'
,
'W'
,
'U'
)
},
{
CODEC_ID_R10K
,
MKTAG
(
'R'
,
'1'
,
'0'
,
'k'
)
},
{
CODEC_ID_R210
,
MKTAG
(
'r'
,
'2'
,
'1'
,
'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