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
299d58e1
Commit
299d58e1
authored
May 08, 2012
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support yuva422p rawvideo in nut.
parent
29fe6b3c
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
6 deletions
+8
-6
raw.c
libavcodec/raw.c
+1
-0
nut.c
libavformat/nut.c
+1
-0
pixdesc
tests/ref/lavfi/pixdesc
+1
-1
pixfmts_copy
tests/ref/lavfi/pixfmts_copy
+1
-1
pixfmts_null
tests/ref/lavfi/pixfmts_null
+1
-1
pixfmts_pad
tests/ref/lavfi/pixfmts_pad
+1
-1
pixfmts_scale
tests/ref/lavfi/pixfmts_scale
+1
-1
pixfmts_vflip
tests/ref/lavfi/pixfmts_vflip
+1
-1
No files found.
libavcodec/raw.c
View file @
299d58e1
...
@@ -130,6 +130,7 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
...
@@ -130,6 +130,7 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
{
PIX_FMT_YUV444P16LE
,
MKTAG
(
'Y'
,
'3'
,
0
,
16
)
},
{
PIX_FMT_YUV444P16LE
,
MKTAG
(
'Y'
,
'3'
,
0
,
16
)
},
{
PIX_FMT_YUV444P16BE
,
MKTAG
(
16
,
0
,
'3'
,
'Y'
)
},
{
PIX_FMT_YUV444P16BE
,
MKTAG
(
16
,
0
,
'3'
,
'Y'
)
},
{
PIX_FMT_YUVA420P
,
MKTAG
(
'Y'
,
'4'
,
11
,
8
)
},
{
PIX_FMT_YUVA420P
,
MKTAG
(
'Y'
,
'4'
,
11
,
8
)
},
{
PIX_FMT_YUVA422P
,
MKTAG
(
'Y'
,
'4'
,
10
,
8
)
},
{
PIX_FMT_YUVA444P
,
MKTAG
(
'Y'
,
'4'
,
0
,
8
)
},
{
PIX_FMT_YUVA444P
,
MKTAG
(
'Y'
,
'4'
,
0
,
8
)
},
{
PIX_FMT_GRAY8A
,
MKTAG
(
'Y'
,
'2'
,
0
,
8
)
},
{
PIX_FMT_GRAY8A
,
MKTAG
(
'Y'
,
'2'
,
0
,
8
)
},
...
...
libavformat/nut.c
View file @
299d58e1
...
@@ -93,6 +93,7 @@ const AVCodecTag ff_nut_video_tags[] = {
...
@@ -93,6 +93,7 @@ const AVCodecTag ff_nut_video_tags[] = {
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'3'
,
0
,
16
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'3'
,
0
,
16
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
16
,
0
,
'3'
,
'Y'
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
16
,
0
,
'3'
,
'Y'
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'4'
,
11
,
8
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'4'
,
11
,
8
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'4'
,
10
,
8
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'4'
,
0
,
8
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'4'
,
0
,
8
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'2'
,
0
,
8
)
},
{
CODEC_ID_RAWVIDEO
,
MKTAG
(
'Y'
,
'2'
,
0
,
8
)
},
{
CODEC_ID_NONE
,
0
}
{
CODEC_ID_NONE
,
0
}
...
...
tests/ref/lavfi/pixdesc
View file @
299d58e1
...
@@ -61,7 +61,7 @@ yuv444p16le 20f86bc2f68d2b3f1f2b48b97b2189f4
...
@@ -61,7 +61,7 @@ yuv444p16le 20f86bc2f68d2b3f1f2b48b97b2189f4
yuv444p9be 6ab31f4c12b533ce318ecdff83cdd054
yuv444p9be 6ab31f4c12b533ce318ecdff83cdd054
yuv444p9le f0606604a5c08becab6ba500124c4b7c
yuv444p9le f0606604a5c08becab6ba500124c4b7c
yuva420p a29884f3f3dfe1e00b961bc17bef3d47
yuva420p a29884f3f3dfe1e00b961bc17bef3d47
yuva422p
92b6815f465297284cdb843711682cee
yuva422p
85a8b4813cf90c3b194307f181717693
yuva444p 706799c07e91db8d2ca3187cdc0c82df
yuva444p 706799c07e91db8d2ca3187cdc0c82df
yuvj420p 32eec78ba51857b16ce9b813a49b7189
yuvj420p 32eec78ba51857b16ce9b813a49b7189
yuvj422p 0dfa0ed434f73be51428758c69e082cb
yuvj422p 0dfa0ed434f73be51428758c69e082cb
...
...
tests/ref/lavfi/pixfmts_copy
View file @
299d58e1
...
@@ -62,7 +62,7 @@ yuv444p16le 20f86bc2f68d2b3f1f2b48b97b2189f4
...
@@ -62,7 +62,7 @@ yuv444p16le 20f86bc2f68d2b3f1f2b48b97b2189f4
yuv444p9be 6ab31f4c12b533ce318ecdff83cdd054
yuv444p9be 6ab31f4c12b533ce318ecdff83cdd054
yuv444p9le f0606604a5c08becab6ba500124c4b7c
yuv444p9le f0606604a5c08becab6ba500124c4b7c
yuva420p a29884f3f3dfe1e00b961bc17bef3d47
yuva420p a29884f3f3dfe1e00b961bc17bef3d47
yuva422p
92b6815f465297284cdb843711682cee
yuva422p
85a8b4813cf90c3b194307f181717693
yuva444p 706799c07e91db8d2ca3187cdc0c82df
yuva444p 706799c07e91db8d2ca3187cdc0c82df
yuvj420p 32eec78ba51857b16ce9b813a49b7189
yuvj420p 32eec78ba51857b16ce9b813a49b7189
yuvj422p 0dfa0ed434f73be51428758c69e082cb
yuvj422p 0dfa0ed434f73be51428758c69e082cb
...
...
tests/ref/lavfi/pixfmts_null
View file @
299d58e1
...
@@ -62,7 +62,7 @@ yuv444p16le 20f86bc2f68d2b3f1f2b48b97b2189f4
...
@@ -62,7 +62,7 @@ yuv444p16le 20f86bc2f68d2b3f1f2b48b97b2189f4
yuv444p9be 6ab31f4c12b533ce318ecdff83cdd054
yuv444p9be 6ab31f4c12b533ce318ecdff83cdd054
yuv444p9le f0606604a5c08becab6ba500124c4b7c
yuv444p9le f0606604a5c08becab6ba500124c4b7c
yuva420p a29884f3f3dfe1e00b961bc17bef3d47
yuva420p a29884f3f3dfe1e00b961bc17bef3d47
yuva422p
92b6815f465297284cdb843711682cee
yuva422p
85a8b4813cf90c3b194307f181717693
yuva444p 706799c07e91db8d2ca3187cdc0c82df
yuva444p 706799c07e91db8d2ca3187cdc0c82df
yuvj420p 32eec78ba51857b16ce9b813a49b7189
yuvj420p 32eec78ba51857b16ce9b813a49b7189
yuvj422p 0dfa0ed434f73be51428758c69e082cb
yuvj422p 0dfa0ed434f73be51428758c69e082cb
...
...
tests/ref/lavfi/pixfmts_pad
View file @
299d58e1
...
@@ -16,7 +16,7 @@ yuv422p 3e0d822c11c716e7636387b1bf27c5ff
...
@@ -16,7 +16,7 @@ yuv422p 3e0d822c11c716e7636387b1bf27c5ff
yuv440p 225dd7fbc8cceb24c26b765187d43a9e
yuv440p 225dd7fbc8cceb24c26b765187d43a9e
yuv444p 45484f0411d336ce94636da0395f4692
yuv444p 45484f0411d336ce94636da0395f4692
yuva420p 919722724765dc3a716c38fa53b20580
yuva420p 919722724765dc3a716c38fa53b20580
yuva422p
bdb4a25a087cd83cac72ac4a9f1d299e
yuva422p
4d090fc37b5c653d38fa649dba7203d1
yuva444p a6193323b438fbce3a7e0203eff020ec
yuva444p a6193323b438fbce3a7e0203eff020ec
yuvj420p 4f20e2799966c21a9d9e0788b0956925
yuvj420p 4f20e2799966c21a9d9e0788b0956925
yuvj422p e4d84b0683f77a76f1c17d976eff127c
yuvj422p e4d84b0683f77a76f1c17d976eff127c
...
...
tests/ref/lavfi/pixfmts_scale
View file @
299d58e1
...
@@ -62,7 +62,7 @@ yuv444p16le a0c5d3c7bf3f181db503cf8e450d1335
...
@@ -62,7 +62,7 @@ yuv444p16le a0c5d3c7bf3f181db503cf8e450d1335
yuv444p9be 9ac2643ce7f7e5c4e17c8c9fd8494d4a
yuv444p9be 9ac2643ce7f7e5c4e17c8c9fd8494d4a
yuv444p9le 896a1cc9cccca1ba410dd53942d33cc4
yuv444p9le 896a1cc9cccca1ba410dd53942d33cc4
yuva420p 8673a9131fb47de69788863f93a50eb7
yuva420p 8673a9131fb47de69788863f93a50eb7
yuva422p
3c76ebeca0a7d3aa5f8e31ef80a86ffe
yuva422p
c576dc435c7a22f0d17a7aec151ce26f
yuva444p d7a2d5bcdfb762f449a810856d1251fe
yuva444p d7a2d5bcdfb762f449a810856d1251fe
yuvj420p 30427bd6caf5bda93a173dbebe759e09
yuvj420p 30427bd6caf5bda93a173dbebe759e09
yuvj422p fc8288f64fd149573f73cf8da05d8e6d
yuvj422p fc8288f64fd149573f73cf8da05d8e6d
...
...
tests/ref/lavfi/pixfmts_vflip
View file @
299d58e1
...
@@ -62,7 +62,7 @@ yuv444p16le 8e83323cf102d6c823a03ae8a7b7e033
...
@@ -62,7 +62,7 @@ yuv444p16le 8e83323cf102d6c823a03ae8a7b7e033
yuv444p9be 6ac92b7dc9ab2fc59bee99204886899a
yuv444p9be 6ac92b7dc9ab2fc59bee99204886899a
yuv444p9le 85aef13a654953d3455d89770b0d74bd
yuv444p9le 85aef13a654953d3455d89770b0d74bd
yuva420p c705d1cf061d8c6580ac690b55f92276
yuva420p c705d1cf061d8c6580ac690b55f92276
yuva422p
6aed0ea657ed51cc047a4fbdd981aec8
yuva422p
5e2c7a58eb243892c9a262947ab9b937
yuva444p 1ea8e96f8e962b09ac20a414c003ea65
yuva444p 1ea8e96f8e962b09ac20a414c003ea65
yuvj420p 41fd02b204da0ab62452cd14b595e2e4
yuvj420p 41fd02b204da0ab62452cd14b595e2e4
yuvj422p 7f6ca9bc1812cde02036d7d29a7cce43
yuvj422p 7f6ca9bc1812cde02036d7d29a7cce43
...
...
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