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
28663511
Commit
28663511
authored
Apr 15, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: Invoke pixdesc lavfi tests through fate-run.sh
parent
03b052c0
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
9 deletions
+13
-9
fate-run.sh
tests/fate-run.sh
+8
-0
avfilter.mak
tests/fate/avfilter.mak
+1
-2
filter-video.mak
tests/fate/filter-video.mak
+4
-0
lavfi-regression.sh
tests/lavfi-regression.sh
+0
-7
filter-pixdesc
tests/ref/fate/filter-pixdesc
+0
-0
No files found.
tests/fate-run.sh
View file @
28663511
...
...
@@ -171,6 +171,14 @@ video_filter(){
$FLAGS
$ENC_OPTS
-vf
"
$filters
"
-vcodec
rawvideo
$*
-f
nut md5:
}
pixdesc
(){
pix_fmts
=
"
$(
avconv
-pix_fmts
list 2>/dev/null |
awk
'NR > 8 && /^IO/ { print $2 }'
|
sort
)
"
for
pix_fmt
in
$pix_fmts
;
do
test
=
$pix_fmt
video_filter
"format=
$pix_fmt
,pixdesctest"
-pix_fmt
$pix_fmt
done
}
mkdir
-p
"
$outdir
"
exec
3>&2
...
...
tests/fate/avfilter.mak
View file @
28663511
FATE_LAVFI = fate-lavfi-pixdesc \
fate-lavfi-pixfmts_copy \
FATE_LAVFI = fate-lavfi-pixfmts_copy \
fate-lavfi-pixfmts_crop \
fate-lavfi-pixfmts_hflip \
fate-lavfi-pixfmts_null \
...
...
tests/fate/filter-video.mak
View file @
28663511
...
...
@@ -77,6 +77,10 @@ FATE_FILTER_VSYNTH-$(CONFIG_VFLIP_FILTER) += fate-filter-vflip_vflip
fate-filter-vflip_vflip: CMD = video_filter "vflip,vflip"
FATE_FILTER_VSYNTH-$(CONFIG_FORMAT_FILTER) += fate-filter-pixdesc
fate-filter-pixdesc: CMD = pixdesc
$(FATE_FILTER_VSYNTH-yes): $(VREF)
$(FATE_FILTER_VSYNTH-yes): SRC = $(TARGET_PATH)/tests/vsynth1/%02d.pgm
...
...
tests/lavfi-regression.sh
View file @
28663511
...
...
@@ -50,13 +50,6 @@ do_lavfi_pixfmts "pad" "500:400:20:20"
do_lavfi_pixfmts
"scale"
"200:100"
do_lavfi_pixfmts
"vflip"
""
if
[
-n
"
$do_pixdesc
"
]
;
then
pix_fmts
=
"
$(
$avconv
-pix_fmts
list 2>/dev/null |
awk
'NR > 8 && /^IO/ { print $2 }'
|
sort
)
"
for
pix_fmt
in
$pix_fmts
;
do
do_video_filter
$pix_fmt
"format=
$pix_fmt
,pixdesctest"
-pix_fmt
$pix_fmt
done
fi
# TODO: add tests for
# direct rendering,
# chains with feedback loops
tests/ref/
lavfi/
pixdesc
→
tests/ref/
fate/filter-
pixdesc
View file @
28663511
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