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
f32b8130
Commit
f32b8130
authored
Jul 04, 2013
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix opacity and increase colour dynamics of initial vmd palette.
parent
4a4c93cb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
139 additions
and
138 deletions
+139
-138
vmdav.c
libavcodec/vmdav.c
+2
-1
filter-gradfun-sample
tests/ref/fate/filter-gradfun-sample
+20
-20
sierra-vmd-video
tests/ref/fate/sierra-vmd-video
+117
-117
No files found.
libavcodec/vmdav.c
View file @
f32b8130
...
...
@@ -408,7 +408,8 @@ static av_cold int vmdvideo_decode_init(AVCodecContext *avctx)
r
=
raw_palette
[
palette_index
++
]
*
4
;
g
=
raw_palette
[
palette_index
++
]
*
4
;
b
=
raw_palette
[
palette_index
++
]
*
4
;
palette32
[
i
]
=
(
r
<<
16
)
|
(
g
<<
8
)
|
(
b
);
palette32
[
i
]
=
0xFFU
<<
24
|
(
r
<<
16
)
|
(
g
<<
8
)
|
(
b
);
palette32
[
i
]
|=
palette32
[
i
]
>>
6
&
0x30303
;
}
avcodec_get_frame_defaults
(
&
s
->
prev_frame
);
...
...
tests/ref/fate/filter-gradfun-sample
View file @
f32b8130
#tb 0: 1/10
0, 0, 0, 1, 76800, 0x
c87b6728
0, 1, 1, 1, 76800, 0x
b0b24bc8
0, 2, 2, 1, 76800, 0x
45a22d68
0, 3, 3, 1, 76800, 0x
1821013b
0, 4, 4, 1, 76800, 0x
fb17dc4f
0, 5, 5, 1, 76800, 0x
07714cf0
0, 6, 6, 1, 76800, 0x
7a5f14df
0, 7, 7, 1, 76800, 0x
421fe837
0, 8, 8, 1, 76800, 0x
39b9af40
0, 9, 9, 1, 76800, 0x
42b47d6b
0, 10, 10, 1, 76800, 0x
b1084cc
8
0, 11, 11, 1, 76800, 0x
0772794c
0, 12, 12, 1, 76800, 0x
99544be0
0, 13, 13, 1, 76800, 0x
5f1a16c1
0, 14, 14, 1, 76800, 0x
90bfe8ac
0, 15, 15, 1, 76800, 0x
bd9bb834
0, 16, 16, 1, 76800, 0x
658d8053
0, 17, 17, 1, 76800, 0x
21cc5656
0, 18, 18, 1, 76800, 0x
6d39208b
0, 19, 19, 1, 76800, 0x
17b0f8cb
0, 0, 0, 1, 76800, 0x
8228830e
0, 1, 1, 1, 76800, 0x
1c196731
0, 2, 2, 1, 76800, 0x
f7924863
0, 3, 3, 1, 76800, 0x
66e41b5e
0, 4, 4, 1, 76800, 0x
79ccf593
0, 5, 5, 1, 76800, 0x
d35b667c
0, 6, 6, 1, 76800, 0x
d70b2d3a
0, 7, 7, 1, 76800, 0x
122fffcd
0, 8, 8, 1, 76800, 0x
1989c5b8
0, 9, 9, 1, 76800, 0x
94de92e9
0, 10, 10, 1, 76800, 0x
5f94614
8
0, 11, 11, 1, 76800, 0x
3b448caa
0, 12, 12, 1, 76800, 0x
bbab5e46
0, 13, 13, 1, 76800, 0x
8977280a
0, 14, 14, 1, 76800, 0x
1ad8f8f4
0, 15, 15, 1, 76800, 0x
719dc79c
0, 16, 16, 1, 76800, 0x
f3598e9a
0, 17, 17, 1, 76800, 0x
e7b86365
0, 18, 18, 1, 76800, 0x
4e492c41
0, 19, 19, 1, 76800, 0x
922e036a
tests/ref/fate/sierra-vmd-video
View file @
f32b8130
This diff is collapsed.
Click to expand it.
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