summaryrefslogtreecommitdiff
path: root/tests/ref
Commit message (Collapse)AuthorAge
...
* FATE: add a test for the setpts filterAnton Khirnov2013-03-28
|
* FATE: add a test for the hqdn3d filterAnton Khirnov2013-03-28
|
* FATE: add a test for the transpose filterAnton Khirnov2013-03-28
|
* FATE: add a test for the unsharp filterAnton Khirnov2013-03-28
|
* FATE: add a test for the fade filterAnton Khirnov2013-03-28
|
* FATE: add a test for the drawbox filterAnton Khirnov2013-03-28
|
* FATE: add a test for the boxblur filterAnton Khirnov2013-03-28
|
* FATE: add a test for the gradfun filterAnton Khirnov2013-03-28
|
* fate: add test for cropping h264 to container dimensionsJanne Grunau2013-03-22
| | | | | Tests the workaround added for 1080 videos created with Canon cameras in 30f515091c323da59c0f1b533703dedca2f4b95d.
* FATE: add a tscc2 test.Anton Khirnov2013-03-22
|
* fate: add tests for h264 decoder reinitJanne Grunau2013-03-20
|
* FATE: enable multiple slices in the ffv1 vsynth testAnton Khirnov2013-03-08
| | | | This allows us to test the slice threading code.
* fate: remove last incomplete frame from mpeg2-field-enc testJanne Grunau2013-03-04
|
* lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö2013-02-27
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* vf_yadif: fix out-of line readsAnton Khirnov2013-02-15
| | | | Some changes in the border pixels, visually indistinguishable.
* swscale: Disallow conversion to GBRP16Martin Storsjö2013-02-11
| | | | | | | | | | | | | This reverts parts of d6d5ef5534d582, that didn't work right. (The tests that were added failed on big endian, and the output looked garbled on little endian as well.) This is due to the fact that the intermediate scaling values (from e.g. hScale8To19_c or hScale16To19_c) are stored as int32_t and thus requires a separate output function, while yuv2gbrp_full_X_c only interprets it as int16_t. Signed-off-by: Martin Storsjö <martin@martin.st>
* sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer2013-02-09
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* mpegvideo: initialize dummy reference frames.Anton Khirnov2013-02-06
| | | | | | | Do not rely on get_buffer initializing them. Changes yadif tests (off by one in one border pixel), because yadif reads from those uninitialized lines.
* nuv: do not rely on get_buffer() initializing the frame.Anton Khirnov2013-02-06
|
* yop: initialize palette to 0Anton Khirnov2013-02-06
| | | | | | | | | | The FATE sample contains some pixels with value 0, but the palette stored in the file contains only values from 16 up. Because the default and cmdutils get_buffer() initialize the data to 0x80, they appear as gray dots. After this commit they change to black dots, which is probably still incorrect but less visible and doesn't rely on get_buffer() initializing the data.
* qtrle: fix the topmost line for 1bitKostya Shishkov2013-02-06
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> CC:libav-stable@libav.org
* xxan: properly handle odd heights.Kostya Shishkov2013-02-06
| | | | | | | Duplicate the last one or two chroma lines. Signed-off-by: Anton Khirnov <anton@khirnov.net> CC:libav-stable@libav.org
* fraps: fix off-by one bug for version 1.Anton Khirnov2013-02-06
| | | | CC:libav-stable@libav.org
* aasc: fix output for msrle compression.Anton Khirnov2013-02-06
| | | | | | The bottom line was invalid before. CC:libav-stable@libav.org
* 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
* 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>
* 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: 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.
* 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>
* 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: 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.
* 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 a bink version 'b' testAnton Khirnov2012-11-17
|
* FATE: add a bink version 'i' testAnton Khirnov2012-11-17
|
* swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2012-10-31
| | | | | | | | Otherwise during scaling it will try to interpret input in the wrong way and that leads to the test results disagreeing on different platforms and with different optimizations. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>