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
eedb1f20
Commit
eedb1f20
authored
Jul 18, 2011
by
Joseph Artsimovich
Committed by
Mans Rullgard
Jul 21, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swscale: mark YUV422P10(LE,BE) as supported for output
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
558c2683
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
0 deletions
+12
-0
utils.c
libswscale/utils.c
+2
-0
pixdesc
tests/ref/lavfi/pixdesc
+2
-0
pixfmts_copy
tests/ref/lavfi/pixfmts_copy
+2
-0
pixfmts_null
tests/ref/lavfi/pixfmts_null
+2
-0
pixfmts_scale
tests/ref/lavfi/pixfmts_scale
+2
-0
pixfmts_vflip
tests/ref/lavfi/pixfmts_vflip
+2
-0
No files found.
libswscale/utils.c
View file @
eedb1f20
...
...
@@ -176,10 +176,12 @@ int sws_isSupportedInput(enum PixelFormat pix_fmt)
|| (x)==PIX_FMT_YUV420P9LE \
|| (x)==PIX_FMT_YUV420P10LE \
|| (x)==PIX_FMT_YUV420P16LE \
|| (x)==PIX_FMT_YUV422P10LE \
|| (x)==PIX_FMT_YUV422P16LE \
|| (x)==PIX_FMT_YUV444P16LE \
|| (x)==PIX_FMT_YUV420P9BE \
|| (x)==PIX_FMT_YUV420P10BE \
|| (x)==PIX_FMT_YUV422P10BE \
|| (x)==PIX_FMT_YUV420P16BE \
|| (x)==PIX_FMT_YUV422P16BE \
|| (x)==PIX_FMT_YUV444P16BE \
...
...
tests/ref/lavfi/pixdesc
View file @
eedb1f20
...
...
@@ -38,6 +38,8 @@ yuv420p16le 2d59c4f1d0314a5a957a7cfc4b6fabcc
yuv420p9be ce880fa07830e5297c22acf6e20555ce
yuv420p9le 16543fda8f87d94a6cf857d2e8d4461a
yuv422p c9bba4529821d796a6ab09f6a5fd355a
yuv422p10be 107c6e31a3d4d598bca1d8426aaa54f5
yuv422p10le 3f478be644add24b6cc77e718a6e2afa
yuv422p16be dc9886f2fccf87cc54b27e071a2c251e
yuv422p16le f181c8d8436f1233ba566d9bc88005ec
yuv440p 5a064afe2b453bb52cdb3f176b1aa1cf
...
...
tests/ref/lavfi/pixfmts_copy
View file @
eedb1f20
...
...
@@ -38,6 +38,8 @@ yuv420p16le 2d59c4f1d0314a5a957a7cfc4b6fabcc
yuv420p9be ce880fa07830e5297c22acf6e20555ce
yuv420p9le 16543fda8f87d94a6cf857d2e8d4461a
yuv422p c9bba4529821d796a6ab09f6a5fd355a
yuv422p10be 107c6e31a3d4d598bca1d8426aaa54f5
yuv422p10le 3f478be644add24b6cc77e718a6e2afa
yuv422p16be dc9886f2fccf87cc54b27e071a2c251e
yuv422p16le f181c8d8436f1233ba566d9bc88005ec
yuv440p 5a064afe2b453bb52cdb3f176b1aa1cf
...
...
tests/ref/lavfi/pixfmts_null
View file @
eedb1f20
...
...
@@ -38,6 +38,8 @@ yuv420p16le 2d59c4f1d0314a5a957a7cfc4b6fabcc
yuv420p9be ce880fa07830e5297c22acf6e20555ce
yuv420p9le 16543fda8f87d94a6cf857d2e8d4461a
yuv422p c9bba4529821d796a6ab09f6a5fd355a
yuv422p10be 107c6e31a3d4d598bca1d8426aaa54f5
yuv422p10le 3f478be644add24b6cc77e718a6e2afa
yuv422p16be dc9886f2fccf87cc54b27e071a2c251e
yuv422p16le f181c8d8436f1233ba566d9bc88005ec
yuv440p 5a064afe2b453bb52cdb3f176b1aa1cf
...
...
tests/ref/lavfi/pixfmts_scale
View file @
eedb1f20
...
...
@@ -38,6 +38,8 @@ yuv420p16le cba8b390ad5e7b8678e419b8ce79c008
yuv420p9be a073b2d93b2a7dce2069ba252bc43175
yuv420p9le b67233c3c7d93763d07d88f697c145e1
yuv422p 918e37701ee7377d16a8a6c119c56a40
yuv422p10be 533fd21e7943c20a1026b19069b3b867
yuv422p10le 59b20a4a8609f5da2dc54c78aea11e6c
yuv422p16be 2cf502d7d386db1f1b3b946679d897b1
yuv422p16le 3002a4e47520731dcee5929aff49eb74
yuv440p 461503fdb9b90451020aa3b25ddf041c
...
...
tests/ref/lavfi/pixfmts_vflip
View file @
eedb1f20
...
...
@@ -38,6 +38,8 @@ yuv420p16le 0f609e588e5a258644ef85170d70e030
yuv420p9be be40ec975fb2873891643cbbbddbc3b0
yuv420p9le 7e606310d3f5ff12badf911e8f333471
yuv422p d7f5cb44d9b0210d66d6a8762640ab34
yuv422p10be a28b051168af49435c04af5f58dce47b
yuv422p10le 35936ffff30df2697f47b9b8d2cb7dea
yuv422p16be 51d9aa4e78d121c226d919ce97976fe4
yuv422p16le 12965c54bda8932ca72da194419a9908
yuv440p 876385e96165acf51271b20e5d85a416
...
...
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