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
Sasi Inguva
c2a8f0fcbe
lavf/mov.c: Refine edit list start seek, based on PTS computed from CTTS.
...
Partially fixes t/6699.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Carl Eugen Hoyos
9d0b42bce5
fate: Fix fitsdec-gbrap16 test on big-endian hardware.
7 years ago
Carl Eugen Hoyos
4ccc1ef2a3
fate: Add bitexact flag to the invalid-elst test.
...
Fixes fate-mov-invalid-elst-entry-count on a ppc system.
7 years ago
Carl Eugen Hoyos
59ceee5896
fate: Fix some of the fitsdec tests on big-endian.
7 years ago
Marton Balint
859144fb1f
fate: change fate-ffmpeg-attached_pics to encode to pcm_s16le
...
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>
7 years ago
Sasi Inguva
8013753113
lavf/mov.c: Fix parsing of edit list atoms with invalid elst entry count.
...
Signed-off-by: Sasi Inguva <isasi@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Marton Balint
273f11969d
fate: fix ffmpeg-attached_pics test dependencies
...
Signed-off-by: Marton Balint <cus@passwd.hu>
7 years ago
Marton Balint
61e25ab0bf
fate: add fate test for ticket #6375
...
Signed-off-by: Marton Balint <cus@passwd.hu>
7 years ago
Marton Balint
cbcb8f5a22
fate: add fate test for ticket #6603
...
Signed-off-by: Marton Balint <cus@passwd.hu>
7 years ago
Zhong Li
984b882b76
fate: fix mpeg2-ticket6677 faillures on some platforms
...
Signed-off-by: Zhong Li <zhong.li@intel.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Zhong Li
7e294a1f09
fate: add a test for mpeg2 issue of ticket #6677
...
Signed-off-by: Zhong Li <zhong.li@intel.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago