James Almer
72bb955625
avutil/integer: move the test to the corresponding subdirectory
...
And actually enable it.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Martin Vignali
b2bb1cb68b
fate/hapqa_extract : add test for hapqa_extract bsf
...
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
7 years ago
Martin Vignali
32dbee4462
fate/hapenc : remove test which use libsnappy
...
the test in none mode can be let (they don't use libsnappy)
7 years ago
James Almer
ed1a750fd1
fate: add a dca_core bitstream filter test
...
Reviwed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Martin Vignali
f56ee74033
fate/hap : add test for hap encoding
...
with and without snappy compression
with chunk 1 or chunk 16
for hap, hapa, and hapq
7 years ago
Martin Vignali
414c0e27a9
fate/hap : move decoding test to a separate file
7 years ago
Sasi Inguva
43205df645
lavf/mov.c: Use the correct offset to shift timestamp when seeking.
...
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>
7 years ago
Yingming Fan
80798e3857
checkasm/hevc_sao : add hevc_sao for checkasm
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Martin Vignali
c8552b7858
fate/exr : add test for long name flag
...
ticket 6994
7 years ago
Calvin Walton
ff0de964e7
libavfilter/vf_fps: Add tests for start_time option
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Tobias Rapp
56f77b0f67
fate: add tests for pan audio filter
...
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
7 years ago
Calvin Walton
d2fc244293
libavfilter/vf_fps: Add more fate tests
...
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>
7 years ago
Gyan Doshi
310d56e86f
fate/mpegps: add tests for PCM_DVD stream remux
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Richard Shaffer
81d1e1e509
fate: add aac id3v2 demux test
...
A basic test for demuxing raw AAC (ADTS) with ID3v2 tags.
7 years ago
Muhammad Faiz
b7d476b138
fate/libavcodec: add codec_desc test
...
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>
7 years ago
Richard Shaffer
4be6307cbf
fate: add id3v2 test
...
Adds basic unit test for parsing ID3v2 tags.
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Martin Vignali
78b982d3b9
checkasm : add test for losslessvideoencdsp for diff bytes and sub_left_pred
7 years ago
Michael Niedermayer
293f24b42c
fate: test the transpose filter more fully
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Daniil Cherednik
ec6e389c75
avcodec/dcaenc: Use ffmpeg mdct instead of own implementation
...
Signed-off-by: Daniil Cherednik <dan.cherednik@gmail.com>
7 years ago
Rostislav Pehlivanov
6c4b9eb935
fate: remove the fate-aac-ltp-encode test
...
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.
7 years ago
Rostislav Pehlivanov
fcb681ac3e
aacenc: use the fast coder as the default
...
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>
7 years ago
James Almer
9d68c0191c
fate/filter-video: fix 12 bit framerate filter tests on big endian targets
...
Tested-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
James Almer
8bbd8c8d52
fate: remove missing references to ffm
...
Missed in c17f476144
.
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
James Almer
b9ad04b19c
fate: add PERSIST_RPARAM_A_RExt_Sony_3 hevc conformance test
...
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>
7 years ago
Anton Khirnov
89b84cb18b
It has been replaced by C11 stdatomic.h and is now unused.
...
(cherry picked from commit 5cc0057f49
)
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Paul B Mahol
57d0c24132
avcodec/utvideoenc: switch to planar RGB formats
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Carl Eugen Hoyos
e867b7b11a
fate: Fix ffprobe dependency for fate-mov-guess-delay-*.
7 years ago
Marton Balint
d6a8e46f97
fate: add 12 bit framerate filter tests
...
Signed-off-by: Marton Balint <cus@passwd.hu>
7 years ago
Sasi Inguva
58a25aeb8e
lavf/mov.c: Guess video codec delay based on PTS while parsing MOV header.
...
Signed-off-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
James Almer
da03242778
Revert "checkasm/vf_interlace : add test for lowpass_line 8 and 16"
...
This reverts commit adff97be5e
.
It currently fails on Windows targets.
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Martin Vignali
adff97be5e
checkasm/vf_interlace : add test for lowpass_line 8 and 16
7 years ago
Martin Vignali
cefb7e0060
checkasm/vf_hflip : add test for vf_hflip byte and short simd
7 years ago
Michael Niedermayer
b404d41b19
fate: Fix fate-mov-bbi-elst-starts-b on ARM
7 years ago
Mark Reid
0091a54f64
fate/mxf: add reel name test
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Rostislav Pehlivanov
4678339e74
opus: fix hybrid folding indexing during band quantization
...
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>
7 years ago
Rostislav Pehlivanov
c67c7191b1
fate-opus: run and test inactive samples
...
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
7 years ago
Michael Niedermayer
c8bd2c7d09
tests/fate/mov: Fix fate-mov-invalid-elst-entry-count failure on ARM
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
sfan5
d3a2100c67
fate/hevc: add skip_loop_filter test
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
James Almer
bfd7f07b65
fate/checkasm: add missing target for vf_threshold test
...
Signed-off-by: James Almer <jamrial@gmail.com>
7 years ago
Rostislav Pehlivanov
e836a0b3fd
fate-opus: update tests to use new decoder outputs
...
Can't overwrite old ones.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
7 years ago
Rostislav Pehlivanov
d1d6f965d8
fate-opus: update to match the changes from RFC8251
...
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>
7 years ago
Martin Vignali
8794e0c037
fate/hapAlphaOnly : add test for hap alpha only decoding
7 years ago
Martin Vignali
37810bee78
fate/hapdec : add test for hapqa decoding
7 years ago
Steven Liu
9302d77525
Revert "tests/fate: addition of test case for hls variant stream creation with master playlist"
...
This reverts commit 218ce1f623
.
7 years ago
Vishwanath Dixit
218ce1f623
tests/fate: addition of test case for hls variant stream creation with master playlist
...
Reviewed-by: Steven Liu <lingjiujianke@gmail.com>
7 years ago
Aman Gupta
3f1a540204
avcodec/mpeg12dec: parse A53 caption data embedded in SCTE-20 user data
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Sasi Inguva
54f8ac199f
lavf/mov.c: Don't correct edit list start to zero, when we can't find a frame before edit list start.
...
After c2a8f0fcbe
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>
7 years ago
John Stebbins
57a422ea4c
fate/mov: add test for overlapping fragments
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Sasi Inguva
bc50961731
lavf/mov.c: Parse upto 2 keyframes after the edit list end in mov_fix_index.
...
Partially fixes t/6699.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Martin Vignali
ad784e0cb6
fate/utvideo : add test for decoding and encoding
7 years ago