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
93aede41
Commit
93aede41
authored
Apr 29, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: move kerndeint test to the new system.
parent
1e0a0aaf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
fate-run.sh
tests/fate-run.sh
+2
-1
avfilter.mak
tests/fate/avfilter.mak
+1
-2
filter-video.mak
tests/fate/filter-video.mak
+3
-0
lavfi-regression.sh
tests/lavfi-regression.sh
+0
-1
filter-pixfmts-kerndeint
tests/ref/fate/filter-pixfmts-kerndeint
+0
-0
No files found.
tests/fate-run.sh
View file @
93aede41
...
...
@@ -187,6 +187,7 @@ pixdesc(){
pixfmts
(){
filter
=
${
test
#filter-pixfmts-
}
filter_args
=
$1
prefilter_chain
=
$2
showfiltfmts
=
"
$target_exec
$target_path
/libavfilter/filtfmts-test"
scale_exclude_fmts
=
${
outfile
}${
1
}
_scale_exclude_fmts
...
...
@@ -204,7 +205,7 @@ pixfmts(){
for
pix_fmt
in
$pix_fmts
;
do
test
=
$pix_fmt
video_filter
"format=
$pix_fmt
,
$filter
=
$filter_args
"
-pix_fmt
$pix_fmt
video_filter
"
${
prefilter_chain
}
format=
$pix_fmt
,
$filter
=
$filter_args
"
-pix_fmt
$pix_fmt
done
rm
$in_fmts
$scale_in_fmts
$scale_out_fmts
$scale_exclude_fmts
...
...
tests/fate/avfilter.mak
View file @
93aede41
#FIXME the whole file should be removed
FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-kerndeint \
fate-lavfi-tinterlace_merge \
FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-tinterlace_merge \
fate-lavfi-tinterlace_pad \
FATE_LAVFI += $(FATE_LAVFI-yes)
...
...
tests/fate/filter-video.mak
View file @
93aede41
...
...
@@ -192,6 +192,9 @@ fate-filter-pixfmts-hflip: CMD = pixfmts
FATE_FILTER_PIXFMTS-$(CONFIG_IL_FILTER) += fate-filter-pixfmts-il
fate-filter-pixfmts-il: CMD = pixfmts "luma_mode=d:chroma_mode=d:alpha_mode=d"
FATE_FILTER_PIXFMTS-$(CONFIG_KERNDEINT_FILTER) += fate-filter-pixfmts-kerndeint
fate-filter-pixfmts-kerndeint: CMD = pixfmts "" "tinterlace=interleave_top,"
FATE_FILTER_PIXFMTS-$(CONFIG_NULL_FILTER) += fate-filter-pixfmts-null
fate-filter-pixfmts-null: CMD = pixfmts
...
...
tests/lavfi-regression.sh
View file @
93aede41
...
...
@@ -51,7 +51,6 @@ do_lavfi_pixfmts(){
}
# all these filters have exactly one input and exactly one output
do_lavfi_pixfmts
"kerndeint"
"kerndeint"
""
"tinterlace=interleave_top,"
do_lavfi_pixfmts
"tinterlace_merge"
"tinterlace"
"merge"
do_lavfi_pixfmts
"tinterlace_pad"
"tinterlace"
"pad"
...
...
tests/ref/
lavfi/
kerndeint
→
tests/ref/
fate/filter-pixfmts-
kerndeint
View file @
93aede41
File moved
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