Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
14f69a05
Commit
14f69a05
authored
Oct 25, 2012
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add a test for scale with variable input format.
parent
b0e2f4a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
avfilter.mak
tests/fate/avfilter.mak
+1
-0
lavfi-regression.sh
tests/lavfi-regression.sh
+1
-0
scalenorm
tests/ref/lavfi/scalenorm
+1
-0
No files found.
tests/fate/avfilter.mak
View file @
14f69a05
...
@@ -27,6 +27,7 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \
...
@@ -27,6 +27,7 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \
fate-lavfi-pixfmts_vflip \
fate-lavfi-pixfmts_vflip \
fate-lavfi-scale200 \
fate-lavfi-scale200 \
fate-lavfi-scale500 \
fate-lavfi-scale500 \
fate-lavfi-scalenorm \
fate-lavfi-select \
fate-lavfi-select \
fate-lavfi-setdar \
fate-lavfi-setdar \
fate-lavfi-setsar \
fate-lavfi-setsar \
...
...
tests/lavfi-regression.sh
View file @
14f69a05
...
@@ -132,6 +132,7 @@ do_lavfi_lavd() {
...
@@ -132,6 +132,7 @@ do_lavfi_lavd() {
do_lavfi_lavd
"life"
"life=s=40x40:r=5:seed=42:mold=64"
-t
2
do_lavfi_lavd
"life"
"life=s=40x40:r=5:seed=42:mold=64"
-t
2
do_lavfi_lavd
"testsrc"
"testsrc=r=7:n=2:d=10"
do_lavfi_lavd
"testsrc"
"testsrc=r=7:n=2:d=10"
do_lavfi_lavd
"scalenorm"
"testsrc=s=128x96:d=1:r=5,format=yuv420p[a];testsrc=s=160x120:d=1:r=5[b];[a][b]concat=unsafe=1,scale=::sws_flags=+accurate_rnd+bitexact"
# TODO: add tests for
# TODO: add tests for
# direct rendering,
# direct rendering,
...
...
tests/ref/lavfi/scalenorm
0 → 100644
View file @
14f69a05
scalenorm a6222528806dee9c438ce9a5f66220e4
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