Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-04tests/fate/filter-video: add owdenoise testThomas Turner
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-03fate : add test for exr with offset table set to 0Martin Vignali
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-04-01fate: add bitexact sws_flags to hevc-extradata-reloadJames Almer
Makes the test output consistent across all targets. Reviewed-by: nevcairiel Signed-off-by: James Almer <jamrial@gmail.com>
2017-04-01Merge commit '481ff3cf018811ba3235f1c236e970f32a6300b9'Clément Bœsch
* commit '481ff3cf018811ba3235f1c236e970f32a6300b9': fate: Add h264 and hevc extradata reload tests Only the HEVC part is merged, see 00c80798160f930ce680f98f869c23d91a261f06 Merged-by: Clément Bœsch <u@pkh.me>
2017-04-01fate/exr : add test for uint32 dataMartin Vignali
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-31Merge commit '4537647c0429fe7c8ee655ac3fda856ba67f58a0'Clément Bœsch
* commit '4537647c0429fe7c8ee655ac3fda856ba67f58a0': fate: checkasm: Split monolithic test into individual components Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-03-30tests/fate/source-check: Use git grep in place of grepMichael Niedermayer
grep -L is not posix, solaris default grep does not support it Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-29fate: add tests for ac3_fixed 5.1 downmixJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2017-03-28Merge commit 'b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c'James Almer
* commit 'b90c8a3d08e3f9ad4de1253376d2d1d93abb8b8c': fate: Add tests for mov display matrix Adapted to use ffprobe -show_entries Merged-by: James Almer <jamrial@gmail.com>
2017-03-27lavfi: remove af_asynts filterRostislav Pehlivanov
Long overdue for removal, af_aresample should be used instead. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2017-03-24avcodec/tests: added test for celp_math.cThomas Turner
Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-24Merge commit '043b0b9fb1481053b712d06d2c5b772f1845b72b'Clément Bœsch
* commit '043b0b9fb1481053b712d06d2c5b772f1845b72b': Replace leftover uses of -aframes|-dframes|-vframes with -frames:a|d|v The merge also includes all our own occurences. Merged-by: Clément Bœsch <u@pkh.me>
2017-03-23Merge commit 'dc3fe45fca9c10c4af6bfcf48eb7b81968892ef9'Clément Bœsch
* commit 'dc3fe45fca9c10c4af6bfcf48eb7b81968892ef9': fate: Add test for rscc palette Merged-by: Clément Bœsch <u@pkh.me>
2017-03-20Merge commit '3aa9d37d03da3c9b482d19b3988659287815280e'Clément Bœsch
* commit '3aa9d37d03da3c9b482d19b3988659287815280e': build: Fix directory dependencies of tests/pixfmts.mak target This might not be necessary given our mkdirs in the configure, but it probably doesn't hurt. Merged-by: Clément Bœsch <u@pkh.me>
2017-03-20fate: add fate-sws-pixdesc-queryClément Bœsch
Test the pixel format querying within libswscale.
2017-03-16swresample/options: enable linear_interp and exact_rational by defaultMuhammad Faiz
better quality without speedloss Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-03-16fate: Add vf_framerate test.Alexis Ballier
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-12swresample/swresample: do not reset tsf on swr_alloc_set_optsMuhammad Faiz
so tsf option in aresample will have effect previously tsf/internal_sample_format had no effect fate is updated s32p previously used fltp internally dblp previously used fltp/dblp internally Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-03-09swresample/resample: do not allow odd filter_lengthMuhammad Faiz
except filter_length == 1 odd filter_length gives worse frequency response, even when compared with shorter filter_length also makes build_filter simpler Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-03-08fate/swresample: fix FUZZ typoMuhammad Faiz
unintentionally changed to 0.01 at '61926b6c3e560283ef6c015d6d85c32716942833' Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-03-08avutil/tests/lfg.c: added proper normality testThomas Turner
The Chen-Shapiro(CS) test was used to test normality for Lagged Fibonacci PRNG. Normality Hypothesis Test: The null hypothesis formally tests if the population the sample represents is normally-distributed. For CS, when the normality hypothesis is True, the distribution of QH will have a mean close to 1. Information on CS can be found here: http://www.stata-journal.com/sjpdf.html?articlenum=st0264 http://www.originlab.com/doc/Origin-Help/NormalityTest-Algorithm Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-08swresample/resample: use uniform normalizationMuhammad Faiz
this gives better frequency response update swresample fate and other fates that depend on resampling Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-02-21fate/source: Check for cases that could use av_clip_uintp2() and av_clip_intp2()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-02-18tests/fate/hevc: remove vsync drop from where it is not needed anymoreMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-02-11fate: add WavPack muxer testJames Almer
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2017-02-08Implement optimal huffman encoding for (M)JPEG.Jerry Jiang
> seems to break > make fate-vsynth1-mjpeg-444 Fixed.
2017-02-01mov: add fate test for decryption with edit listerankor
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-01-28avformat/matroskaenc: don't reserve more bytes than needed for the Colour ↵James Almer
master size Found-by: Aaron Colwell <acolwell@google.com> Signed-off-by: James Almer <jamrial@gmail.com>
2017-01-27fate: add SCC testPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-01-24Merge commit '38efff92f1ef81f3de20ff0460ec7b70c253d714'Clément Bœsch
* commit '38efff92f1ef81f3de20ff0460ec7b70c253d714': FATE: add a test for H.264 with two fields per packet h264: fix decoding multiple fields per packet with slice threads This merge includes two commits because the FATE test was useful in order to make proper testing. The merge gets rid of the now unused: - SLICE_SINGLETHREAD and SLICE_SKIPED macros - max_contexts - "again" label in decode_nal_units() This commit also includes the fix from d3e4d406b. Thanks to wm4 and Michael Niedermayer for their testing. Merged-by: Clément Bœsch <u@pkh.me> Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
2017-01-24avcodec/h264dec: Fix regression with "make fate-h264-attachment-631 THREADS=8"Michael Niedermayer
This treats the case of no slices like no frames which it basically is. The field is added to the context as other nal related fields are also there and passing the has_slices field per *arguments is ugly and not consistent Found-by: ubitux Approved-by: ubitux Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-01-15dcaenc: Implementation of Huffman codes for DCA encoderDaniil Cherednik
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com>
2017-01-14fate/psd : add test for bitmap and duotoneMartin Vignali
The duotone file is interpreted as gray Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-01-12fate/psd : add test for 256 colorMartin Vignali
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-01-02avutil/tests: added selftest for aes_ctr.cThomas Turner
Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-28avfilter/avf_aphasemeter: make video output optionalPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-12-28af_hdcd: more FATE testsBurt P
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-22fate: Add test for ticket 6024, truncated decoding modePavel Koshevoy
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-21avutil: Added selftest for libavutil/audio_fifo.cThomas Turner
Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-16fate/psd: add tests for uncompress and rle samplesMartin Vignali
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-12fate: Add h264 test for frame num gapsDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-12-11avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADSWan-Teh Chang
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-11fate: add av_image_check_size() testMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-09fate: add a monoscopic spherical matroska testJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2016-12-09fate: improve fate-mov dependenciesJames Almer
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2016-12-07fate: Add a monoscopic spherical mov testVittorio Giovara
2016-12-06Added test for libavcodec/avpacket.cThomas Turner
Signed-off-by: Thomas Turner <thomastdt@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-12-02fate/mov: Rename a couple of entries to respect the file naming schemeVittorio Giovara
2016-11-30fate: Add test for mov displaymatrixVittorio Giovara
2016-11-25fate/exr: add test for pxr24 with half and uint32 channelMartin Vignali
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>