summaryrefslogtreecommitdiff
path: root/tests/ref
Commit message (Collapse)AuthorAgeFilesLines
* avformat/utils: fix dts from pts code in compute_pkt_fields() during ↵Michael Niedermayer2016-04-271-1/+1
| | | | | | | | | ascending delay Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit de1de4932419d0fb49c9c23f62e68cdbe90d0ee3) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/mxfenc: Only store user comment related tags when neededMichael Niedermayer2015-11-116-59/+59
| | | | | | | | | | | | | | | Also support disabling them as they seem to cause problems to some Users. They are also not allowed in IRT D-10 thus the default for mxf_d10 is not to write them This also decreases the filesize when no user comment are stored Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit d9726893f311b7bbbc9887db2c3ffbefaad78ca3) Conflicts: libavformat/mxfenc.c
* vp9_parse: fix parsing of pskip and profile 2/3.Ronald S. Bultje2015-09-043-3/+10
| | | | | 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-031-3/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* tests: Renamed pix_fmts wording in ffv1 test target name to match pix_fmt ↵Peter B2015-08-3136-75/+79
| | | | | | parameter. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_vectorscope: make color mode more usefulPaul B Mahol2015-08-301-3/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_vectorscope: add yet another modePaul B Mahol2015-08-291-0/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate: add tests for vectorscope filterPaul B Mahol2015-08-255-0/+20
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit 'faa3f17a76333b672ce4a40cf80f678ab68bdbae'Hendrik Leppkes2015-08-241-15/+15
|\ | | | | | | | | | | | | * 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-201-14/+14
| |
* | fate: add tests for waveform filterPaul B Mahol2015-08-245-51/+204
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_histogram: levels: support more input pixel formatsPaul B Mahol2015-08-231-50/+50
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: Force simple idct for fate-asf-repldataMichael Niedermayer2015-08-191-14/+14
| | | | | | | | | | | | 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-181-0/+15
|\ \ | |/ | | | | | | | | | | | | | | * 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-161-0/+15
| | | | | | | | | | | | | | | | | | 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-291-3/+17
| | | | | | | | | | | | | | 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-271-0/+2
| | | | | | | | Missing from the push of 3ee217853a6741b829a2683f49c590618891b1ab.
* | movtextdec: Use default style information from movtext headerNiklesh2015-08-122-6/+6
| | | | | | | | | | | | | | | | 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-054-29/+29
| | | | | | | | | | | | | | | | | | 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-2410-0/+10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'a16854892c3af945d3ab0015699a0c9884f0a89a'Michael Niedermayer2015-07-221-0/+2
|\ \ | |/ | | | | | | | | | | * commit 'a16854892c3af945d3ab0015699a0c9884f0a89a': dds: Add a rgba fate test Merged-by: Michael Niedermayer <michael@niedermayer.cc>
| * dds: Add a rgba fate testVittorio Giovara2015-07-221-0/+2
| |
| * dds: Fix palette decodingVittorio Giovara2015-07-222-2/+2
| | | | | | | | | | | | Red and blue channels were decoded in the wrong order. Found-By: ami_stuff
* | Support the Hap chunked frame formatTom Butterworth2015-07-221-0/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Add support for TEA (Tiny Encryption Algorithm)Vesselin Bontchev2015-07-211-0/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add test for async protocolZhang Rui2015-07-211-0/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avcodec/dds: fix paletted filesMichael Niedermayer2015-07-192-2/+2
| | | | | | | | | | | | | | | | | | 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-181-0/+50
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add test for mergeplanes filterPaul B Mahol2015-07-181-0/+51
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | mxfdec: calculate the index in display orderMarton Balint2015-07-161-1/+1
| | | | | | | | | | | | | | This should fix seeking for open GOP files as well. Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Marton Balint <cus@passwd.hu>
* | fate: add tests for stereo3d anaglyph modesPaul B Mahol2015-07-1214-0/+84
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add tests for w3fdif filterPaul B Mahol2015-07-112-0/+62
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | yuv4mpeg: add rough duration estimate and seeking.Ronald S. Bultje2015-07-111-26/+52
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_removegrain: clip to uint16 instead to uint8Paul B Mahol2015-07-102-2/+2
| | | | | | | | | | | | This is how original filter behaves. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add removegrain testsPaul B Mahol2015-07-0925-0/+50
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '02b7c630875c0bc63cee5ec597aa33baf9bf4e20'Michael Niedermayer2015-07-096-6/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '02b7c630875c0bc63cee5ec597aa33baf9bf4e20': h261: Signal freeze picture release for intra frames Conflicts: tests/ref/vsynth/vsynth1-h261 tests/ref/vsynth/vsynth2-h261 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h261: Signal freeze picture release for intra framesStian Selnes2015-07-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Freeze picture release should be set to 1 when we're responding to a fast update request. For simplicity we set it for all intra frames, including those that starts a GOP. Fixes issue where Tandberg MXP1700 does not recover from packet loss state since it's waiting for the freeze picture relase indication. Bug-Id: 873 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'dc1de0b958836545339611e9c050a1d4fdded263'Michael Niedermayer2015-07-096-6/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'dc1de0b958836545339611e9c050a1d4fdded263': h261: Set 'still image mode off' in picture header Conflicts: tests/ref/vsynth/vsynth1-h261 tests/ref/vsynth/vsynth2-h261 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h261: Set 'still image mode off' in picture headerStian Selnes2015-07-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref H.261 recommendation section 4.2.1.3, setting the still image flag to 1 disables still image mode. Some decoders require this in order to decode the bitstream as normal video. Fixes H.261 calls to Cisco E20. Also, reserved (aka spare) bits should be set to 1 unless specified otherwise. Bug-Id: 872 CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | avfilter/vf_lut: >8 bit depth planar yuv supportPaul B Mahol2015-07-031-0/+20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | swscale: implement YA8 outputPaul B Mahol2015-07-0211-0/+11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'a31c4b2cbef9aee15910fc3df52519aef46760de'Michael Niedermayer2015-07-021-8/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'a31c4b2cbef9aee15910fc3df52519aef46760de': fate-g2m3: disable the audio stream Conflicts: tests/ref/fate/g2m3 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate-g2m3: disable the audio streamJanne Grunau2015-07-011-4/+0
| | | | | | | | | | The audio decoder is not in fate-g2m3 dependencies and the wma2 decoder is probably not bit-exact since it it float based.
* | Merge commit 'f91fe24e9bd6912c29bbb03d8afe878e045f9721'Michael Niedermayer2015-07-013-57/+57
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'f91fe24e9bd6912c29bbb03d8afe878e045f9721': g2meet: force simple idct for identical results over all fate configs Conflicts: tests/ref/fate/g2m3 tests/ref/fate/g2m4 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * g2meet: force simple idct for identical results over all fate configsJanne Grunau2015-07-013-60/+60
| |
* | Merge commit '4d1229dabf7a7e3b6a7b326afd79102256c3b008'Michael Niedermayer2015-07-013-0/+216
|\ \ | |/ | | | | | | | | | | * commit '4d1229dabf7a7e3b6a7b326afd79102256c3b008': g2meet: Add FATE tests for all three G2M variants Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * g2meet: Add FATE tests for all three G2M variantsDiego Biurrun2015-07-013-0/+215
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'e2bd03a14a4e3366df0b1ee8e284a97165be1f3c'Michael Niedermayer2015-07-019-19/+19
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'e2bd03a14a4e3366df0b1ee8e284a97165be1f3c': fate: Avoid unnecessary pixel format conversions Conflicts: tests/fate/image.mak tests/ref/fate/dds-ya Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Avoid unnecessary pixel format conversionsMartin Storsjö2015-06-309-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the fate-dds-* and fate-txd-* tests already output into the same pixel format regardless of platform endianness, so there's no need to force conversion to another format. This fixes the tests fate-txd-16bpp, fate-txd-odd, fate-dds-rgb16, fate-dds-rgb24 and fate-dds-xrgb on big endian, where the tests seem to fail due to issues with certain conversion codepaths in swscale. Those conversion codepaths should of course be fixed, but the individual decoder tests should use as little extra conversion steps as possible. Signed-off-by: Martin Storsjö <martin@martin.st>
| * mov: Preserve the metadata even when bit-exactness is requestedLuca Barbato2015-06-302-4/+4
| | | | | | | | | | | | | | Make sure to not write the custom `encoder` string in that case. Bug-Id: 845 CC: libav-stable@libav.org