summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
...
* cdgraphics: do not rely on get_buffer() initializing the frame.Anton Khirnov2013-02-06
| | | | | Setting it to zero (instead of 128, as the default get_buffer() does) also produces more correctly-looking output.
* swscale: GBRP output supportMichael Niedermayer2013-01-27
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov2013-01-26
| | | | | | | Do not assume that frame dimensions are mod16 (or that height is mod32 for interlaced). CC:libav-stable@libav.org
* Revert "fate: Use wmv2 IDCT for wmv2 tests"Luca Barbato2013-01-21
| | | | This reverts commit ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3.
* fate: Use wmv2 IDCT for wmv2 testsRonald S. Bultje2013-01-21
|
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-20
| | | | | | | | | | | 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).
* srtp: Add tests for the crypto suite with 32/80 bit HMACMartin Storsjö2013-01-21
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* ac3dec: fix non-optimal dithering of zero bit mantissasMathias Rauen2013-01-20
| | | | | | 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>
* fate: update ref after rv30_loop_filter fixLuca Barbato2013-01-17
|
* lavf: Add a fate test for the SRTP functionsMartin Storsjö2013-01-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lavu: Add a fate test for the HMAC APIMartin Storsjö2013-01-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* fate: vp3: Fix fate-vp3-coeff-level64 test dependenciesDiego Biurrun2013-01-12
| | | | Also rename the test to reflect that the video track is Theora, not VP3.
* fate: cosmetics: Order some test entriesDiego Biurrun2013-01-12
|
* fate: Split fate-siff test into demuxer and VB video decoder testDiego Biurrun2013-01-10
|
* idcin: better error handlingJustin Ruggles2013-01-09
| | | | | | | | 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.
* Drop Snow codecDiego Biurrun2013-01-06
| | | | Snow is a toy codec with no real-world use and horrible code.
* FATE: add cavs testAnton Khirnov2012-12-30
|
* ansi: do not depend on get_buffer() initializing the frame.Anton Khirnov2012-12-24
| | | | | The background changes from 128 (used by the default/cmdutils get_buffer()) to 0. This looks more correct.
* yop: simplify/sanitize the decoding loopAnton Khirnov2012-12-24
| | | | | | | 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.
* miscellaneous typo fixesDiego Biurrun2012-12-21
|
* fate: Move RALF test into lossless audio groupDiego Biurrun2012-12-17
|
* ZeroCodec: Flip outputCarl Eugen Hoyos2012-12-10
| | | | | | | | | | 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>
* fate: dpcm: Add dependenciesDiego Biurrun2012-12-07
|
* fate: image: Add dependenciesDiego Biurrun2012-12-07
|
* pixdesc: fix yuva 10bit bit depthPaul B Mahol2012-12-05
| | | | | | | 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>
* eval: treat dB as decibels instead of decibytesJustin Ruggles2012-12-05
|
* fate: workaround for slighly broken 'test' shell builtinMans Rullgard2012-12-04
| | | | | | | | 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>
* fate: Add dependencies for bmp, cdxl, dfa, mp3Diego Biurrun2012-12-04
|
* fate: ea, h264: prettyprinting and ordering cosmeticsDiego Biurrun2012-12-03
|
* fate: fft: Fix libavcodec dependencyDiego Biurrun2012-12-03
|
* fate-seek: remove use of gnu make 3.82 only private modifierJanne Grunau2012-12-03
|
* fate: move vsynth reference files to their own directoryJanne Grunau2012-12-03
|
* fate: move fate-acodec reference files to their own dirJanne Grunau2012-12-03
|
* fate: split dependencies for fate-seek testsJanne Grunau2012-12-02
| | | | | | | 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.
* fate: h264: Add dependenciesDiego Biurrun2012-11-28
|
* fate: ea: Add dependenciesDiego Biurrun2012-11-28
|
* fate: Do not unconditionally run libavutil testsDiego Biurrun2012-11-28
| | | | Now that libavutil can be disabled, this should be conditional.
* fate: vpx: Add dependenciesDiego Biurrun2012-11-28
|
* fate: Fix wavpack-matroskamode test dependenciesDiego Biurrun2012-11-28
|
* fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo testsDiego Biurrun2012-11-28
|
* fate: real: Add dependenciesDiego Biurrun2012-11-28
|
* fate: lossless-audio: Add dependenciesDiego Biurrun2012-11-28
|
* lavfi: remove vf_slicifyAnton Khirnov2012-11-28
| | | | | | | 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.
* FATE: add 24-bit ALAC testsJustin Ruggles2012-11-20
|
* FATE: rename ALAC tests from alac-* to alac-16-*Justin Ruggles2012-11-20
| | | | | This will distinguish ALAC 16-bit tests from ALAC tests with other bit depths.
* FATE: add a bink version 'b' testAnton Khirnov2012-11-17
|
* FATE: add a bink version 'i' testAnton Khirnov2012-11-17
|
* fate: Add dependencies for aac, alac, amrnb, amrwb, atrac testsDiego Biurrun2012-11-14
|
* fate: atrac: Place atrac1 and atrac3 tests in different groupsDiego Biurrun2012-11-06
|
* fate: aac: cosmetics: Group AAC LATM tests togetherDiego Biurrun2012-11-06
|