Clément Bœsch
80bcbed157
fate: restore our settings for drawtext/fade/unsharp.
12 years ago
Clément Bœsch
c703f7bdbd
fate: move more tests from lavfi-regression.sh to filter-video.mak.
12 years ago
Michael Niedermayer
54429142c5
fate: re-enable jpeg2000 test with rgb48le
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
42a7938cca
fate: temporary disable jpeg2000 test to avoid fate breakage from next commits
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Michael Niedermayer
b4fc2a10df
fate: fix jpeg2000 on big endian
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Diego Biurrun
b963f021b6
fate: Invoke pixfmts lavfi tests through fate-run.sh
12 years ago
Diego Biurrun
28663511c9
fate: Invoke pixdesc lavfi tests through fate-run.sh
12 years ago
Diego Biurrun
03b052c023
fate: Invoke standard lavfi tests through fate-run.sh
12 years ago
Diego Biurrun
7c00e9d8ae
x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents
...
The function requires increasing the fuzz factor for the ac3/eac3 encode
tests and even so makes fate fail. It only provides a slight encoding
speedup for legacy CPUs that do not support SS2. Thus its benefit is not
worth the trouble it creates and fixing it would be a waste of time.
12 years ago
Michael Niedermayer
667159e718
fate: re-enable fate-acodec-dca2
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Paul B Mahol
084709f6a5
fate: update dca test and disable dca2 test
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Nicolas George
70feca926b
lavc: check decoded subtitles encoding.
...
Address trac ticket #2431 .
12 years ago
Vittorio Giovara
fc18cc44eb
fate: add CVFC1_Sony_C to h264 conformance tests
...
The sample is already included in the FATE suite, but is not tested
because cropping wasn't fully supported before.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
12 years ago
Michael Niedermayer
c1c2b0b339
avcodec: rename jpeg2000 decoder to j2k
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Nicolas Bertrand
c81a706381
JPEG 2000 decoder for DCinema
...
Based on the 2007 GSoC project from Kamil Nowosad <k.nowosad@students.mimuw.edu.pl>
Updated to current programming standards, style and many more small
fixes by Diego Biurrun <diego@biurrun.de>.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
12 years ago
Michael Niedermayer
80d4d3a41d
fate: re-enable af_join test
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Anton Khirnov
9bfc6e02ba
afifo: fix request_samples on the last frame in certain cases
...
The current code can fail to return the last frame if it contains
exactly the requested number of samples.
Fixes the join filter test, which previously did not include the last
408 samples in most cases.
CC:libav-stable@libav.org
Signed-off-by: Diego Biurrun <diego@biurrun.de>
12 years ago
Diego Biurrun
bc7fbd36ea
fate: cosmetics: More sensible order for entries in video filter file
12 years ago
Diego Biurrun
a77aed142c
fate: Rename video filters file and add separate video filters target
12 years ago
Diego Biurrun
b357f1d1d3
fate: Split audio filters into their own separate file
12 years ago
Diego Biurrun
3eec1d41b4
fate: Reuse VREF and AREF variables where appropriate
12 years ago
Clément Bœsch
3d786591b8
fate/gif: create meaningful gif encoding tests.
12 years ago
Clément Bœsch
3db3b278f2
lavfi/lut: add direct path.
12 years ago
Michael Niedermayer
7e20f80d2c
fate: fix histogram test, try #2
...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
12 years ago
Paul B Mahol
a4f03f082b
FATE: add a test for the histogram filter
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
12 years ago
Martin Storsjö
6add6272da
fate: Set the bitexact flag for vp3/vp5/vp6 tests
...
This is required since there are bit-inexact implementations
of the vp3 idct (for bfin).
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Michael Niedermayer
b3c3996212
avcodec: rename prores encoders
...
Using the first names of authors sounds somewhat unprofessional
and might be considered offensive which is not intended.
The new names use the initials of the authors due to simplicity
and the possibility to apply it consistently without the need
to find political correct names for each future case where
alternative codecs might exist. Also its shorter ...
If someone has a better idea, like maybe 2 random letters
and people prefer it then iam happy to switch to that ...
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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
Nicolas George
08dd2c9df1
fate: add tests for unknown channel layouts.
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
Clément Bœsch
eb054a9693
fate/filter: use aperms to test volume filter.
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