617 Commits (e9b66175793e5c2af19beefe8e143f6e4901b5df)

Author SHA1 Message Date
Wenlong Ding b460595dd7 lavfi/dnn/dnn_backend_native_layer_mathunary: add exp support 4 years ago
James Almer 36d4e4c9b5 tools/target_bsf_fuzzer: use av_packet_alloc() to allocate packets 4 years ago
James Almer 64f092eb5e tools/target_dem_fuzzer: use av_packet_alloc() to allocate packets 4 years ago
James Almer 08dbcaa57a tools/target_dec_fuzzer: use av_packet_alloc() to allocate packets 4 years ago
James Almer 32582a4e2a tools/pktdumper: use av_packet_alloc() to allocate packets 4 years ago
Michael Niedermayer 12aca5d7b0 tools/target_dec_fuzzer: Adjust flv1 threshold 4 years ago
Stefano Sabatini 0f6bf94eb7 avutil/{avstring,bprint}: add XML escaping from ffprobe to avutil 4 years ago
Michael Niedermayer d0b6b1f941 tools/target_dec_fuzzer: Adjust threshold for wavpack 4 years ago
Michael Niedermayer 1fc21b1bc5 tools/target_dec_fuzzer: Adjust threshold for MSA1 4 years ago
Michael Niedermayer fa7b7fdfa2 tools/target_dec_fuzzer: adjust threshold for cook 4 years ago
Michael Niedermayer e6d8ec977e tools/target_dec_fuzzer: Adjust threshold for theora 4 years ago
Michael Niedermayer be0c72b7c2 tools/target_dec_fuzzer: Update maxpixels_per_frame for low thresholds 4 years ago
Michael Niedermayer 887bd6b02f tools/target_dec_fuzzer: count all video decoding failures in the new API 4 years ago
Michael Niedermayer ee1c5b4256 tools/target_dec_fuzzer: Adjust threshold for VMNC 4 years ago
Michael Niedermayer 796d07bb5a tools/target_dec_fuzzer: Adjust the threshold of vc1image 4 years ago
Michael Niedermayer 996ef512fe tools/target_dec_fuzzer: Adjust threshold for interplayacm 4 years ago
Anton Khirnov da99b4c878 tools/target_dec_fuzzer: use non-obsolete decoding API 4 years ago
Michael Niedermayer 58c7d4a3e3 tools/target_dem_fuzzer.c: Decrease maxblocks 4 years ago
Michael Niedermayer 0d4e8e4c97 tools/target_dec_fuzzer: Adjust maxpixels for G2M 4 years ago
Michael Niedermayer f58d0d5bec tools/target_dem_fuzzer: remove unused label 4 years ago
James Almer c055a476b2 tools/target_bsf_fuzzer: set bitstream filter options 4 years ago
James Almer 837eb320b8 tools/target_bsf_fuzzer: Call av_bsf_flush() in a fuzzer choosen pattern 4 years ago
Michael Niedermayer cb59cd3466 tools/target_dec_fuzzer: Call avcodec_flush_buffers() in a fuzzer choosen pattern 4 years ago
James Almer 40dfb4328d tools/target_dem_fuzzer: use avio_context_free() to free the fuzzer's AVIOContext 4 years ago
Anton Khirnov 65c4d5d72e tools/enum_options: fix build and add to Makefile 4 years ago
Michael Niedermayer 8fbcc546b8 tools/target_dem_fuzzer: Consider it an EIO when reading position wraps around 64bit 4 years ago
Michael Niedermayer 0d395767ec tools/target_dec_fuzzer: adjust threshold for wmalossless 4 years ago
Michael Niedermayer 6e64d89410 tools/target_dem_fuzzer: Limit max blocks 4 years ago
Michael Niedermayer c5b8f2321c tools/target_dec_fuzzer: Adjust threshold for opus 4 years ago
James Almer 3e4214109a tools/target_dec_fuzzer: remove calls to avcodec_register*() 4 years ago
James Almer a8a1a58af3 tools/target_dem_fuzzer: switch to the iterate API 4 years ago
Michael Niedermayer c0c6b68ddb tools/target_dec_fuzzer: assume that discarded audio packets produced max samples 4 years ago
Michael Niedermayer c062dd74d7 tools/target_dec_fuzzer: Correct maxsamples_per_frame if maxsamples has been changed 4 years ago
Michael Niedermayer af701196ec tools/target_dem_fuzzer: Set format independent of c 4 years ago
Michael Niedermayer d40679d89c Add support for building fuzzer tools for an individual demuxer 4 years ago
Mingyu Yin ad2546e3b3 dnn/native: add native support for dense 4 years ago
Michael Niedermayer 5dae33bb39 tools/target_dec_fuzzer: Adjust VQA threshold 4 years ago
Michael Niedermayer e3af2a0756 tools:target_dem_fuzzer: Split into a fuzzer fuzzing at the protocol level and one fuzzing a fixed demuxer input 4 years ago
Michael Niedermayer a12864938d tools/target_dec_fuzzer: Adjust threshold for WMV3IMAGE 4 years ago
Mingyu Yin 3477feb643 dnn_backend_native_layer_mathbinary: add floormod support 4 years ago
Michael Niedermayer d08c3f56ec tools/target_dec_fuzzer: Adjust threshold for DST 4 years ago
Mingyu Yin 4ed6bca4ae dnn_backend_native_layer_mathunary: add round support 4 years ago
Michael Niedermayer 4b7189848f tools/target_dec_fuzzer: Adjust threshold for AGM 4 years ago
Ting Fu 91efc41a69 dnn/native: add native support for avg_pool 4 years ago
Mingyu Yin fab00b0ae0 dnn_backend_native_layer_mathunary: add floor support 4 years ago
Mingyu Yin 9fbdd5454b dnn_backend_native_layer_mathunary: add ceil support 4 years ago
Ting Fu c0cdeea0ee dnn_backend_native_layer_mathunary: add atanh support 4 years ago
Ting Fu cd2e3a864d dnn_backend_native_layer_mathunary: add acosh support 4 years ago
Ting Fu 9d14b38d9d dnn_backend_native_layer_mathunary: add asinh support 4 years ago
Ting Fu ea71e731f4 dnn_backend_native_layer_mathunary: add tanh support 4 years ago