summaryrefslogtreecommitdiff
path: root/tests/fate
Commit message (Collapse)AuthorAge
* FATE: update HEVC testsGuillaume Martres2013-10-27
| | | | | | | | | | | | | | | | | | | This changes the tests that used the internal hevc checksum to use framecrc Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Conflicts: tests/fate/hevc.mak tests/ref/fate/hevc-conformance-DBLK_A_SONY_3 tests/ref/fate/hevc-conformance-DBLK_B_SONY_3 tests/ref/fate/hevc-conformance-DBLK_C_SONY_3 tests/ref/fate/hevc-conformance-DELTAQP_B_SONY_3 tests/ref/fate/hevc-conformance-DELTAQP_C_SONY_3 tests/ref/fate/hevc-conformance-POC_A_Bossen_3 Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-26
|\ | | | | | | | | | | | | * qatar/master: fate: aac: Add test for AAC-ELD Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: aac: Add test for AAC-ELDAlex Converse2013-10-25
| |
* | avcodec/hevc: remove CODEC_CAP_EXPERIMENTALMichael Niedermayer2013-10-23
| | | | | | | | | | | | Approved-by: mraulet Approved-by: smarter Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: fix fieldorder testPaul B Mahol2013-10-23
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/framehash: add software version to framecrc/md5Michael Niedermayer2013-10-23
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-22
|\| | | | | | | | | | | | | * qatar/master: fate: add fieldorder filter test Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add fieldorder filter testVittorio Giovara2013-10-22
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
| * fate: vpx: Remove one redundant $(eval) invocationDiego Biurrun2013-10-19
| |
* | fate: enable hevc testsMichael Niedermayer2013-10-21
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add synthetic swresample resampling testsMichael Niedermayer2013-10-21
| | | | | | | | | | | | | | | | this is based on libavresample.mak These tests do not depend on external samples Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-17
|\| | | | | | | | | | | | | * qatar/master: fate: Increase the tolerance in the lavr tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Increase the tolerance in the lavr testsMartin Storsjö2013-10-17
| | | | | | | | | | | | | | A few fate instances on OS/2, OpenBSD, FreeBSD and IA64 linux currently still fail a few tests with a maxdiff of 6. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit 'f52fd3f3b26f0d80e4f0b374b7695383feca5b92'Michael Niedermayer2013-10-17
|\| | | | | | | | | | | | | * commit 'f52fd3f3b26f0d80e4f0b374b7695383feca5b92': fate: aac: Add test for AAC-LD Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: aac: Add test for AAC-LDDiego Biurrun2013-10-17
| |
* | Merge commit '6b081eff4dfc3c899960f69f30cb567266b7dca3'Michael Niedermayer2013-10-16
|\| | | | | | | | | | | | | | | | | | | | | * commit '6b081eff4dfc3c899960f69f30cb567266b7dca3': fate: add vorbiscomment cover art test Conflicts: tests/fate/cover-art.mak See: 1ca3902726fb8c1398ab00d146ebe3e2f31b76e6 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: add vorbiscomment cover art testJames Almer2013-10-15
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '68edd5be0980941924ae633d98589d56a8091bbd'Michael Niedermayer2013-10-16
|\| | | | | | | | | | | | | * commit '68edd5be0980941924ae633d98589d56a8091bbd': FATE: use proper comparison mode in the lavr tests Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: use proper comparison mode in the lavr testsAnton Khirnov2013-10-15
| |
* | fate: fix DBLK_A_MAIN10_VIXS_2 on big endianMichael Niedermayer2013-10-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | FATE: add HEVC testsGuillaume Martres2013-10-16
| | | | | | | | | | | | | | The tests are disabled as 2 do not pass yet (fate-hevc-conformance-PPS_A_qualcomm_7 and fate-hevc-conformance-RAP_A_docomo_4) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: add pxr24 exr testPaul B Mahol2013-10-15
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '364af376f343d4706c4cdb7ab9fe0863994e6c01'Michael Niedermayer2013-10-13
|\| | | | | | | | | | | | | | | | | * commit '364af376f343d4706c4cdb7ab9fe0863994e6c01': FATE: add lavr resampling tests The tests do not pass, and thus where disabled Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add lavr resampling testsAnton Khirnov2013-10-12
| |
* | Merge commit '9ab5f7107d2f1411e9fda6c36af64524e5ed31d1'Michael Niedermayer2013-10-13
|\| | | | | | | | | | | | | | | | | * commit '9ab5f7107d2f1411e9fda6c36af64524e5ed31d1': FATE: add lavr mixing tests The tests do not pass, and thus where disabled Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * FATE: add lavr mixing testsAnton Khirnov2013-10-12
| |
| * matroskaenc: Fix writing TRACKDEFAULTFLAGJohn Stebbins2013-08-27
| | | | | | | | | | | | | | | | The element was only being written when the value == 1. But the default value of this element is 1, so this has no useful effect. This element needs to be written when the value == 0. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * FATE: add a TAK testAnton Khirnov2013-08-08
| |
* | Merge remote-tracking branch 'rbultje/master'Michael Niedermayer2013-10-03
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * rbultje/master: Full-pixel MC functions. VP9 MC (ssse3) optimizations. Native VP9 decoder. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Native VP9 decoder.Ronald S. Bultje2013-10-02
| | | | | | | | | | | | | | | Authors: Ronald S. Bultje <rsbultje gmail com>, Clement Boesch <u pkh me>
* | | avfilter/vf_histogram: add support for subsampled planar yuv modes in ↵Marton Balint2013-10-01
| | | | | | | | | | | | | | | | | | waveform mode Signed-off-by: Marton Balint <cus@passwd.hu>
* | | fate: add fieldorder testPaul B Mahol2013-09-30
|/ / | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | fate: add phase testPaul B Mahol2013-09-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tests/fate/prores: fix skip alpha tests on big endianMichael Niedermayer2013-09-22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Make decoding alpha optional for some codecs.Reimar Döffinger2013-09-22
| | | | | | | | | | | | | | | | | | | | | | | | For codecs where decoding of a whole plane can simply be skipped, we should offer applications to not decode alpha for better performance (ca. 30% less CPU usage and 40% reduced memory bandwidth). It also means applications do not need to implement support (even if it is rather simple) for YUVA formats in order to be able to play these files. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | fate: add adelay testPaul B Mahol2013-09-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | matroskaenc: Write muxingapp and writingapp elements when using bitexact flagJames Almer2013-09-18
| | | | | | | | | | | | | | | | Files won't validate with mkvalidtor if these two elements are missing. Use a const "Lavf" string that wont change with library version bumps. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Fix exif tests ffprobe dependencyJames Almer2013-09-18
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | matroskaenc: Bump DocTypeVersion to 4James Almer2013-09-15
| | | | | | | | | | | | | | | | | | The muxer has been creating files with v4 elements for some time now, and especially now that we can mux non-experimental Opus files, reporting the DocTypeVersion as 2 is not correct. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/fate/libavcodec: fate-idct8x8 needs dctMichael Niedermayer2013-08-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/fate/fft: add mdct dependency as mdct is used tooMichael Niedermayer2013-08-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/fate/cover-art: add file protocol & rawvideo muxer dependencyMichael Niedermayer2013-08-26
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffv1enc: Make ffv1.3 non experimentalMichael Niedermayer2013-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The fate tests change as they used 1.2 previously The increased size is due to: 32bit CRCs per slice by default (can be disabled), it adds slice headers to allow decoding one slice without the others an additional slice size field is added to make it possible to find slices within corrupted surroundings. these add up to about 57bit per slice more at 50 frames and 4 slices thats 1425 byte Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Add EXIF test.Thilo Borgmann2013-08-20
| |
* | fate: add ffv1.0 testMichael Niedermayer2013-08-18
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tests/fli: avoid rounding errors in -t option.Nicolas George2013-08-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: Add vorbiscomment cover art testJames Almer2013-08-05
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec: Implementation of 32 bit fixed point FFTNedeljko Babic2013-08-04
| | | | | | | | | | | | | | | | Iterative implementation of 32 bit fixed point split-radix FFT. Max FFT that can be calculated currently is 2^12. Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '711c4da1af71e0d26ca93626a3c2dd48821f1cc7'Michael Niedermayer2013-07-30
|\| | | | | | | | | | | | | | | | | | | * commit '711c4da1af71e0d26ca93626a3c2dd48821f1cc7': fate: Add tree test Conflicts: tests/fate/libavutil.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fate: Add tree testDiego Biurrun2013-07-29
| |