summaryrefslogtreecommitdiffstats
path: root/tests/fate
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge commit 'ec0f4fa17ce29cf01d4def21041b0b87f7e3105d'James Almer2017-11-111-0/+2
|\ | | | | | | | | | | | | * commit 'ec0f4fa17ce29cf01d4def21041b0b87f7e3105d': FATE: add a test for the H.264 sample fixed by 7c4f6f6 Merged-by: James Almer <jamrial@gmail.com>
| * FATE: add a test for the H.264 sample fixed by 7c4f6f6Anton Khirnov2017-10-191-0/+2
| |
| * cbs: Add test dependenciesMark Thompson2017-10-171-6/+11
| | | | | | | | Fixes the MPEG-2 failure with --disable-error-resilience.
| * cbs: Add some read/write testsMark Thompson2017-09-261-0/+74
| | | | | | | | | | | | | | | | | | | | Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/>
| * mpeg12: Move finding the best frame rate to common codeMark Thompson2017-09-121-0/+5
| | | | | | | | Previously in the mpeg2_metadata filter. Also adds a test.
* | Merge commit '39e16ee2289e4240a82597b97db5541bbbd2b996'James Almer2017-11-111-1/+1
|\ \ | |/ | | | | | | | | | | * commit '39e16ee2289e4240a82597b97db5541bbbd2b996': Revert "fate: Skip the checkasm test if CONFIG_STATIC is disabled" Merged-by: James Almer <jamrial@gmail.com>
| * Revert "fate: Skip the checkasm test if CONFIG_STATIC is disabled"Martin Storsjö2017-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | When we use dllexport properly for shared libraries on windows, there's no longer any issue with linking the object files for e.g. libavcodec statically into checkasm. (It's still not possible to link the built object files for e.g. libavformat statically to libavcodec though, since libavformat exepcts to load av_export_* symbols from a DLL.) This reverts commit 4e62b57ee03928c12a3119dcaf78ffa1f4d6985f. Signed-off-by: Martin Storsjö <martin@martin.st>
* | lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index.Sasi Inguva2017-11-111-0/+4
| | | | | | | | | | | | Partially fixes t/6699. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '770cf1dbc2c8fe9b84300439ad0cd85036480388'James Almer2017-11-101-2/+2
|\ \ | |/ | | | | | | | | | | * commit '770cf1dbc2c8fe9b84300439ad0cd85036480388': fate/hevc: specify output pixel format explicitly Merged-by: James Almer <jamrial@gmail.com>
| * fate/hevc: specify output pixel format explicitlyAnton Khirnov2017-07-281-1/+1
| | | | | | | | This allows running those tests with hwaccel.
* | Merge commit '5be9939b46a6a4d3860a1b1a872aa50897095970'James Almer2017-11-071-3/+3
|\ \ | |/ | | | | | | | | | | | | | | * commit '5be9939b46a6a4d3860a1b1a872aa50897095970': fate: Add cinepak encoder vsynth tests See d7f62f033c214f3863acfd8e0672407b0bf91a3b Merged-by: James Almer <jamrial@gmail.com>
| * fate: Add cinepak encoder vsynth testsDiego Biurrun2017-07-051-0/+4
| |
* | fate/utvideo : add test for decoding and encodingMartin Vignali2017-11-071-0/+48
| |
* | lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS.Sasi Inguva2017-11-041-0/+8
| | | | | | | | | | | | Partially fixes t/6699. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: Fix fitsdec-gbrap16 test on big-endian hardware.Carl Eugen Hoyos2017-11-041-2/+2
| |
* | fate: Add bitexact flag to the invalid-elst test.Carl Eugen Hoyos2017-10-291-1/+1
| | | | | | | | Fixes fate-mov-invalid-elst-entry-count on a ppc system.
* | fate: Fix some of the fitsdec tests on big-endian.Carl Eugen Hoyos2017-10-291-4/+4
| |
* | fate: change fate-ffmpeg-attached_pics to encode to pcm_s16leMarton Balint2017-10-281-3/+3
| | | | | | | | | | | | | | | | Previously alac encoder was used, from a first glance I thought it is bitexact, but it turns out it is using floating point arithmetic as well, so probably it is not. Fixes fate failures on mingw32/64. Signed-off-by: Marton Balint <cus@passwd.hu>
* | lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.Sasi Inguva2017-10-281-0/+4
| | | | | | | | | | Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '4d4d7cf9d539a053f531f662a972b23d335738eb'James Almer2017-10-271-0/+9
|\ \ | |/ | | | | | | | | | | * commit '4d4d7cf9d539a053f531f662a972b23d335738eb': fmvc: Add FATE tests Merged-by: James Almer <jamrial@gmail.com>
| * fmvc: Add FATE testsDiego Biurrun2017-04-131-0/+9
| |
* | fate: fix ffmpeg-attached_pics test dependenciesMarton Balint2017-10-271-1/+1
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | fate: add fate test for ticket #6375Marton Balint2017-10-271-0/+4
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | fate: add fate test for ticket #6603Marton Balint2017-10-271-0/+4
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | fate: fix mpeg2-ticket6677 faillures on some platformsZhong Li2017-10-261-1/+1
| | | | | | | | | | Signed-off-by: Zhong Li <zhong.li@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: add a test for mpeg2 issue of ticket #6677Zhong Li2017-10-251-0/+3
| | | | | | | | | | Signed-off-by: Zhong Li <zhong.li@intel.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avformat/mov: Set start_pad correctly in mov_fix_index()Dale Curtis2017-10-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | Sets the correct start padding value when an edit list is present. A new fate test is added, fate-mov-440hz-10ms, to ensure this is handled correctly. Signed-off-by: Dale Curtis <dalecurtis@chromium.org> Reviewed-by: Sasi Inguva <isasi-at-google.com@ffmpeg.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit 'b57a95d0147beae746db1c1223d100447f42dced'James Almer2017-10-181-0/+12
|\ \ | |/ | | | | | | | | | | * commit 'b57a95d0147beae746db1c1223d100447f42dced': cfhd: Add FATE tests Merged-by: James Almer <jamrial@gmail.com>
| * cfhd: Add FATE testsDiego Biurrun2017-03-091-0/+12
| |
| * mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-071-1/+1
| | | | | | | | | | | | Update the fate test as needed. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * pixlet: Fix architecture-dependent code and valuesVittorio Giovara2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The constants used in the decoder used floating point precision, and this caused different values to be generated on different architectures. Additionally on big endian machines, the fate test would output bytes in native order, which is different from the one hardcoded in the test. So, eradicate floating point numbers and use fixed point (32.32) arithmetics everywhere, replacing constants with precomputed integer values, and force the pixel format output to be the same in the fate test. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * Add Apple Pixlet decoderPaul B Mahol2017-03-011-0/+3
| | | | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | cbs: Add some read/write testsMark Thompson2017-10-171-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/> (cherry picked from commit 3cae7f8b9baaf43789490b676d8f5825f2e1bc2c) (cherry picked from commit fbd63170bcbc5cad8965edad7c357f6eb4132250)
* | mpeg12: Add a common function to find the best frame rateMark Thompson2017-10-171-0/+5
| | | | | | | | | | | | | | This will be used later in both the mpeg2_metadata filter and the VAAPI MPEG-2 encoder. Also adds a unit test. (cherry picked from commit b5859e0b04bdbe12c97cb12ac10a45d51d2d73c9)
* | Merge commit 'db869f4ea4405fb8f9736e5ecdca70f77621a28e'James Almer2017-10-111-0/+17
|\ \ | |/ | | | | | | | | | | * commit 'db869f4ea4405fb8f9736e5ecdca70f77621a28e': fate: Add build-only targets to FATE Merged-by: James Almer <jamrial@gmail.com>
| * fate: Add build-only targets to FATEDiego Biurrun2017-03-011-0/+17
| |
* | Merge commit 'e1a6d63c7eeff2f0ec8173546357bfaa9deecea4'James Almer2017-10-031-6/+6
|\ \ | |/ | | | | | | | | | | * commit 'e1a6d63c7eeff2f0ec8173546357bfaa9deecea4': fate: Rename WMV8_DRM decoder tests to WMV3_DRM Merged-by: James Almer <jamrial@gmail.com>
| * fate: Rename WMV8_DRM decoder tests to WMV3_DRMDiego Biurrun2017-02-281-6/+6
| | | | | | | | The codec used in those files is WMV3/WMV9, not WMV2/WMV8.
* | Merge commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc'James Almer2017-10-035-32/+19
|\ \ | |/ | | | | | | | | | | * commit '698ac8f9cabd053f2c19346a77b92f8eae4218fc': fate: Make null comparison method more useful Merged-by: James Almer <jamrial@gmail.com>
| * fate: Make null comparison method more usefulDiego Biurrun2017-02-272-10/+7
| | | | | | | | This allows dropping /dev/null as reference value when no output is generated.
* | Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'James Almer2017-10-0316-73/+73
|\ \ | |/ | | | | | | | | | | * commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7': Use modern avconv syntax for codec selection in documentation and tests Merged-by: James Almer <jamrial@gmail.com>
| * Use modern avconv syntax for codec selection in documentation and testsDiego Biurrun2017-02-278-32/+32
| |
| * fate: Use bitexact optimizations in the svq3-2 testDiego Biurrun2017-02-271-1/+1
| | | | | | | | | | This fixes the test with mmxext disabled because the current reference frame hashes correspond to the non-bitexact mmxext optimizations.
* | fate: Add a test for latm-in-dvb auto-detection, ticket #6657.Carl Eugen Hoyos2017-10-031-0/+14
| |
* | fate: disable fate-svq3-2James Almer2017-10-021-1/+2
| | | | | | | | | | | | | | | | The first frame changes depending on --enable-memory-poisoning being used to configure ffmpeg or not, even if requesting bitexact decoding. Disable the test until this is fixed. Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '8e4d4efc67e154fdffd65964a7cfeef740320827'James Almer2017-10-021-2/+10
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit '8e4d4efc67e154fdffd65964a7cfeef740320827': fate: Add another SVQ3 test to increase coverage Also included a fix from da8093f712d625db7ce4a2526fb52994e01921ec. The demuxer option "-ignore_editlist 1 " is temporarily added to the test as well, to workaround a regression in the edit list mov parsing code. Merged-by: James Almer <jamrial@gmail.com>
| * fate: Add another SVQ3 test to increase coverageDiego Biurrun2017-02-241-2/+8
| |
| * fate: Add webp alpha testMark Thompson2017-02-211-2/+9
| |
* | avcodec/hevc_sei: Support HEVC paired fields.Brian Matherly2017-09-301-1/+5
| | | | | | | | | | | | | | Correctly set the interlaced_frame and top_field_first fields when pic_struct indicates paired fields. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | fate: increase fuzz for refcmp filter testsTobias Rapp2017-09-291-4/+4
| | | | | | | | | | | | Should fix failing tests on GNU/kFreeBSD x86_32. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
OpenPOWER on IntegriCloud