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/tools
AgeCommit message (Expand)Author
2020-01-30tools/target_dec_fuzzer: limit per frame samples for APEMichael Niedermayer
2020-01-30tools/target_dec_fuzzer: Add threshold for ALSMichael Niedermayer
2020-01-29tools/target_dec_fuzzer: Add threshold for IFF_ILBMMichael Niedermayer
2020-01-29tools/target_dec_fuzzer: Sort threshold list alphabeticallyMichael Niedermayer
2020-01-22tools/target_dec_fuzzer: Use codec_tags listMichael Niedermayer
2020-01-21tools/target_dec_fuzzer: Also Fuzz with CPU optimizations disabledMichael Niedermayer
2020-01-21tools/target_dec_fuzzer: Fuzz private options of AC3/E-AC3Michael Niedermayer
2020-01-21tools/target_dec_fuzzer: Fuzz idct_algo valueMichael Niedermayer
2020-01-12tools/target_dec_fuzzer: Adjust threshold for RASCMichael Niedermayer
2019-12-31tools/target_dec_fuzzer: Stop negative block_align and sampling rateMichael Niedermayer
2019-12-15tools/target_dec_fuzzer: Adjust threshold for dstMichael Niedermayer
2019-12-13convert_from_tensorflow.py: add support when kernel size is 1*1 with one inpu...Guo, Yejun
2019-12-08tools/target_dec_fuzzer: Also fuzz request_channel_layoutMichael Niedermayer
2019-12-06tools: add a fuzzer tool for bitstream filtersJames Almer
2019-12-03tools/target_dec_fuzzer: Support setting AV_CODEC_FLAG2_FASTMichael Niedermayer
2019-12-03tools/target_dec_fuzzer: Support fuzzing error detectionMichael Niedermayer
2019-11-25tools/target_dec_fuzzer: Adjust threshold for VP9Michael Niedermayer
2019-11-09tools/target_dec_fuzzer: Adjust threshold for smackerMichael Niedermayer
2019-11-04tools/enum_options: replace the deprecated APIZhong Li
2019-11-04tools/probetest: replace the deprecated APIZhong Li
2019-11-01tools/target_dec_fuzzer: Adjust threshold for G2MMichael Niedermayer
2019-10-30dnn: add tf.nn.conv2d support for native modelGuo, Yejun
2019-10-25tools/target_dec_fuzzer: Adjust threshold for CFHDMichael Niedermayer
2019-10-25tools/target_dec_fuzzer: Adjust ffwavesynth thresholdMichael Niedermayer
2019-10-20tools/target_dec_fuzzer: Adjust threshold for DXVMichael Niedermayer
2019-10-16tools/target_dec_fuzzer: Adjust threshold for EATGVMichael Niedermayer
2019-10-16tools/target_dec_fuzzer: Adjust threshold for SCPRMichael Niedermayer
2019-10-16tools/target_dec_fuzzer: Adjust threshold for MSZHMichael Niedermayer
2019-10-15tools/target_dec_fuzzer: Also fuzz keyframe & disposal flagsMichael Niedermayer
2019-10-14tools/target_dec_fuzzer: Also fuzz codec_tagMichael Niedermayer
2019-10-14tools/target_dec_fuzzer: Also fuzz FF_COMPLIANCE_EXPERIMENTALMichael Niedermayer
2019-10-14tools/target_dec_fuzzer: Also fuzz block_alignMichael Niedermayer
2019-09-29tools/target_dec_fuzzer: Adjust VP7 thresholdMichael Niedermayer
2019-09-26tools/target_dec_fuzzer: Print samples decoded like pixelsMichael Niedermayer
2019-09-26tools/target_dec_fuzzer: Check number of all samples decoded too, like max pi...Michael Niedermayer
2019-09-25tools/target_dec_fuzzer: Set max_samplesMichael Niedermayer
2019-09-24tools/target_dec_fuzzer: consider potential padding/edge in pixel thresholdMichael Niedermayer
2019-09-24tools/target_dec_fuzzer: Adjust threshold for MSS2Michael Niedermayer
2019-09-21tools/patcheck: remove gcc-2.95 compat checkJames Zern
2019-09-21tools/target_dec_fuzzer: fuzz channels and sample_rate tooMichael Niedermayer
2019-09-20libavfilter/dnn: add layer maximum for native mode.Guo, Yejun
2019-09-17tools/target_dec_fuzzer: Adjust threshold for binkvideoMichael Niedermayer
2019-09-16tools/target_dec_fuzzer: increase snows thresholdMichael Niedermayer
2019-09-16tools/target_dec_fuzzer: Adjust motionpixels thresholdMichael Niedermayer
2019-09-10tools/target_dec_fuzzer: Adjust threshold for LSCRMichael Niedermayer
2019-09-04libavfilter/dnn: add header into native model fileGuo, Yejun
2019-08-31tools/target_dec_fuzzer: adjust pixel threshold for TRUEMOTION2, as it allows...Michael Niedermayer
2019-08-31tools/target_dec_fuzzer: Init parsepktMichael Niedermayer
2019-08-30dnn: export operand info in python script and load in c codeGuo, Yejun
2019-08-30dnn: change .model file format to put layer number at the end of fileGuo, Yejun