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
410ca3bc
Commit
410ca3bc
authored
May 12, 2011
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support Digital Voodoo SD 8 Bit in mov (ticket 195).
parent
92ccdfb8
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
isom.c
libavformat/isom.c
+1
-0
No files found.
libavcodec/raw.c
View file @
410ca3bc
...
...
@@ -122,6 +122,7 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
{
PIX_FMT_UYVY422
,
MKTAG
(
'A'
,
'V'
,
'U'
,
'I'
)
},
/* FIXME merge both fields */
{
PIX_FMT_YUYV422
,
MKTAG
(
'y'
,
'u'
,
'v'
,
'2'
)
},
{
PIX_FMT_YUYV422
,
MKTAG
(
'y'
,
'u'
,
'v'
,
's'
)
},
{
PIX_FMT_YUYV422
,
MKTAG
(
'D'
,
'V'
,
'O'
,
'O'
)
},
/* Digital Voodoo SD 8 Bit */
{
PIX_FMT_PAL8
,
MKTAG
(
'W'
,
'R'
,
'A'
,
'W'
)
},
{
PIX_FMT_RGB555LE
,
MKTAG
(
'L'
,
'5'
,
'5'
,
'5'
)
},
{
PIX_FMT_RGB565LE
,
MKTAG
(
'L'
,
'5'
,
'6'
,
'5'
)
},
...
...
libavformat/isom.c
View file @
410ca3bc
...
...
@@ -81,6 +81,7 @@ const AVCodecTag codec_movvideo_tags[] = {
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'A'
,
'B'
,
'G'
,
'R'
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'b'
,
'1'
,
'6'
,
'g'
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'b'
,
'4'
,
'8'
,
'r'
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'D'
,
'V'
,
'O'
,
'O'
)
},
/* Digital Voodoo SD 8 Bit */
{
CODEC_ID_R10K
,
MKTAG
(
'R'
,
'1'
,
'0'
,
'k'
)
},
/* UNCOMPRESSED 10BIT RGB */
{
CODEC_ID_R10K
,
MKTAG
(
'R'
,
'1'
,
'0'
,
'g'
)
},
/* UNCOMPRESSED 10BIT RGB */
...
...
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