Clément Bœsch
71ef1ec7b4
lavfi/aspect: switch to an AVOptions-based system.
This is heavily based on 2831b307
by Anton Khirnov <anton@khirnov.net>
12 years ago
Vittorio Giovara
25882a7ff6
FATE: add a test for the interlace filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years ago
Clément Bœsch
64ce15b9f4
lavfi/aevalsrc: switch to an AVOptions-based system.
12 years ago
Nicolas George
08dd2c9df1
fate: add tests for unknown channel layouts.
12 years ago
Clément Bœsch
8da1fff85a
lavfi/pp: switch to an AVOptions-based system.
Also add and use the '|' separator instead of ':' since it's
incompatible with the new option system...
12 years ago
Anton Khirnov
ba8efac977
af_channelmap: switch to an AVOptions-based system.
12 years ago
Nicolas George
0884d04dc3
lavc: fix recoded subtitles end.
Text subtitles packets are not 0-terminated (and if they are,
it is handled by the recoding process since 0 is a valid
Unicode code point). The terminating 0 would overwrite the
last payload octet.
OTOH, packets must be 0-padded.
Fix a problem reported in trac ticket #2431 .
12 years ago
Michael Niedermayer
ff50b08304
coverage: filter /usr/include out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Paul B Mahol
11d7bbb47a
fate: add coverage for background disposal in gif decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Reinhard Tartler
a862c7d336
Integrate lcov/gcov into Libav
The gcov/lcov are a common toolchain for visualizing code coverage with
the GNU/Toolchain. The documentation and implementation of this
integration was heavily inspired from the blog entry by Mike Melanson:
http://multimedia.cx/eggs/using-lcov-with-ffmpeg/
12 years ago
Nicolas George
464f94b206
lavc: do not init frame with guessed layout.
It is breaking support from files with unknown layout.
12 years ago
Clément Bœsch
e366aec030
lavfi/edgedetect: add direct path.
12 years ago
Clément Bœsch
eb054a9693
fate/filter: use aperms to test volume filter.
12 years ago
Michael Niedermayer
ee53777e70
fate: Print correct error message for reference generation too
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Luca Barbato
b01b60a29d
fate: add an option to generate the references
Useful to add or update fate tests.
12 years ago
Clément Bœsch
dd17843b8a
fate/filter: make overlay test bitexact.
12 years ago
Clément Bœsch
ef4020ca7d
fate/filter: move gradfun filtergraph to a dedicated script.
12 years ago
Clément Bœsch
0adc93ba2b
fate/filter: move concat filtergraph to a dedicated script.
12 years ago
Clément Bœsch
b1213c911c
fate/filter: move some CMD below deps for consistency.
12 years ago
Clément Bœsch
7f19fc99e0
fate/filter: remove pointless indirections for gradfun and hqdn3d.
12 years ago
Clément Bœsch
4694af1088
fate/filter: rename 'ubitux' rules to 'sample'.
12 years ago
Clément Bœsch
ac00755e0a
fate/filter: stick delogo test with its deps (cosmetics).
12 years ago
Michael Niedermayer
e14f8bd07e
fate: Disable af_join test, as its output is not deterministic currently
The reason for the failure is unknown, this needs to be debuged and fixed
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Anton Khirnov
8a2f5f0c63
FATE: add a test for the join filter
12 years ago
Anton Khirnov
9e9cd98aed
FATE: add a test for the volume filter
12 years ago
Anton Khirnov
43a8333a16
FATE: add a test for the channelsplit filter
12 years ago
Anton Khirnov
33942b7bde
FATE: add a test for the channelmap filter
12 years ago
Anton Khirnov
f917420378
FATE: add a test for the negate filter
12 years ago
Anton Khirnov
3d8c80b611
FATE: add a test for the overlay filter
12 years ago
Anton Khirnov
ea290d919a
FATE: add a test for the setpts filter
12 years ago
Anton Khirnov
71f3ede24e
FATE: add a test for the hqdn3d filter
12 years ago
Anton Khirnov
0bdbd85e47
FATE: add a test for the transpose filter
12 years ago
Anton Khirnov
ad85e8d9a5
FATE: add a test for the unsharp filter
12 years ago
Anton Khirnov
1a6d4bd7b6
FATE: add a test for the fade filter
12 years ago
Anton Khirnov
feb4922b25
FATE: add a test for the drawbox filter
12 years ago
Anton Khirnov
a222997650
FATE: add a test for the boxblur filter
12 years ago
Anton Khirnov
7cec12748a
FATE: add a test for the gradfun filter
12 years ago
Diego Biurrun
f2a59722d1
fate: filter: Add dependencies
Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years ago
Michael Niedermayer
e370b65897
tests/tiny_ssim: include the 2 macros instead of a header
Should fix compilation on open solaris
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
4c587b4f30
tiny_ssim: Avoid "for(int ..."
This should avoid issues with old compilers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Loren Merritt
064146480b
tools: add tiny_ssim
Taken from:
http://lists.mplayerhq.hu/pipermail/mencoder-users/2006-August/003801.html
and
x264
See: [FFmpeg-devel] [PATCH] tools: add tiny_ssim
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Clément Bœsch
183f3450fd
lavfi/curves: support preset shorthand.
12 years ago
Clément Bœsch
dc65d784df
lavfi/curves: add presets support.
Except for the vintage preset, the values are defined by Lou Logan based
on the ones found in Adobe Photoshop CS6.
Signed-off-by: Clément Bœsch <ubitux@gmail.com>
Signed-off-by: Lou Logan <lou@lrcd.com>
12 years ago
Nicolas George
57cb4fb075
lavfi: add test for concat.
12 years ago
Michael Niedermayer
7239b36059
fate: dont try to filter partial frames with yadif.
The partial frames leak a few uninitialized pixels through
due to incomplete interlaced error concealment support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Janne Grunau
70db0c9156
fate: use little endian yuv444p10 in h264-reinit tests
Fixes fate big endian configs.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Janne Grunau
535c247b57
fate: use little endian yuv444p10 in h264-reinit tests
Fixes fate big endian configs.
12 years ago
Janne Grunau
3f15b301fa
fate: add test for cropping h264 to container dimensions
Tests the workaround added for 1080 videos created with Canon cameras
in 30f515091c
.
12 years ago
Anton Khirnov
93eaeb0244
FATE: add a tscc2 test.
12 years ago
Clément Bœsch
77f60f0011
lavu/eval: add between() function.
12 years ago