summaryrefslogtreecommitdiffstats
path: root/tests/fate
Commit message (Collapse)AuthorAgeFilesLines
...
* checkasm/swscale : add test for rgb shuffle_bytes funcMartin Vignali2018-03-241-0/+1
|
* lavf/utils.c: Don't compute start_time from DISCARD packets for video.Sasi Inguva2018-03-241-1/+9
| | | | | Signed-off-by: Sasi Inguva <isasi@isasi.mtv.corp.google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avutil/integer: move the test to the corresponding subdirectoryJames Almer2018-03-201-0/+5
| | | | | | | And actually enable it. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* fate/hapqa_extract : add test for hapqa_extract bsfMartin Vignali2018-03-181-0/+43
| | | | | | | | | | | test extract color and alpha with the three main kind of hap frame : - no snappy compression - snappy compression and one chunk - snappy compression and several chunks (16 here) like the bsf filter need to be used with vtag and encoder edition also test the information of the target mov for color and alpha
* fate/hapenc : remove test which use libsnappyMartin Vignali2018-03-171-21/+0
| | | | the test in none mode can be let (they don't use libsnappy)
* fate: add a dca_core bitstream filter testJames Almer2018-03-171-0/+5
| | | | | Reviwed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* fate/hap : add test for hap encodingMartin Vignali2018-03-131-0/+38
| | | | | | with and without snappy compression with chunk 1 or chunk 16 for hap, hapa, and hapq
* fate/hap : move decoding test to a separate fileMartin Vignali2018-03-132-30/+29
|
* lavf/mov.c: Use the correct offset to shift timestamp when seeking.Sasi Inguva2018-03-101-0/+6
| | | | | | | | Fixes seek for files with empty edits and files with negative ctts (dts_shift > 0). Added fate samples and tests. Signed-off-by: Sasi Inguva <isasi@isasi.mtv.corp.google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* checkasm/hevc_sao : add hevc_sao for checkasmYingming Fan2018-03-071-0/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate/exr : add test for long name flagMartin Vignali2018-02-241-0/+3
| | | | ticket 6994
* libavfilter/vf_fps: Add tests for start_time optionCalvin Walton2018-02-221-1/+3
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add tests for pan audio filterTobias Rapp2018-02-191-0/+30
| | | | Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
* libavfilter/vf_fps: Add more fate testsCalvin Walton2018-02-171-1/+9
| | | | | | | | These tests cover specific rounding behaviour, to ensure that I don't introduce any regressions with the rewritten "activate" callback based fps filter. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate/mpegps: add tests for PCM_DVD stream remuxGyan Doshi2018-02-161-0/+7
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate: add aac id3v2 demux testRichard Shaffer2018-02-121-1/+2
| | | | A basic test for demuxing raw AAC (ADTS) with ID3v2 tags.
* fate/libavcodec: add codec_desc testMuhammad Faiz2018-02-121-0/+5
| | | | | | | | Remove runtime check at codec_desc.c Reviewed-by: wm4 <nfxjfg@googlemail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* fate: add id3v2 testRichard Shaffer2018-02-021-0/+5
| | | | | | Adds basic unit test for parsing ID3v2 tags. Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm : add test for losslessvideoencdsp for diff bytes and sub_left_predMartin Vignali2018-01-281-0/+1
|
* fate: test the transpose filter more fullyMichael Niedermayer2018-01-281-0/+3
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/dcaenc: Use ffmpeg mdct instead of own implementationDaniil Cherednik2018-01-131-2/+2
| | | | Signed-off-by: Daniil Cherednik <dan.cherednik@gmail.com>
* fate: remove the fate-aac-ltp-encode testRostislav Pehlivanov2018-01-131-9/+0
| | | | | | | It tests a useless profile which sounds no better than regular aac and which takes extremely long to encoder something. Also it has been behind experimental flag for as long as it has been supported. Should be removed altogether sometime in the future.
* aacenc: use the fast coder as the defaultRostislav Pehlivanov2018-01-131-10/+10
| | | | | | | | | | | | The twoloop coder sounds decent at low bitrates, however at higher bitrates it sounds worse than the fast coder (which used to be the old twoloop coder before October 2015) and needs quite a lot more CPU. Change the default to fast. It has been well tested and has had little changes over the years so its been confirmed to be quite stable. Also change its description (not valid for more than a year) and the documentation. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* fate/filter-video: fix 12 bit framerate filter tests on big endian targetsJames Almer2018-01-081-2/+2
| | | | | Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* fate: remove missing references to ffmJames Almer2018-01-062-3/+0
| | | | | | Missed in c17f4761443b471f47fa8f0a5bcff078cdff9479. Signed-off-by: James Almer <jamrial@gmail.com>
* fate: add PERSIST_RPARAM_A_RExt_Sony_3 hevc conformance testJames Almer2018-01-051-0/+1
| | | | | | | | The PERSIST_RPARAM_A_RExt_Sony_1 bitstream has an out-of-range value and has therefore been superseded. It is otherwise identical, and decodes the same. Signed-off-by: James Almer <jamrial@gmail.com>
* It has been replaced by C11 stdatomic.h and is now unused.Anton Khirnov2018-01-051-5/+0
| | | | | (cherry picked from commit 5cc0057f4910c8c72421b812c8f337ef6c43696c) Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/utvideoenc: switch to planar RGB formatsPaul B Mahol2018-01-021-6/+6
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* fate: Fix ffprobe dependency for fate-mov-guess-delay-*.Carl Eugen Hoyos2017-12-291-3/+3
|
* fate: add 12 bit framerate filter testsMarton Balint2017-12-211-0/+4
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.Sasi Inguva2017-12-201-0/+7
| | | | | Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Revert "checkasm/vf_interlace : add test for lowpass_line 8 and 16"James Almer2017-12-191-1/+0
| | | | | | | | This reverts commit adff97be5e2ff51c0bb66080c2f904ed40b6c571. It currently fails on Windows targets. Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm/vf_interlace : add test for lowpass_line 8 and 16Martin Vignali2017-12-191-0/+1
|
* checkasm/vf_hflip : add test for vf_hflip byte and short simdMartin Vignali2017-12-131-0/+1
|
* fate: Fix fate-mov-bbi-elst-starts-b on ARMMichael Niedermayer2017-12-081-1/+1
|
* fate/mxf: add reel name testMark Reid2017-12-081-2/+6
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* opus: fix hybrid folding indexing during band quantizationRostislav Pehlivanov2017-12-081-12/+13
| | | | | | | Resulted in valgrind errors due to uninitialized memory. Also updates fate and makes it use the tron sample result. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* fate-opus: run and test inactive samplesRostislav Pehlivanov2017-12-081-2/+6
| | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* tests/fate/mov: Fix fate-mov-invalid-elst-entry-count failure on ARMMichael Niedermayer2017-12-061-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate/hevc: add skip_loop_filter testsfan52017-12-051-0/+3
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate/checkasm: add missing target for vf_threshold testJames Almer2017-12-041-0/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* fate-opus: update tests to use new decoder outputsRostislav Pehlivanov2017-12-041-7/+6
| | | | | | Can't overwrite old ones. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* fate-opus: update to match the changes from RFC8251Rostislav Pehlivanov2017-12-041-8/+5
| | | | | | | Also change note to say that we compare against the officially decoded samples rather than our own, this was changed long ago. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* fate/hapAlphaOnly : add test for hap alpha only decodingMartin Vignali2017-11-251-0/+6
|
* fate/hapdec : add test for hapqa decodingMartin Vignali2017-11-211-0/+9
|
* Revert "tests/fate: addition of test case for hls variant stream creation ↵Steven Liu2017-11-211-11/+0
| | | | | | with master playlist" This reverts commit 218ce1f6237b39090015809468f8e933bb09d9b8.
* tests/fate: addition of test case for hls variant stream creation with ↵Vishwanath Dixit2017-11-201-0/+11
| | | | | | master playlist Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
* avcodec/mpeg12dec: parse A53 caption data embedded in SCTE-20 user dataAman Gupta2017-11-151-0/+3
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavf/mov.c: Don't correct edit list start to zero, when we can't find a ↵Sasi Inguva2017-11-141-0/+6
| | | | | | | | | frame before edit list start. After c2a8f0fcbe57ea9ccaa864130f078af10516c3c1 this can happen on normal edit lists starting on a B-frame. Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* fate/mov: add test for overlapping fragmentsJohn Stebbins2017-11-141-0/+4
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
OpenPOWER on IntegriCloud