Anton Khirnov
a8d9d6b08d
tests/fate: replace deprecated -vsync with -fps_mode
1 year ago
Paul B Mahol
74375305ef
fate: add rpza encoder tests
1 year ago
Anton Khirnov
45035154be
tests/fate: fix mismatches between requested and actually used pixel formats
1 year ago
Tomas Härdin
25a91824af
Add SMC vsynth tests
1 year ago
Tomas Härdin
8e53233f68
lavc/msrleenc: Add msrle encoder
...
Keyframes are marked automagically
1 year ago
Marton Balint
ace9459c41
tests: do not override movflags defaults
...
It does not matter if the default is 0, but still it is cleaner that way.
Signed-off-by: Marton Balint <cus@passwd.hu>
2 years ago
Michael Niedermayer
916be62da1
tests/fate/vcodec.mak: drop strict experimental from j2k tests
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2 years ago
Michael Niedermayer
c6dedaf491
tests: Add more j2k tests to cover a wider range of cases
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2 years ago
Andreas Rheinhardt
406c7fceeb
fate/vcodec: Add speedhq tests
...
The vsynth3 tests are disabled, because the encoder produces garbage.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2 years ago
Anton Khirnov
60f948dd55
tests/fate/vcodec: add tests for ffv1 2pass mode
3 years ago
Anton Khirnov
aa7d38f27c
tests/fate/vcodec: drop unnecessary options
...
jpeg2000 will be chosen by default, there is no reason to prescribe it
explicitly. No other test does so.
3 years ago
Andreas Rheinhardt
95cbd97cce
tests/Makefile: Redo how to keep intermediate FATE-files
...
Extend the ordinary mechanism to signal KEEP for this.
This also allows to remove the keep-parameter from enc_dec,
transcode and stream_remux, so that several empty parameters
'""' could be removed.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
Andreas Rheinhardt
f2f0869769
fate/vcodec: Fix test requirements
...
This automatically fixes the requirements of the fate-seek-vsynth*
tests (e.g. 16 of the 49 such tests are now automatically disabled
if the scale filter is disabled).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
Andreas Rheinhardt
545e87f49d
fate/vcodec: Don't add scale filter unnecessarily
...
If one uses a -s command, a scale filter is inserted
even when doing so is redundant. This patch stops
doing so. This makes the tests that don't need libswscale
actually succeed in case it is disabled (only 315 of 470 tests
need it).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
Anton Khirnov
e3833e8a24
FATE: stop using numeric arguments to -vsync
...
Symbolic names are always preferable.
3 years ago
Andreas Rheinhardt
94bf3f90e9
tests/fate: Don't keep unnecessary temp files
...
Some FATE tests use files created by other FATE tests as input files;
this mostly affects the seek tests which use files from vsynth_lena as
well as acodec-pcm as input files. In order to make this possible the
temporary files of all the vsynth* and all acodec-pcm tests are kept.
Yet only a fraction of these files are actually used. This commit
changes this to only keep the files that are actually needed for other
tests. This reduces the size of the tests/data/fate folder after a full
FATE run from 2024727441B to 138739312B.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
James Almer
821fda819a
fate/vcodec: use the encoder private option for frame skip compare function
...
Stop using the deprecated global option
Signed-off-by: James Almer <jamrial@gmail.com>
5 years ago
Martin Storsjö
02b74bd76a
fate: Skip the dnxhd-uhd-hr-sq tests of large tests are disabled
...
These tests are also in the same size range as the previously
skipped 2k and 4k tests.
Signed-off-by: Martin Storsjö <martin@martin.st>
5 years ago
Martin Storsjö
0f50be625f
fate: Add an option for disabling the 2k/4k tests
...
When testing on a memory limited system, these tests consume a
significant amount of memory and can often fail if testing by running
multiple processes in parallel.
Signed-off-by: Martin Storsjö <martin@martin.st>
5 years ago
Baptiste Coudurier
a1403032c8
avcodec/dvenc: support encoding dvcprohd
5 years ago
Martin Vignali
b38dd2d219
fate/proresenc_aw : add test for interlace and 444 encoding
6 years ago
James Darnley
088b07427d
fate: add more vc2 encoder tests
6 years ago
James Almer
350dc01dcb
fate: remove usage of deprecated AVCodecContext.me_method in vsynth snow tests
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Diego Biurrun
5be9939b46
fate: Add cinepak encoder vsynth tests
7 years ago
Jerry Jiang
884506dfe2
Implement optimal huffman encoding for (M)JPEG.
...
> seems to break
> make fate-vsynth1-mjpeg-444
Fixed.
8 years ago
Mark Reid
eb5f4b1482
tests/fate/vcodec: add dnxhr mov tests
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Michael Niedermayer
0d98686fde
fate: Add RGB48 FFV1 test
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Mark Reid
44ac2b9b08
tests/fate/vcodec: add dnxhr edge tests
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Mark Reid
6108cb2ce3
tests/fate: add dnxhr encoding tests
...
added sws_flags flags and tested against x86_32
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Christophe Gisquet
01938585f4
vc2: fate tests
9 years ago
Michael Niedermayer
ee3eac59df
fate: Add a small number of rawvideo in mov tests
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Michael Niedermayer
70ece6ccd0
fate: add 1 and 15BPP rawvideo in avi tests
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Vittorio Giovara
1482aff204
lavc: Move noise_reduction to codec private options
...
This option is only used by mpegvideoenc, x264, xavs, and vpx.
It is a very codec-specific option, so deprecate the global variant.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
9 years ago
James Darnley
883ad2c59c
fate: add 10-bit v210 encoder tests
...
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
9 years ago
James Darnley
61625dcc39
fate: add 10-bit v210 encoder tests
9 years ago
Christophe Gisquet
f1181e4660
fate: add 10bits YUV4:2:2 dnxhd test
...
It was useful to (accidentally?) spot an overflow in the column pass
of the x86 simple_idct10 implementation.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Vittorio Giovara
2c6014c629
fate: Change global error option to private error_rate option
9 years ago
Vittorio Giovara
e17db9ac49
fate: Move mv0 option from global to mpv private
9 years ago
Peter B
baeb8f5f71
tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter.
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago
Ronald S. Bultje
99b9f0136c
fate: rename -error option to -error_rate.
...
This fixes fate when FF_API_ERROR_RATE=0.
9 years ago
Ronald S. Bultje
cdbd3b1e7d
fate: move -flags +mv0 -> -mpv_flags +mv0.
...
Fixes associated fate tests when FF_API_MV0=0.
9 years ago
Tobias Rapp
2abdc6f477
fate: add some tests for ffv1 level 3 with 8/10/16 bps
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
James Almer
d7f62f033c
fate: add cinepak encoder vsynth tests
...
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Michael Niedermayer
7d24ccaf00
fate: mjpeg trellis test
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Michael Niedermayer
aa508a9c5f
fate: Fix bitexactness for vsynth3-dnxhd-1080i-colr
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Kevin Wheatley
7b6f419176
avformat/movenc: Add simplistic 'colr' tag writing support to mov container
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Michael Niedermayer
42801505cd
tests: Add vsynth2 which uses the new reference.pnm
...
The file is already present in git and by using it we can perform more tests
without the need of fate samples
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Michael Niedermayer
ed49b142bb
tests: Rename vsynth2 to vsynth_lena
...
This avoids confusion with a growing number of vsynth tests
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago
Reimar Döffinger
6369a7b742
xface: Fix encoder crashes due to too small on-stack array.
...
Also add a FATE test.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
10 years ago
Andreas Cadhalpun
c4abee734d
Remove non-free tests/lena.pnm and adapt FATE tests to depend on lena.pnm in the SAMPLES directory
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 years ago