summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-271-4/+4
* libavresample: Remove deprecated libraryAndreas Rheinhardt2021-04-272-2/+1
* tools/target_dec_fuzzer: Adjust threshold for paf videoMichael Niedermayer2021-04-221-0/+1
* tools/target_dec_fuzzer: adjust threshold for arbcMichael Niedermayer2021-04-201-0/+1
* tools/target_dec_fuzzer: Adjust threshold for TSCCMichael Niedermayer2021-04-201-0/+1
* tools/target_dem_fuzzer: Fix packet leakMichael Niedermayer2021-04-011-4/+3
* tools/target_dec_fuzzer: Adjust threshold for H264Michael Niedermayer2021-03-291-0/+1
* tools/target_dec_fuzzer: Compute CLUT for DVBSUB only onceMichael Niedermayer2021-03-291-0/+1
* tools/target_dec_fuzzer: Adjust threshold for flacMichael Niedermayer2021-03-261-0/+1
* tools/target_dec_fuzzer: Adjust VP4 thresholdMichael Niedermayer2021-03-261-0/+1
* lavfi/dnn/dnn_backend_native_layer_mathunary: add exp supportWenlong Ding2021-03-242-2/+3
* tools/target_bsf_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-15/+18
* tools/target_dem_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-5/+8
* tools/target_dec_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-37/+36
* tools/pktdumper: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-9/+14
* tools/target_dec_fuzzer: Adjust flv1 thresholdMichael Niedermayer2021-03-081-0/+1
* avutil/{avstring,bprint}: add XML escaping from ffprobe to avutilStefano Sabatini2021-03-051-2/+5
* tools/target_dec_fuzzer: Adjust threshold for wavpackMichael Niedermayer2021-02-161-0/+1
* tools/target_dec_fuzzer: Adjust threshold for MSA1Michael Niedermayer2021-02-161-0/+1
* tools/target_dec_fuzzer: adjust threshold for cookMichael Niedermayer2021-02-161-0/+1
* tools/target_dec_fuzzer: Adjust threshold for theoraMichael Niedermayer2021-02-161-0/+1
* tools/target_dec_fuzzer: Update maxpixels_per_frame for low thresholdsMichael Niedermayer2021-02-161-1/+2
* tools/target_dec_fuzzer: count all video decoding failures in the new APIMichael Niedermayer2021-02-161-0/+7
* tools/target_dec_fuzzer: Adjust threshold for VMNCMichael Niedermayer2021-02-141-0/+1
* tools/target_dec_fuzzer: Adjust the threshold of vc1imageMichael Niedermayer2021-02-141-0/+1
* tools/target_dec_fuzzer: Adjust threshold for interplayacmMichael Niedermayer2021-02-041-0/+1
* tools/target_dec_fuzzer: use non-obsolete decoding APIAnton Khirnov2021-01-261-8/+28
* tools/target_dem_fuzzer.c: Decrease maxblocksMichael Niedermayer2021-01-051-1/+1
* tools/target_dec_fuzzer: Adjust maxpixels for G2MMichael Niedermayer2020-12-241-1/+1
* tools/target_dem_fuzzer: remove unused labelMichael Niedermayer2020-12-191-1/+1
* tools/target_bsf_fuzzer: set bitstream filter optionsJames Almer2020-11-201-0/+12
* tools/target_bsf_fuzzer: Call av_bsf_flush() in a fuzzer choosen patternJames Almer2020-11-201-0/+6
* tools/target_dec_fuzzer: Call avcodec_flush_buffers() in a fuzzer choosen pat...Michael Niedermayer2020-11-201-0/+6
* tools/target_dem_fuzzer: use avio_context_free() to free the fuzzer's AVIOCon...James Almer2020-11-201-1/+1
* tools/enum_options: fix build and add to MakefileAnton Khirnov2020-11-202-14/+14
* tools/target_dem_fuzzer: Consider it an EIO when reading position wraps aroun...Michael Niedermayer2020-11-071-0/+2
* tools/target_dec_fuzzer: adjust threshold for wmalosslessMichael Niedermayer2020-10-251-0/+1
* tools/target_dem_fuzzer: Limit max blocksMichael Niedermayer2020-10-241-0/+5
* tools/target_dec_fuzzer: Adjust threshold for opusMichael Niedermayer2020-10-231-0/+1
* tools/target_dec_fuzzer: remove calls to avcodec_register*()James Almer2020-10-191-3/+0
* tools/target_dem_fuzzer: switch to the iterate APIJames Almer2020-10-191-5/+5
* tools/target_dec_fuzzer: assume that discarded audio packets produced max sam...Michael Niedermayer2020-10-181-0/+5
* tools/target_dec_fuzzer: Correct maxsamples_per_frame if maxsamples has been ...Michael Niedermayer2020-10-181-0/+1
* tools/target_dem_fuzzer: Set format independent of cMichael Niedermayer2020-10-161-4/+4
* Add support for building fuzzer tools for an individual demuxerMichael Niedermayer2020-10-122-1/+11
* dnn/native: add native support for denseMingyu Yin2020-09-291-8/+118
* tools/target_dec_fuzzer: Adjust VQA thresholdMichael Niedermayer2020-09-191-0/+1
* tools:target_dem_fuzzer: Split into a fuzzer fuzzing at the protocol level an...Michael Niedermayer2020-09-132-2/+12
* tools/target_dec_fuzzer: Adjust threshold for WMV3IMAGEMichael Niedermayer2020-09-071-0/+1
* dnn_backend_native_layer_mathbinary: add floormod supportMingyu Yin2020-08-242-2/+2