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
5f8c3834
Commit
5f8c3834
authored
Feb 15, 2020
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lsws/input: Do not change transparency range.
Fixes ticket #8509.
parent
b3c46e26
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
112 additions
and
112 deletions
+112
-112
input.c
libswscale/input.c
+3
-3
version.h
libswscale/version.h
+1
-1
ffmpeg-filter_colorkey
tests/ref/fate/ffmpeg-filter_colorkey
+10
-10
filter-overlay-dvdsub-2397
tests/ref/fate/filter-overlay-dvdsub-2397
+90
-90
filter-overlay_gbrap_gbrap
tests/ref/fate/filter-overlay_gbrap_gbrap
+1
-1
filter-overlay_gbrp_gbrap
tests/ref/fate/filter-overlay_gbrp_gbrap
+1
-1
filter-overlay_yuv420_yuva420
tests/ref/fate/filter-overlay_yuv420_yuva420
+1
-1
filter-overlay_yuv422_yuva422
tests/ref/fate/filter-overlay_yuv422_yuva422
+1
-1
filter-overlay_yuv444_yuva444
tests/ref/fate/filter-overlay_yuv444_yuva444
+1
-1
filter-overlay_yuva420_yuva420
tests/ref/fate/filter-overlay_yuva420_yuva420
+1
-1
filter-overlay_yuva422_yuva422
tests/ref/fate/filter-overlay_yuva422_yuva422
+1
-1
filter-overlay_yuva444_yuva444
tests/ref/fate/filter-overlay_yuva444_yuva444
+1
-1
No files found.
libswscale/input.c
View file @
5f8c3834
...
...
@@ -437,7 +437,7 @@ static void abgrToA_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1,
int16_t
*
dst
=
(
int16_t
*
)
_dst
;
int
i
;
for
(
i
=
0
;
i
<
width
;
i
++
)
{
dst
[
i
]
=
src
[
4
*
i
]
<<
6
;
dst
[
i
]
=
src
[
4
*
i
]
<<
6
|
src
[
4
*
i
]
>>
2
;
}
}
...
...
@@ -446,7 +446,7 @@ static void rgbaToA_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1,
int16_t
*
dst
=
(
int16_t
*
)
_dst
;
int
i
;
for
(
i
=
0
;
i
<
width
;
i
++
)
{
dst
[
i
]
=
src
[
4
*
i
+
3
]
<<
6
;
dst
[
i
]
=
src
[
4
*
i
+
3
]
<<
6
|
src
[
4
*
i
+
3
]
>>
2
;
}
}
...
...
@@ -457,7 +457,7 @@ static void palToA_c(uint8_t *_dst, const uint8_t *src, const uint8_t *unused1,
for
(
i
=
0
;
i
<
width
;
i
++
)
{
int
d
=
src
[
i
];
dst
[
i
]
=
(
pal
[
d
]
>>
24
)
<<
6
;
dst
[
i
]
=
(
pal
[
d
]
>>
24
)
<<
6
|
pal
[
d
]
>>
26
;
}
}
...
...
libswscale/version.h
View file @
5f8c3834
...
...
@@ -28,7 +28,7 @@
#define LIBSWSCALE_VERSION_MAJOR 5
#define LIBSWSCALE_VERSION_MINOR 6
#define LIBSWSCALE_VERSION_MICRO 10
0
#define LIBSWSCALE_VERSION_MICRO 10
1
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \
...
...
tests/ref/fate/ffmpeg-filter_colorkey
View file @
5f8c3834
...
...
@@ -3,13 +3,13 @@
#codec_id 0: rawvideo
#dimensions 0: 720x576
#sar 0: 0/1
0, 0, 0, 1, 622080, 0x
4e30accb
0, 1, 1, 1, 622080, 0x
7d941c1
4
0, 2, 2, 1, 622080, 0x
f7451c5b
0, 3, 3, 1, 622080, 0x
b2c74319
0, 4, 4, 1, 622080, 0x
c9b80b79
0, 5, 5, 1, 622080, 0x
92ce1194
0, 6, 6, 1, 622080, 0x
43ae99ac
0, 7, 7, 1, 622080, 0x
4ec3a554
0, 8, 8, 1, 622080, 0x
3200250c
0, 9, 9, 1, 622080, 0x
94ebb3f3
0, 0, 0, 1, 622080, 0x
78efb628
0, 1, 1, 1, 622080, 0x
641f256
4
0, 2, 2, 1, 622080, 0x
348f25c3
0, 3, 3, 1, 622080, 0x
6afc485a
0, 4, 4, 1, 622080, 0x
e949107f
0, 5, 5, 1, 622080, 0x
171716e5
0, 6, 6, 1, 622080, 0x
2985a01f
0, 7, 7, 1, 622080, 0x
c5ddabd7
0, 8, 8, 1, 622080, 0x
b4dd2b7f
0, 9, 9, 1, 622080, 0x
6e75ba82
tests/ref/fate/filter-overlay-dvdsub-2397
View file @
5f8c3834
This diff is collapsed.
Click to expand it.
tests/ref/fate/filter-overlay_gbrap_gbrap
View file @
5f8c3834
...
...
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 128x128
#sar 0: 1/1
0, 0, 0, 1, 65536, 0x
bac99946
0, 0, 0, 1, 65536, 0x
821bcb9b
tests/ref/fate/filter-overlay_gbrp_gbrap
View file @
5f8c3834
...
...
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 128x128
#sar 0: 1/1
0, 0, 0, 1, 49152, 0x
a905d586
0, 0, 0, 1, 49152, 0x
738d07ea
tests/ref/fate/filter-overlay_yuv420_yuva420
View file @
5f8c3834
...
...
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 128x128
#sar 0: 1/1
0, 0, 0, 1, 24576, 0x
1505f000
0, 0, 0, 1, 24576, 0x
f104fedd
tests/ref/fate/filter-overlay_yuv422_yuva422
View file @
5f8c3834
...
...
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 128x128
#sar 0: 1/1
0, 0, 0, 1, 32768, 0x
2d88b114
0, 0, 0, 1, 32768, 0x
180ac096
tests/ref/fate/filter-overlay_yuv444_yuva444
View file @
5f8c3834
...
...
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 128x128
#sar 0: 1/1
0, 0, 0, 1, 49152, 0x
92da3b6
3
0, 0, 0, 1, 49152, 0x
42ec4c4
3
tests/ref/fate/filter-overlay_yuva420_yuva420
View file @
5f8c3834
...
...
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 128x128
#sar 0: 1/1
0, 0, 0, 1, 40960, 0x
0a1ab3c0
0, 0, 0, 1, 40960, 0x
5de1c29d
tests/ref/fate/filter-overlay_yuva422_yuva422
View file @
5f8c3834
...
...
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 128x128
#sar 0: 1/1
0, 0, 0, 1, 49152, 0x
369974d4
0, 0, 0, 1, 49152, 0x
db3b8456
tests/ref/fate/filter-overlay_yuva444_yuva444
View file @
5f8c3834
...
...
@@ -3,4 +3,4 @@
#codec_id 0: rawvideo
#dimensions 0: 128x128
#sar 0: 1/1
0, 0, 0, 1, 65536, 0x
a279ff14
0, 0, 0, 1, 65536, 0x
91d31003
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