aboutsummaryrefslogtreecommitdiffstats
path: root/tools/target_sws_fuzzer.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
| | | | | | | | | | | There are lots of files that don't need it: The number of object files that actually need it went down from 2011 to 884 here. Keep it for external users in order to not cause breakages. Also improve the other headers a bit while just at it. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* tools: Add target_sws_fuzzer.cMichael Niedermayer2024-02-211-0/+202
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>