summaryrefslogtreecommitdiff
path: root/tests/ref/fate
Commit message (Collapse)AuthorAge
* avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui2015-10-14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/simple_idct10: improve precisionChristophe Gisquet2015-10-13
| | | | | | | | | | | omse goes from 0.03060703 (which fails for dct-test) to 0.01663750. This also actually improve the error of decoding the sample generated by fate-vsynth3-dnxhd1080i-10bit using simple_idct10 to FAANI, which goes (when resampled to yuv422p) from: stddev: 0.06 PSNR: 72.28 MAXDIFF: 1 to identical. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/webvttdec: Don't stop parsing on commentsRicardo Constantino2015-10-12
| | | | Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
* fate/subtitles: Add a new test for WebVTTRicardo Constantino2015-10-12
| | | | | | | | | | | Includes escapes that should now be supported and a few features not yet fully supported, like comments, regions, classes, ruby, and lang. All were tested with https://quuz.org/webvtt/ for validation, except regions because the validator doesn't support them yet, and I couldn't find any other way to validate WebVTT. Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
* fate/async: test error code from underlying protocolZhang Rui2015-10-10
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add DNxHD/HR testsChristophe Gisquet2015-10-09
| | | | | | | | | | | | | | Currently only 2 profiles are evaluated because they are the only 2 with distributed test sequences. - CID 1260: YUV 4:2:2 10 bits with block-adaptive interlace coding, from ticket 4876; - CID 1270: YUV 4:4:4 10 bits (HR), 1920x839, from ticket 4581. They were generated from the ticket sequences by running the following kind of command-line; ffmpeg -i $INPUT -an -sn -vcodec copy -vframes 1 -y $OUTPUT.mov Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tests: update fate-filter-delogo test reference after commit ↵Stefano Sabatini2015-10-08
| | | | 8bc708fcee137ead6d0773fad8e24ab471ab2122
* Merge commit '9a3202a98b2e095b54dd784c3e01a09a676fc3fa'Hendrik Leppkes2015-10-03
|\ | | | | | | | | | | | | * commit '9a3202a98b2e095b54dd784c3e01a09a676fc3fa': Screenpresso SPV1 decoder Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * Screenpresso SPV1 decoderVittorio Giovara2015-09-30
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * avconv_filter: Use full named optionsVittorio Giovara2015-09-13
| | | | | | | | | | | | | | This introduces a slight timebase computation difference in zmbv-8bit fate test. This is expected since the new options are double instead of ints, and the additional precision skews the results in a non meaningful way.
* | fate: Add basic license header checkMichael Niedermayer2015-09-29
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add chroma position scale testChristophe Gisquet2015-09-23
| | | | | | | | | | | | | | | | The sample position is made weird and non-nominal to force catching such issues as default values or specialized operations hiding issues in corner cases. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | swscale/utils: handle gray+alpha formats like gray for luma rangesMichael Niedermayer2015-09-10
| | | | | | | | | | | | Its illogic to handle gray differently depending on the existence of an alpha channel Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch2015-09-08
| |
* | Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b'Hendrik Leppkes2015-09-07
|\| | | | | | | | | | | | | * commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b': DXV decoder Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * DXV decoderVittorio Giovara2015-09-02
| | | | | | | | Support all DXDI and DXD3 normal quality videos.
* | avcodec/samidec: use ff_htmlmarkup_to_ass()Yayoi2015-09-06
| | | | | | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* | fate/subtitles: add a new test for SAMI demuxer and decoderYayoi2015-09-06
| | | | | | | | Signed-off-by: Clément Bœsch <u@pkh.me>
* | tests/fate: replace all -f md5 by framemd5Michael Niedermayer2015-09-06
| | | | | | | | | | | | also limit dcinema-encode to 20 frames to avoid huge reference checksum lists Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes2015-09-05
| | | | | | | | | | FATE refs changed to accomodate for the new default behavior of the function. Numbers are now interpreted as a channel layout, instead of a number of channels.
* | vp9_parse: fix parsing of pskip and profile 2/3.Ronald S. Bultje2015-09-04
| | | | | | | | | | The fate results change because we now correctly timestamp the pskip frames, which means the results are now identical to -vsync 0.
* | avfilter/vf_vectorscope: support more formats for color4 mode in common casePaul B Mahol2015-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: make color mode more usefulPaul B Mahol2015-08-30
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_vectorscope: add yet another modePaul B Mahol2015-08-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add tests for vectorscope filterPaul B Mahol2015-08-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'faa3f17a76333b672ce4a40cf80f678ab68bdbae'Hendrik Leppkes2015-08-24
|\| | | | | | | | | | | | | * commit 'faa3f17a76333b672ce4a40cf80f678ab68bdbae': fate: test only demuxing in asf-repldata Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * fate: test only demuxing in asf-repldataJanne Grunau2015-08-20
| |
* | fate: add tests for waveform filterPaul B Mahol2015-08-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_histogram: levels: support more input pixel formatsPaul B Mahol2015-08-23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: Force simple idct for fate-asf-repldataMichael Niedermayer2015-08-19
| | | | | | | | | | | | otherwise it can fail when a different idct is used on some platform Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '58c3720a3cc71142b5d48d8ccdc9213f9a66cd33'Hendrik Leppkes2015-08-18
|\| | | | | | | | | | | | | | | | | * commit '58c3720a3cc71142b5d48d8ccdc9213f9a66cd33': fate: Make sure a corner-case for ASF is covered Adjusted fate ref to match the different timebase of the ffasf demuxer Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * fate: Make sure a corner-case for ASF is coveredAlexandra Hájková2015-08-16
| | | | | | | | | | | | | | | | | | Test the demuxer for the case when the replicated data length in a sample is 0. Sample-ID: https://samples.libav.org/mplayer-bugs/bug821/bug821-2.asf Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * fate: add test vectors for HMAC SHA and SHA-2James Almer2015-07-29
| | | | | | | | | | | | | | Also replace custom tests for MD5 with those published in RFC 2202 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
| * fate: Add hap-chunk ref fileVittorio Giovara2015-07-27
| | | | | | | | Missing from the push of 3ee217853a6741b829a2683f49c590618891b1ab.
* | movtextdec: Use default style information from movtext headerNiklesh2015-08-12
| | | | | | | | | | | | | | | | As suggested, posting the combined patch with the fate changes. The patch sets the default style in ASS from the default style information present in the movtext header. Signed-off-by: Niklesh <niklesh.lalwani@iitb.ac.in>
* | libavformat/matroska: Write stream durations in metadata, in the format of ↵Sasi Inguva2015-08-05
| | | | | | | | | | | | | | | | | | mkvmerge. Compute individual stream durations in matroska muxer. Write them as string tags in the same format as mkvmerge tool does. Signed-off-by: Sasi Inguva <isasi@google.com>
* | swscale: ayuv64le output supportPaul B Mahol2015-07-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'a16854892c3af945d3ab0015699a0c9884f0a89a'Michael Niedermayer2015-07-22
|\| | | | | | | | | | | | | * commit 'a16854892c3af945d3ab0015699a0c9884f0a89a': dds: Add a rgba fate test Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * dds: Add a rgba fate testVittorio Giovara2015-07-22
| |
| * dds: Fix palette decodingVittorio Giovara2015-07-22
| | | | | | | | | | | | Red and blue channels were decoded in the wrong order. Found-By: ami_stuff
* | Support the Hap chunked frame formatTom Butterworth2015-07-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Add support for TEA (Tiny Encryption Algorithm)Vesselin Bontchev2015-07-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add test for async protocolZhang Rui2015-07-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/dds: fix paletted filesMichael Niedermayer2015-07-19
| | | | | | | | | | | | | | | | | | Fixes Ticket4664 The changed fate tests lack red/blue shades and thus look correct either way Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add tblend filter testPaul B Mahol2015-07-18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add test for mergeplanes filterPaul B Mahol2015-07-18
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add tests for stereo3d anaglyph modesPaul B Mahol2015-07-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add tests for w3fdif filterPaul B Mahol2015-07-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_removegrain: clip to uint16 instead to uint8Paul B Mahol2015-07-10
| | | | | | | | | | | | This is how original filter behaves. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add removegrain testsPaul B Mahol2015-07-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>