Luca Barbato
9146e872c6
Revert "fate: Use wmv2 IDCT for wmv2 tests"
...
This reverts commit ce378f0dd0
.
12 years ago
Ronald S. Bultje
ce378f0dd0
fate: Use wmv2 IDCT for wmv2 tests
12 years ago
Ronald S. Bultje
e6bc38fd49
wmv2: move IDCT to its own DSP context.
...
This allows us to remove FF_IDCT_WMV2, which serves no practical purpose
other than to be able to select the WMV2 IDCT for MPEG (or vice versa)
and get corrupt output.
Fate tests for all wmv2-related tests change, because (for some obscure
reason) they forced use of the MPEG IDCT. You would get the same changes
previously by not using -idct simple in the fate test (or replacing it
with -idct auto).
12 years ago
Martin Storsjö
ae01e8d295
srtp: Add tests for the crypto suite with 32/80 bit HMAC
...
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Mathias Rauen
04ea5491a8
ac3dec: fix non-optimal dithering of zero bit mantissas
...
Use a noise range of -0.707 to 0.707 instead of -0.5 to 0.5
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
12 years ago
Luca Barbato
56ef1ef1f7
fate: update ref after rv30_loop_filter fix
12 years ago
Martin Storsjö
c2603aa25b
lavf: Add a fate test for the SRTP functions
...
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Martin Storsjö
3130fa51a5
lavu: Add a fate test for the HMAC API
...
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Diego Biurrun
0f94c0b1b6
fate: vp3: Fix fate-vp3-coeff-level64 test dependencies
...
Also rename the test to reflect that the video track is Theora, not VP3.
12 years ago
Diego Biurrun
4d3b144c5e
fate: cosmetics: Order some test entries
12 years ago
Diego Biurrun
f8936c6f90
fate: Split fate-siff test into demuxer and VB video decoder test
12 years ago
Justin Ruggles
5d0450461f
idcin: better error handling
...
Add some additional checks for EOF and print error messages on an incomplete
header or packet.
FATE reference updated for id-cin-video due to the demuxer no longer
returning a partial video packet at EOF.
12 years ago
Diego Biurrun
a0c5917f86
Drop Snow codec
...
Snow is a toy codec with no real-world use and horrible code.
12 years ago
Anton Khirnov
5e6ee38bd3
FATE: add cavs test
12 years ago
Anton Khirnov
99e36ddd3e
ansi: do not depend on get_buffer() initializing the frame.
...
The background changes from 128 (used by the default/cmdutils
get_buffer()) to 0. This looks more correct.
12 years ago
Anton Khirnov
c6303f8d70
yop: simplify/sanitize the decoding loop
...
Do not overwrite linesize set by get_buffer().
The last frame in the FATE test is not decoded anymore, since the file
is cut and a part of it is missing.
12 years ago
Diego Biurrun
511cf612ac
miscellaneous typo fixes
12 years ago
Diego Biurrun
4d6c96fd69
fate: Move RALF test into lossless audio group
12 years ago
Carl Eugen Hoyos
2ddf7c88d1
ZeroCodec: Flip output
...
The initial testing of the VFW binary codec was flawed,
likely due to an AviSynth bug.
Re-testing using VirtualDub and various professional editing
applications has revealed it should have been flipped.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
12 years ago
Diego Biurrun
c25fc5c2bb
fate: dpcm: Add dependencies
12 years ago
Diego Biurrun
33086f9265
fate: image: Add dependencies
12 years ago
Paul B Mahol
b519298a15
pixdesc: fix yuva 10bit bit depth
...
It was wrongly set as the yuva 16bit one.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
12 years ago
Justin Ruggles
5312268b34
eval: treat dB as decibels instead of decibytes
12 years ago
Mans Rullgard
da025d115a
fate: workaround for slighly broken 'test' shell builtin
...
Some shells, e.g. minix3, have a broken 'test' builtin which fails
if the first operand of a binary operator looks like a unary operator.
Prefixing the values with 'x' prevents this from happening.
Signed-off-by: Mans Rullgard <mans@mansr.com>
12 years ago
Diego Biurrun
90153465b0
fate: Add dependencies for bmp, cdxl, dfa, mp3
12 years ago
Diego Biurrun
201628899b
fate: ea, h264: prettyprinting and ordering cosmetics
12 years ago
Diego Biurrun
eebc40e177
fate: fft: Fix libavcodec dependency
12 years ago
Janne Grunau
e816034a5f
fate-seek: remove use of gnu make 3.82 only private modifier
12 years ago
Janne Grunau
c8148e5c93
fate: move vsynth reference files to their own directory
12 years ago
Janne Grunau
337dbe2adb
fate: move fate-acodec reference files to their own dir
12 years ago
Janne Grunau
abab0435d4
fate: split dependencies for fate-seek tests
...
Each fate-seek test depends now only on the corresponding fate-acodec,
fate-vsynth2 or fate-lavf test which creates the file seek-tests
operates on. The tests and references are renamed to match the test they
depend on.
12 years ago
Diego Biurrun
e4d349b401
fate: h264: Add dependencies
12 years ago
Diego Biurrun
d2f576bd49
fate: ea: Add dependencies
12 years ago
Diego Biurrun
47e7fb8815
fate: Do not unconditionally run libavutil tests
...
Now that libavutil can be disabled, this should be conditional.
12 years ago
Diego Biurrun
db9dbfb72a
fate: vpx: Add dependencies
12 years ago
Diego Biurrun
a1d1fc9b4a
fate: Fix wavpack-matroskamode test dependencies
12 years ago
Diego Biurrun
1f3f896564
fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo tests
12 years ago
Diego Biurrun
5116ac7774
fate: real: Add dependencies
12 years ago
Diego Biurrun
9534e0f552
fate: lossless-audio: Add dependencies
12 years ago
Anton Khirnov
bb6c67bb36
lavfi: remove vf_slicify
...
The following commit will make it useless.
The crop_scale_vflip FATE test changes because of off-by-one differences
in output when vflipped slices are passed to sws.
12 years ago
Justin Ruggles
b353321caa
FATE: add 24-bit ALAC tests
12 years ago
Justin Ruggles
3e6c2a67a1
FATE: rename ALAC tests from alac-* to alac-16-*
...
This will distinguish ALAC 16-bit tests from ALAC tests with other bit
depths.
12 years ago
Anton Khirnov
da5408ede9
FATE: add a bink version 'b' test
12 years ago
Anton Khirnov
108bfe4e43
FATE: add a bink version 'i' test
12 years ago
Diego Biurrun
a3138ebfa8
fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests
12 years ago
Diego Biurrun
e6c4c0f7cf
fate: atrac: Place atrac1 and atrac3 tests in different groups
12 years ago
Diego Biurrun
06c7b33831
fate: aac: cosmetics: Group AAC LATM tests together
12 years ago
Justin Ruggles
8a58894fc6
FATE: add a 24-bit FLAC encoding test
12 years ago
Justin Ruggles
31c3b9c95e
FATE: rename FLAC tests from flac-* to flac-16-*
...
This will distinguish FLAC 16-bit tests from FLAC tests with other bit
depths.
12 years ago
Diego Biurrun
2253df76c1
fate: aac: Place LATM tests and general AAC tests in different groups
12 years ago