Thomas Turner
b46bcd8a18
avutil/tests: added selftest for aes_ctr.c
...
Signed-off-by: Thomas Turner <thomastdt@googlemail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2017-01-02 02:45:43 +01:00
Paul B Mahol
08c35218f0
avfilter/avf_aphasemeter: make video output optional
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
2016-12-28 17:03:57 +01:00
Burt P
c40422cf94
af_hdcd: more FATE tests
...
Additional/Modified FATE tests improve code coverage from 63.7% to 98.1%.
Changed fate-suite sample files:
* filter/hdcd-mix.flac (958K) added. It is a much better test than
filter/hdcd.flac (910K), which is now unused, but can't be removed.
* filter/hdcd-fake20bit.flac (168K) added. It is the first second of
filter/hdcd.flac, with the 16-bit LSB copied into bit 20 of a 24-bit
stream. There isn't an actual non-16-bit HDCD sample available to test.
Signed-off-by: Burt P <pburt0@gmail.com >
2016-12-28 03:46:10 -06:00
Ronald S. Bultje
df9e934944
checkasm/vp9: benchmark all sub-IDCTs (but not WHT or ADST).
2016-12-27 10:02:33 -05:00
Thomas Turner
ccaa0f1309
avutil/tests: Improved code coverage for random_seed
...
Signed-off-by: Thomas Turner <thomastdt@googlemail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-23 02:57:20 +01:00
Pavel Koshevoy
71731b83fe
fate: Add test for ticket 6024, truncated decoding mode
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-22 20:35:27 +01:00
Thomas Turner
a550a427b4
avutil: Added selftest for libavutil/audio_fifo.c
...
Signed-off-by: Thomas Turner <thomastdt@googlemail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-21 03:37:54 +01:00
Martin Vignali
e0360b1ffc
fate/psd: add tests for uncompress and rle samples
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-16 02:07:20 +01:00
Derek Buitenhuis
f1a0c7a980
fate: Add h264 test for frame num gaps
...
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com >
2016-12-12 13:33:52 +00:00
Wan-Teh Chang
abd8529932
avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADS
...
Suggested by Diego Biurrun and James Almer.
Signed-off-by: Wan-Teh Chang <wtc@google.com >
Signed-off-by: James Almer <jamrial@gmail.com >
2016-12-10 18:47:10 -03:00
Michael Niedermayer
75b105ec91
avcodec: Add max_pixels options
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-10 22:24:10 +01:00
Michael Niedermayer
4a24d59209
fate: add av_image_check_size() test
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-10 22:24:10 +01:00
James Almer
ecbe2cefd9
fate: add a monoscopic spherical matroska test
...
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc >
Signed-off-by: James Almer <jamrial@gmail.com >
2016-12-09 11:19:38 -03:00
James Almer
9b6e85df09
fate: improve fate-mov dependencies
...
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc >
Signed-off-by: James Almer <jamrial@gmail.com >
2016-12-09 11:19:29 -03:00
Vittorio Giovara
308e5668ec
fate: Add a monoscopic spherical mov test
2016-12-07 14:41:02 -05:00
Thomas Turner
47b428c9bb
Added test for libavcodec/avpacket.c
...
Signed-off-by: Thomas Turner <thomastdt@googlemail.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-06 17:12:38 +01:00
Michael Niedermayer
9bbf71edd6
tests/api/api-seek-test: check all compute_crc_of_packets() calls
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-06 15:42:07 +01:00
Michael Niedermayer
7634d87c98
tests/api/api-seek-test: Silence compiler warnings about uninitialized variables
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-06 15:41:32 +01:00
Michael Niedermayer
a790709fa4
tests/api/api-seek-test: Fix use of uinitialized value
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-06 15:41:31 +01:00
James Almer
c88203e8fa
fate: rename fate-mov-init-nonkeyframe ref file
...
Fixes the test. Regression since bea0e6ed24
Signed-off-by: James Almer <jamrial@gmail.com >
2016-12-02 20:06:17 -03:00
Vittorio Giovara
bea0e6ed24
fate/mov: Rename a couple of entries to respect the file naming scheme
2016-12-02 15:03:06 -05:00
Michael Niedermayer
d8cfbf44fd
avformat/ffmenc: Make ffm_write_header_codec_ctx() use codecpar
...
This would be simpler if codecpar supported AVOptions
modern ffserver should be unaffected by this, older ffserver which required the
muxer to directly access the encoder could have issues with this, but this
direct access is just wrong and unsafe
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-02 19:37:00 +01:00
Michael Niedermayer
1f5df90c4f
avformat/ffmenc: set bitexact mode for old API without accessing the encoder
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-02 19:37:00 +01:00
Michael Niedermayer
f9fffa6302
avformat/ffmenc: Drop ffm_write_header_codec_private_ctx()
...
This accesses the private encoder context, it should not be used by
the current ffserver it may affect old ffserver versions but i believe
there is consens that accessing the private encoder context from the muxer
is completely wrong.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-02 19:37:00 +01:00
Michael Niedermayer
565916c1c2
tests/ffserver.regression.ref: Update ffserver checksums
...
They have changed due to e48bbf25c7
Reviewed-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-12-01 23:43:31 +01:00
Paul B Mahol
4f870a7772
swscale: add gbr(a)p16 output support
2016-12-01 21:37:25 +01:00
Reynaldo H. Verdejo Pinochet
de7710efd6
ffserver: fix broken HTML on generated status page
...
Dropped incompatible/obsoleted HTML tag attributes
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com >
2016-11-30 15:47:49 -08:00
Andreas Cadhalpun
e48bbf25c7
ffserver: use codec time_base for stream
...
This fixes producing swf and rm files as done by ffservertest.
Reviewed-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com >
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com >
2016-11-30 22:38:10 +01:00
Andreas Cadhalpun
10f374845f
tests: drop -d option from ffserver invocation
...
It randomly causes failures with an error like:
"Failed to set value '-f' for option 'd': Error number -920332800 occurred"
(The error number is different every time.)
Reviewed-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com >
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com >
2016-11-30 22:38:10 +01:00
Andreas Cadhalpun
41525e371d
tests: print errors from ffserver
...
Not doing so makes debugging unnecessarily hard.
Reviewed-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com >
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc >
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com >
2016-11-30 22:38:10 +01:00
Vittorio Giovara
46c11f4eb9
fate: Add test for mov displaymatrix
2016-11-30 12:19:30 -05:00
Michael Niedermayer
2791bb52b2
ffserver: Add client requested urls to the status page
...
Fixes Ticket3791
Reviewed-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-11-30 11:25:17 +01:00
Paul B Mahol
b3292aa5b8
fate: update after addition of gray10 to lavc/raw
...
Signed-off-by: Paul B Mahol <onemda@gmail.com >
2016-11-30 00:08:05 +01:00
Michael Niedermayer
9470ebd710
tests/ffserver-regression: Check the status page too
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-11-29 19:26:26 +01:00
Michael Niedermayer
d31eee55c5
tests/ffserver.regression.ref: update ffserver checksums
...
Reviewed-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-11-29 19:26:26 +01:00
Michael Niedermayer
cdee0d43cb
tests/ffserver-regression.sh: give wget a timeout and prevent retries
...
Reviewed-by: "Reynaldo H. Verdejo Pinochet" <reynaldo@osg.samsung.com >
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-11-29 19:26:26 +01:00
Michael Niedermayer
a51cd28f5c
tests: Fix running ffserver under qemu
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-11-28 23:50:01 +01:00
Michael Niedermayer
da946a1965
tests/Makefile: Fix ffservertest dependencies
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-11-28 23:50:01 +01:00
Michael Niedermayer
508f4133e2
tests/ffserver-regression.sh: Fix file truncation introduced in 508826f961
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-11-28 22:41:43 +01:00
Michael Niedermayer
953a601b66
tests/ffserver.conf: Force bitexactness in the ffmpeg command
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-11-27 23:28:23 +01:00
Martin Vignali
4d1189d888
fate/exr: add test for pxr24 with half and uint32 channel
...
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com >
2016-11-25 00:58:07 +01:00
Muhammad Faiz
ade89338ea
fate/swresample: add resample exact_lin and exact_lin_async test
...
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc >
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com >
2016-11-25 03:21:56 +07:00
Wan-Teh Chang
a857c64132
avutil/tests: add cpu_init to .gitignore and tests/fate
...
This is a follow-up to commit 511ab70732 ,
which added the libavutil/tests/cpu_init.c.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc >
2016-11-24 21:10:37 +01:00
James Almer
83de15aa6b
fate: update fate-source ref file
...
Signed-off-by: James Almer <jamrial@gmail.com >
2016-11-23 00:55:01 -03:00
James Almer
9a7ad778b6
avformat/apngenc: use the stream parameters extradata if available
...
Fixes remuxing apng streams coming from the apng demuxer, which sends extradata
during init.
Signed-off-by: James Almer <jamrial@gmail.com >
2016-11-18 12:26:44 -03:00
James Almer
5a439ebd0c
Revert "apngdec: use side data to pass extradata to the decoder"
...
This reverts commit 452f571722 .
Said commit changed the behavior of the demuxer and decoder in a non
backwards compatible way.
Demuxers should make extradata available at init if possible, and send
new extradata as side data within a packet if needed.
A better fix for the remuxing crash will follow.
Signed-off-by: James Almer <jamrial@gmail.com >
2016-11-18 12:24:28 -03:00
Hendrik Leppkes
e8143cde97
Merge commit 'b7187fec7d2d2f06713f29c96b143e7c0dd4884a'
...
* commit 'b7187fec7d2d2f06713f29c96b143e7c0dd4884a':
FATE: add a test of H.264 SEI recovery in an intra refresh stream
Our H264 decoder drops 3 frames from the beginning of the stream, but
all frames after those match, hence the difference in the fate test.
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com >
2016-11-18 11:32:10 +01:00
Hendrik Leppkes
3f3f71a582
Merge commit '77fb976f9d47d140f34b9957bdccb0e3b9671c7d'
...
* commit '77fb976f9d47d140f34b9957bdccb0e3b9671c7d':
fate: Add a mixed NAL coding sample
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com >
2016-11-18 10:16:54 +01:00
Hendrik Leppkes
f88c30db51
Merge commit 'ebca17b41f0d19aab4c673c8bf72210b4e0de1d1'
...
* commit 'ebca17b41f0d19aab4c673c8bf72210b4e0de1d1':
fate: Restore order of h264 entries
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com >
2016-11-17 15:27:27 +01:00
Hendrik Leppkes
701c69a7b8
Merge commit 'f831b5bc8f83e4999f9a830ea3bbcf64e68d34d2'
...
* commit 'f831b5bc8f83e4999f9a830ea3bbcf64e68d34d2':
checkasm/arm: preserve the stack alignment checkasm_checked_call
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com >
2016-11-17 15:21:32 +01:00