Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "fate: Use wmv2 IDCT for wmv2 tests" | Luca Barbato | 2013-01-21 | 2 | -5/+3 |
| | | | | This reverts commit ce378f0dd0c4e5350b3280e6b3e8d6b46fe4b0a3. | ||||
* | fate: Use wmv2 IDCT for wmv2 tests | Ronald S. Bultje | 2013-01-21 | 2 | -3/+5 |
| | |||||
* | wmv2: move IDCT to its own DSP context. | Ronald S. Bultje | 2013-01-20 | 3 | -21/+21 |
| | | | | | | | | | | | 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 HMAC | Martin Storsjö | 2013-01-21 | 1 | -0/+4 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | ac3dec: fix non-optimal dithering of zero bit mantissas | Mathias Rauen | 2013-01-20 | 1 | -13/+13 |
| | | | | | | 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 fix | Luca Barbato | 2013-01-17 | 2 | -164/+164 |
| | |||||
* | lavf: Add a fate test for the SRTP functions | Martin Storsjö | 2013-01-15 | 2 | -0/+12 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | lavu: Add a fate test for the HMAC API | Martin Storsjö | 2013-01-15 | 2 | -0/+10 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | fate: vp3: Fix fate-vp3-coeff-level64 test dependencies | Diego Biurrun | 2013-01-12 | 2 | -4/+4 |
| | | | | Also rename the test to reflect that the video track is Theora, not VP3. | ||||
* | fate: cosmetics: Order some test entries | Diego Biurrun | 2013-01-12 | 9 | -69/+69 |
| | |||||
* | fate: Split fate-siff test into demuxer and VB video decoder test | Diego Biurrun | 2013-01-10 | 4 | -6/+117 |
| | |||||
* | idcin: better error handling | Justin Ruggles | 2013-01-09 | 1 | -1/+0 |
| | | | | | | | | 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 codec | Diego Biurrun | 2013-01-06 | 10 | -130/+0 |
| | | | | Snow is a toy codec with no real-world use and horrible code. | ||||
* | FATE: add cavs test | Anton Khirnov | 2012-12-30 | 2 | -0/+174 |
| | |||||
* | ansi: do not depend on get_buffer() initializing the frame. | Anton Khirnov | 2012-12-24 | 1 | -3/+3 |
| | | | | | The background changes from 128 (used by the default/cmdutils get_buffer()) to 0. This looks more correct. | ||||
* | yop: simplify/sanitize the decoding loop | Anton Khirnov | 2012-12-24 | 1 | -1/+0 |
| | | | | | | | 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 fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
| | |||||
* | fate: Move RALF test into lossless audio group | Diego Biurrun | 2012-12-17 | 2 | -3/+3 |
| | |||||
* | ZeroCodec: Flip output | Carl Eugen Hoyos | 2012-12-10 | 1 | -38/+38 |
| | | | | | | | | | | 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 dependencies | Diego Biurrun | 2012-12-07 | 1 | -6/+6 |
| | |||||
* | fate: image: Add dependencies | Diego Biurrun | 2012-12-07 | 1 | -9/+15 |
| | |||||
* | pixdesc: fix yuva 10bit bit depth | Paul B Mahol | 2012-12-05 | 5 | -25/+25 |
| | | | | | | | 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 decibytes | Justin Ruggles | 2012-12-05 | 1 | -0/+6 |
| | |||||
* | fate: workaround for slighly broken 'test' shell builtin | Mans Rullgard | 2012-12-04 | 1 | -1/+1 |
| | | | | | | | | 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, mp3 | Diego Biurrun | 2012-12-04 | 4 | -8/+17 |
| | |||||
* | fate: ea, h264: prettyprinting and ordering cosmetics | Diego Biurrun | 2012-12-03 | 2 | -183/+183 |
| | |||||
* | fate: fft: Fix libavcodec dependency | Diego Biurrun | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | fate-seek: remove use of gnu make 3.82 only private modifier | Janne Grunau | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | fate: move vsynth reference files to their own directory | Janne Grunau | 2012-12-03 | 113 | -0/+1 |
| | |||||
* | fate: move fate-acodec reference files to their own dir | Janne Grunau | 2012-12-03 | 24 | -0/+1 |
| | |||||
* | fate: split dependencies for fate-seek tests | Janne Grunau | 2012-12-02 | 107 | -123/+220 |
| | | | | | | | 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 dependencies | Diego Biurrun | 2012-11-28 | 1 | -4/+6 |
| | |||||
* | fate: ea: Add dependencies | Diego Biurrun | 2012-11-28 | 1 | -7/+10 |
| | |||||
* | fate: Do not unconditionally run libavutil tests | Diego Biurrun | 2012-11-28 | 2 | -1/+1 |
| | | | | Now that libavutil can be disabled, this should be conditional. | ||||
* | fate: vpx: Add dependencies | Diego Biurrun | 2012-11-28 | 1 | -16/+16 |
| | |||||
* | fate: Fix wavpack-matroskamode test dependencies | Diego Biurrun | 2012-11-28 | 1 | -3/+5 |
| | |||||
* | fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo tests | Diego Biurrun | 2012-11-28 | 4 | -5/+5 |
| | |||||
* | fate: real: Add dependencies | Diego Biurrun | 2012-11-28 | 1 | -7/+7 |
| | |||||
* | fate: lossless-audio: Add dependencies | Diego Biurrun | 2012-11-28 | 1 | -6/+6 |
| | |||||
* | lavfi: remove vf_slicify | Anton Khirnov | 2012-11-28 | 2 | -6/+4 |
| | | | | | | | 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 tests | Justin Ruggles | 2012-11-20 | 1 | -1/+9 |
| | |||||
* | FATE: rename ALAC tests from alac-* to alac-16-* | Justin Ruggles | 2012-11-20 | 1 | -8/+9 |
| | | | | | This will distinguish ALAC 16-bit tests from ALAC tests with other bit depths. | ||||
* | FATE: add a bink version 'b' test | Anton Khirnov | 2012-11-17 | 2 | -0/+34 |
| | |||||
* | FATE: add a bink version 'i' test | Anton Khirnov | 2012-11-17 | 3 | -2/+40 |
| | |||||
* | fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests | Diego Biurrun | 2012-11-14 | 5 | -9/+16 |
| | |||||
* | fate: atrac: Place atrac1 and atrac3 tests in different groups | Diego Biurrun | 2012-11-06 | 1 | -7/+11 |
| | |||||
* | fate: aac: cosmetics: Group AAC LATM tests together | Diego Biurrun | 2012-11-06 | 1 | -8/+8 |
| | |||||
* | FATE: add a 24-bit FLAC encoding test | Justin Ruggles | 2012-11-05 | 1 | -0/+6 |
| | |||||
* | FATE: rename FLAC tests from flac-* to flac-16-* | Justin Ruggles | 2012-11-05 | 1 | -12/+13 |
| | | | | | This will distinguish FLAC 16-bit tests from FLAC tests with other bit depths. | ||||
* | fate: aac: Place LATM tests and general AAC tests in different groups | Diego Biurrun | 2012-11-05 | 1 | -6/+11 |
| |