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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-07-12checkasm/vf_blend: use the correct depth parameters to initialize the blend m...James Almer
2020-07-09tests/dnn/mathunary: fix the issue of NANTing Fu
2020-07-07tests/fate/hlsenc: add testcase of ac3 surround sound input in hlsencSteven Liu
2020-07-07avfilter/vf_edgedetect: properly implement double_threshold()Valery Kot
2020-07-06dnn-layer-math-unary-test: add unit test for atanhTing Fu
2020-07-06dnn-layer-math-unary-test: add unit test for acoshTing Fu
2020-07-06dnn-layer-math-unary-test: add unit test for asinhTing Fu
2020-07-06dnn-layer-math-unary-test: add unit test for tanhTing Fu
2020-07-06dnn-layer-math-unary-test: add unit test for coshTing Fu
2020-07-06dnn-layer-math-unary-test: add unit test for sinhTing Fu
2020-07-02FATE: fix colorbalance fate test failed on x86_32Limin Wang
2020-06-29fate: Update fate refs after cca982ee018aad54214e94f2a0a5921c8bbf1328Andreas Rheinhardt
2020-06-26lavc/aac_ac3_parser: improve the raw AAC file bit rate calculationJun Zhao
2020-06-25dnn-layer-math-unary-test: add unit test for atanTing Fu
2020-06-25dnn-layer-math-unary-test: add unit test for acosTing Fu
2020-06-25dnn-layer-math-unary-test: add unit test for asinTing Fu
2020-06-19fate: add yuv420p10 and yuv422p10 tests for overlay filterLimin Wang
2020-06-17avformat/movenc: Write 'av01' as a compatible brand when muxing AV1Derek Buitenhuis
2020-06-15avcodec/h264: create user data unregistered SEI side data for H.264Limin Wang
2020-06-15avcodec/hevc_sei: add support for user data unregistered SEI messageLimin Wang
2020-06-12swscale: Add swscale input/output support for X2RGB10LEFei Wang
2020-06-12lavu/pix_fmt: add new pixel format x2rgb10Fei Wang
2020-06-11dnn-layer-mathunary-test: add unit test for tanTing Fu
2020-06-11dnn-layer-mathunary-test: add unit test for cosTing Fu
2020-06-11dnn-layer-mathunary-test: add unit test for sinTing Fu
2020-06-10Remove unnecessary use of avcodec_close().Anton Khirnov
2020-06-08Revert "lavf/mp3dec: don't adjust start time; packets are not adjusted."Michael Niedermayer
2020-06-04fate/vcodec: use the encoder private option for frame skip compare functionJames Almer
2020-06-02fate: add adpcm_ima_ssi encoding testZane van Iperen
2020-06-01checkasm: sw_rgb: Fix mixed declaration and codeJun Zhao
2020-05-28dnn-layer-mathunary-test: add unit test for absTing Fu
2020-05-27lavf/mp3dec: don't adjust start time; packets are not adjusted.Dale Curtis
2020-05-25fate: add tests for h264 and vp9 video enc parameters exportAnton Khirnov
2020-05-23lavfi: add untile filter.Nicolas George
2020-05-23avcodec/ass: explicitly set ScaledBorderAndShadowOneric
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-21checkasm/sw_scale: Fix stack-buffer-overflowAndreas Rheinhardt
2020-05-20fate: add adpcm_ima_cunning testsZane van Iperen
2020-05-20avcodec/exr: output float pixels in float pixel formatMark Reid
2020-05-19avfilter/vf_colorkey: fix formula for calculation of differencePaul B Mahol
2020-05-19avformat/matroskaenc: Don't ignore tags of chapters written lateAndreas Rheinhardt
2020-05-19avformat/matroskaenc: Don't reserve space for duration when unseekableAndreas Rheinhardt
2020-05-16checkasm: swscale: Fix running the hscale test on 32 bit x86Martin Storsjö
2020-05-15checkasm: sw_rgb: Add a test for interleaveBytesMartin Storsjö
2020-05-15checkasm: pixblockdsp: Add tests for get_pixels_unaligned and diff_pixels_una...Martin Storsjö
2020-05-15checkasm: aarch64: Check for stack overflowsMartin Storsjö
2020-05-15checkasm: arm: Check for stack overflowsMartin Storsjö
2020-05-15checkasm: arm: Don't use blx to call checkasm_fail_funcMartin Storsjö
2020-05-15checkasm: arm: Make the indentation consistent with other filesMartin Storsjö
2020-05-15checkasm: add hscale testJosh de Kock