Diego Biurrun
42de665db9
fate: split off Ut Video codec FATE tests into their own file
13 years ago
Diego Biurrun
753a5063bd
fate: split off screen codec FATE tests into their own file
13 years ago
Diego Biurrun
bad3817919
fate: split off Real Inc. codec FATE tests into their own file
13 years ago
Diego Biurrun
bf6923577e
fate: split off AC-3 codec FATE tests into their own file
13 years ago
Michael Niedermayer
02a01c2fa1
fate: replace forgotten avconv by ffmpeg in vsynth / asynth stuff
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Michael Niedermayer
5ca392d119
fate: add --timeout=60 --contimeout=60 to fate-rsync
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Clément Bœsch
f5cd136f2b
ffmpeg: add -map_channel option.
...
Based on an initial work by Baptiste Coudurier.
13 years ago
Martin Storsjö
73dbc89cbb
fate: Add a target for creating a 16000 Hz mono synthetic audio file
...
Signed-off-by: Martin Storsjö <martin@martin.st>
13 years ago
Michael Niedermayer
530d8529d0
fate: enable the prores tests
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Diego Biurrun
a62d36697d
prores: add FATE tests
13 years ago
Mans Rullgard
908f12f342
fate: allow testing with libavfilter disabled
...
This declares dependencies to skip tests using libavfilter
when it is disabled.
Signed-off-by: Mans Rullgard <mans@mansr.com>
13 years ago
Michael Niedermayer
e01770ba01
fate: Switch default tool to test from avconv to ffmpeg
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Michael Niedermayer
6ae356c9a0
fate: allow specifying the tool to use for fate (avconv / ffmpeg)
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Michael Niedermayer
ee5234dd67
fate-rsync: switch to our server in preparation of h264 4:2:2 tests
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
13 years ago
Anton Khirnov
6291d7e416
Make a copy of ffmpeg under a new name -- avconv.
...
It will be further developed with a few incompatible changes.
ffmpeg.c will stay as is for some time, so any scripts using it won't be
broken.
13 years ago
Anton Khirnov
b4ea1c5a77
Remove the ffserver test.
...
It doesn't work and is therefore useless.
13 years ago
Carl Eugen Hoyos
b36bd27fbe
Rm lavfi-showfiltfmts on make testclean.
13 years ago
Mans Rullgard
b13c6e336c
fate: make vsynth tests depend on only the relevant vref
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Diego Biurrun
191c5f8ff3
build: move tests/seek_test.c to libavformat and reuse generic build rules
14 years ago
Mans Rullgard
ca9036155d
build: remove unnecessary FFLDFLAGS variable
...
This variable is set to the same value for all directories.
Adding the -L flags directly to LDFLAGS is simpler and achieves
the same thing.
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
28e1c97916
build: rework rules for things in the tools dir
...
Declaring tools associated with each library in their respective
makefiles allows these tools to easily depend on the correct
prerequisites and link against the libs they need.
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
27e7144350
fate: add idct8x8 test
...
This tests the IDCT implementations available in the build.
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
03256d96e4
fate: move libavutil test rules to a separate file
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Diego Biurrun
bd9a9a2f18
build: Eliminate obsolete test targets.
...
The targets are now part of FATE and can be run as individual FATE targets.
14 years ago
Mans Rullgard
0291ce840c
fate: move amr[nw]b test rules into separate files
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
deb3ed01b5
build: replace some addprefix/addsuffix with substitution refs
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
f038cf3c74
build: remove SRC_PATH_BARE variable
...
Setting SRC_PATH to "." when building in-tree removes the need
for a quoted version of the source path since out-of-tree builds
are not possible if the pathname contains spaces.
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
698a183e30
build: move test rules to tests/Makefile
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Diego Biurrun
4fbd52f0b8
Merge tests Makefile into the top-level Makefile.
...
This gets rid of some recursion and simplifies the code.
Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
9f6c879365
seek tests only available with GPL enabled
...
Originally committed as revision 9154 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
822dc0b820
Mark phony swscale_error target as such.
...
Originally committed as revision 9150 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0fd5a1b935
Exit with error when running libavtest and not configured with --enable-gpl.
...
Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
faed2a7f8f
Rename variable for consistency.
...
Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1b1a1608be
whitespace cosmetics
...
Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
acfd623e8f
better variable names
...
Originally committed as revision 9138 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0cda58aaaa
Remove comments that are neither very enlightening nor particularly up-to-date.
...
Originally committed as revision 9137 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6fea73ceef
Do not hide the commands make runs.
...
Originally committed as revision 9136 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
dd4ca89143
Fix seek_test compilation for out-of-tree builds.
...
Originally committed as revision 9135 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
036ab241e5
Also remove seek_test upon clean.
...
Originally committed as revision 9125 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
90a7f95654
Replace multiple rules for compiling binaries by one pattern rule.
...
Originally committed as revision 9123 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
79e95835e0
Remove obsolete and non-working DSP test program.
...
Originally committed as revision 9120 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Zuxy Meng
2462e4b765
Remove trailing / from -I flags, MinGW appears to dislike them.
...
patch by Zuxy Meng, zuxy.meng gmail com
Originally committed as revision 8948 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c6a29a63b1
enable seektest
...
Originally committed as revision 8792 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a2638aa764
ensure that seek_test is rebuild if any of the libs changed
...
Originally committed as revision 8788 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d0115a2614
Add seektest to list of PHONY targets.
...
Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f97b7e66de
seek regression tests
...
Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
200d9a885b
Do not run (broken) ffserver test by default and warn about its brokenness.
...
Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3dd9fa77bf
Bail out immediately with software scaler instead of failing the tests.
...
Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
919cb8731e
Fix regression tests with out-of-tree builds.
...
Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5d078bdb47
Use $< instead of explicit names.
...
Originally committed as revision 7350 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago