summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools/target_dec_fuzzer: limit per frame samples for APEMichael Niedermayer2020-01-301-1/+4
* tools/target_dec_fuzzer: Add threshold for ALSMichael Niedermayer2020-01-301-0/+1
* tools/target_dec_fuzzer: Add threshold for IFF_ILBMMichael Niedermayer2020-01-291-0/+1
* tools/target_dec_fuzzer: Sort threshold list alphabeticallyMichael Niedermayer2020-01-291-29/+25
* tools/target_dec_fuzzer: Use codec_tags listMichael Niedermayer2020-01-221-0/+5
* tools/target_dec_fuzzer: Also Fuzz with CPU optimizations disabledMichael Niedermayer2020-01-211-0/+2
* tools/target_dec_fuzzer: Fuzz private options of AC3/E-AC3Michael Niedermayer2020-01-211-2/+17
* tools/target_dec_fuzzer: Fuzz idct_algo valueMichael Niedermayer2020-01-211-0/+2
* tools/target_dec_fuzzer: Adjust threshold for RASCMichael Niedermayer2020-01-111-0/+1
* tools/target_dec_fuzzer: Stop negative block_align and sampling rateMichael Niedermayer2019-12-311-2/+2
* tools/target_dec_fuzzer: Adjust threshold for dstMichael Niedermayer2019-12-151-0/+1
* convert_from_tensorflow.py: add support when kernel size is 1*1 with one inpu...Guo, Yejun2019-12-131-1/+4
* tools/target_dec_fuzzer: Also fuzz request_channel_layoutMichael Niedermayer2019-12-081-0/+1
* tools: add a fuzzer tool for bitstream filtersJames Almer2019-12-052-0/+156
* tools/target_dec_fuzzer: Support setting AV_CODEC_FLAG2_FASTMichael Niedermayer2019-12-031-0/+2
* tools/target_dec_fuzzer: Support fuzzing error detectionMichael Niedermayer2019-12-031-0/+6
* tools/target_dec_fuzzer: Adjust threshold for VP9Michael Niedermayer2019-11-241-0/+1
* tools/target_dec_fuzzer: Adjust threshold for smackerMichael Niedermayer2019-11-091-0/+1
* tools/enum_options: replace the deprecated APIZhong Li2019-11-041-4/+6
* tools/probetest: replace the deprecated APIZhong Li2019-11-041-3/+5
* tools/target_dec_fuzzer: Adjust threshold for G2MMichael Niedermayer2019-11-011-0/+1
* dnn: add tf.nn.conv2d support for native modelGuo, Yejun2019-10-302-7/+51
* tools/target_dec_fuzzer: Adjust threshold for CFHDMichael Niedermayer2019-10-251-0/+1
* tools/target_dec_fuzzer: Adjust ffwavesynth thresholdMichael Niedermayer2019-10-251-0/+1
* tools/target_dec_fuzzer: Adjust threshold for DXVMichael Niedermayer2019-10-201-0/+1
* tools/target_dec_fuzzer: Adjust threshold for EATGVMichael Niedermayer2019-10-161-0/+1
* tools/target_dec_fuzzer: Adjust threshold for SCPRMichael Niedermayer2019-10-161-0/+1
* tools/target_dec_fuzzer: Adjust threshold for MSZHMichael Niedermayer2019-10-161-0/+1
* tools/target_dec_fuzzer: Also fuzz keyframe & disposal flagsMichael Niedermayer2019-10-151-0/+4
* tools/target_dec_fuzzer: Also fuzz codec_tagMichael Niedermayer2019-10-141-0/+1
* tools/target_dec_fuzzer: Also fuzz FF_COMPLIANCE_EXPERIMENTALMichael Niedermayer2019-10-141-1/+5
* tools/target_dec_fuzzer: Also fuzz block_alignMichael Niedermayer2019-10-141-0/+1
* tools/target_dec_fuzzer: Adjust VP7 thresholdMichael Niedermayer2019-09-291-0/+1
* tools/target_dec_fuzzer: Print samples decoded like pixelsMichael Niedermayer2019-09-261-1/+1
* tools/target_dec_fuzzer: Check number of all samples decoded too, like max pi...Michael Niedermayer2019-09-261-0/+7
* tools/target_dec_fuzzer: Set max_samplesMichael Niedermayer2019-09-251-0/+4
* tools/target_dec_fuzzer: consider potential padding/edge in pixel thresholdMichael Niedermayer2019-09-241-1/+1
* tools/target_dec_fuzzer: Adjust threshold for MSS2Michael Niedermayer2019-09-241-0/+1
* tools/patcheck: remove gcc-2.95 compat checkJames Zern2019-09-211-1/+0
* tools/target_dec_fuzzer: fuzz channels and sample_rate tooMichael Niedermayer2019-09-201-0/+7
* libavfilter/dnn: add layer maximum for native mode.Guo, Yejun2019-09-202-2/+17
* tools/target_dec_fuzzer: Adjust threshold for binkvideoMichael Niedermayer2019-09-171-0/+1
* tools/target_dec_fuzzer: increase snows thresholdMichael Niedermayer2019-09-161-0/+1
* tools/target_dec_fuzzer: Adjust motionpixels thresholdMichael Niedermayer2019-09-161-0/+1
* tools/target_dec_fuzzer: Adjust threshold for LSCRMichael Niedermayer2019-09-091-0/+1
* libavfilter/dnn: add header into native model fileGuo, Yejun2019-09-042-0/+29
* tools/target_dec_fuzzer: adjust pixel threshold for TRUEMOTION2, as it allows...Michael Niedermayer2019-08-311-0/+1
* tools/target_dec_fuzzer: Init parsepktMichael Niedermayer2019-08-311-0/+1
* dnn: export operand info in python script and load in c codeGuo, Yejun2019-08-301-10/+101
* dnn: change .model file format to put layer number at the end of fileGuo, Yejun2019-08-301-11/+1