summaryrefslogtreecommitdiff
path: root/tools/target_bsf_fuzzer.c
Commit message (Expand)AuthorAgeFilesLines
* tools/target_{bsf,dec}_fuzzer: convert to new channel layout-APIJames Almer2022-03-151-1/+1
* tools/target_bsf_fuzzer: simplify the loop feeding packets to the filterJames Almer2022-02-281-25/+16
* tools/target_bsf_fuzzer: Make it const-correctAndreas Rheinhardt2021-09-141-2/+2
* configure: Remove null_bsf dependencyAndreas Rheinhardt2021-09-141-4/+2
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-221-0/+1
* tools/target_bsf_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-15/+18
* 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
* lavc: rename bsf.h to bsf_internal.hAnton Khirnov2020-05-221-1/+1
* tools: add a fuzzer tool for bitstream filtersJames Almer2019-12-051-0/+153