Daniel Verkamp
859749e088
Fix ALLPROGS_G so that *_g binaries get cleaned properly
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 3adbe49f2b
)
14 years ago
Mans Rullgard
3d157bf31f
Makefile: fix cleaning of tools in tests directory
...
The variable TESTPROGS is reset by the library makefiles,
use another name.
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Daniel Verkamp
3adbe49f2b
Fix ALLPROGS_G so that *_g binaries get cleaned properly
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
51cfd81238
Makefile: simplify test tools handling
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 2b39962eb6
)
14 years ago
Mans Rullgard
2b39962eb6
Makefile: simplify test tools handling
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Mans Rullgard
d094258f81
Makefile: simplify setting of some variables
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 583fcb528c
)
14 years ago
Mans Rullgard
583fcb528c
Makefile: simplify setting of some variables
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Stefano Sabatini
ef298ea7ac
Add demuxers.texi file.
...
Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Anton Khirnov
a46515115c
Metadata muxer
...
Dumps all metadata to a text file for easy manual editing.
Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
8399d23517
Add dependency for the libavfitler.html file.
...
Originally committed as revision 26078 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
82ccbe6b27
Simplify texi files naming: ff*-doc.texi -> ff*.texi.
...
Originally committed as revision 26006 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
fe858d7bd1
Define PODPAGES in Makefile, and make them depend on
...
fftools-common-opts.texi.
Fix pod files updating when fftools-common-opts.texi is changed.
Originally committed as revision 25928 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Ramiro Polla
4d1156cb2c
Fix building of object files in tools/
...
Fixes issue issue2408.
Originally committed as revision 25905 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
361d275879
Add a file for bitstream filters documentation.
...
Based on a patch by Nicolas George
<@var{name}.@var{surname}@@normalesup.@code{org}>.
Originally committed as revision 25709 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Stefano Sabatini
07851d7936
Add eval.texi file.
...
Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
d29d9cccf8
fate: print list of tests with "make fate-list"
...
Originally committed as revision 24947 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Vitor Sessak
680aefa2fe
MP3 float decoder FATE tests
...
Originally committed as revision 24880 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
715e9be267
fate: remove pointless fate/fate2 separation
...
Originally committed as revision 24868 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Diego Biurrun
3123823cb2
Skip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
...
We no longer create .d files directly, so the rule is pointless.
Originally committed as revision 24805 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 years ago
Måns Rullgård
4c3fbd4f93
fate: move some groups of related tests to their own files
...
This moves some groups of tests for single codecs to separate files,
and adds shorthands for running all tests in a group.
Originally committed as revision 24697 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
43d2c6a511
Fix fate-lavfi-pixfmts test cross-compilation.
...
Add the lavfi-showfiltfmts dependency in the Makefile, and correctly
use the $target_exec and $target_path variables for invoking the
lavfi-showfiltfmts tool.
Originally committed as revision 24645 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
1de4cfe635
Add protocols.texi.
...
Originally committed as revision 24616 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
4419c8bf25
Add the indevs.texi and outdevs.texi files.
...
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
b82be63688
fate: create report files
...
Originally committed as revision 24529 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
ce3a841da1
Add a simple base64 encoder for use in tests
...
Originally committed as revision 24526 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
9d0b304241
Do not automatically run configure
...
Making automatic reconfigure work properly in all cases proved more
difficult than it seemed, and people complained about it. Instead,
print a warning when the configuration appears to be out of date.
Originally committed as revision 24436 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
aac6ca6978
Add libavcore.
...
The new library is meant to contain the core multimedia utilities for
FFmpeg, to make them shareable between more libav* libraries.
See thread:
Subject: [FFmpeg-devel] [RFC] New library for shared non-generic libav* utils
Date: Fri, 9 Jul 2010 01:07:40 +0200
Originally committed as revision 24393 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
b3dce4b9bf
Enable lavfi test in "make test"
...
Originally committed as revision 24382 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
86601915d2
Rerun configure when all*.c files have changed
...
Originally committed as revision 24370 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
f6ae77d469
Change message tag for tests to simply TEST
...
Originally committed as revision 24369 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
57f096309a
Remove old regtest make rules redirecting to fate-based ones
...
Originally committed as revision 24348 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
9a3f31efcb
fate: allow running regtests through fate frontend
...
Originally committed as revision 24347 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
48c281629a
Generate list of lavfi tests in configure
...
Originally committed as revision 24329 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
2e204aeb1b
fate: echo fate-run command with V=1
...
Originally committed as revision 24328 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
34ae2d90e0
Remove dead target from .PHONY list
...
Originally committed as revision 24151 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
7e264ca136
fate: add oneoff test for twinvq
...
Originally committed as revision 24135 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
aab3ea5f7d
fate: add oneoff comparison method
...
This adds the 'oneoff' comparison method. It compares two s16le pcm
files with a max difference <= the fuzz factor treated as success.
Default fuzz is 1. On failure, the full tiny_psnr output is printed.
Originally committed as revision 24134 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
3ade7d32c1
fate: pass additional variables to test script
...
This passes the following additional variables to the test script:
- CMP method to use comparing output with reference, default 'diff'
- REF reference file, default 'tests/ref/fate/${test}'
- FUZZ maximum fuzz factor in comparison, meaning depends on CMP
Originally committed as revision 24133 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
f955d45226
Change names of regtest output files to closer match the reference files
...
Originally committed as revision 24127 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
9770a7ad0e
Simplify regtest reference makefile dependencies
...
Originally committed as revision 24121 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
57442411d7
Move regression test dependencies to configure
...
This allows expressing complex dependencies more easily.
Originally committed as revision 24120 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
9be24c60d3
Create the regtest reference files only when necessary
...
This avoid recreating the ref files every time an individual test
is run from the command line.
Originally committed as revision 24113 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
e1621087b6
Clean up make rules for calling codec test scripts
...
Originally committed as revision 24112 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
4ab20de636
Beautify make messages when generating test data files
...
Originally committed as revision 24111 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
ce2e4ae35a
Add pixdesctest filter and corresponding test.
...
Originally committed as revision 24092 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
3275ac6a23
Make the ffmpeg and ffplay man pages show the list of lavfi filters,
...
sinks and sources, and document the -vf option.
Originally committed as revision 23689 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
dd46b538ec
Update documentation dependencies, make ff* tools manpages and HTML
...
pages depend of fftools-common-opts.texi.
Originally committed as revision 23687 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Michael Niedermayer
59b847d3a9
Add simple rgb/yuv in avi regression test.
...
Originally committed as revision 23501 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
e34d5db595
Add libavfilter 1-input - 1-output regression test, corresponding to the
...
target regtest-lavfi_pix_fmts.
The lavfi_pix_fmts test is disabled, this because there are
many tests which are failing, and there are still some output files
which cannot be played by NUT/ffplay.
Originally committed as revision 23297 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
666d7d18e1
FATE: print friendly error for individual tests when SAMPLES unset
...
Originally committed as revision 23079 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago