ffmpeg/tools
Andreas Rheinhardt c253b180cb tools/graph2dot: Don't use sizeof(AVFilterGraph), check allocation
Use avfilter_graph_alloc() instead of av_mallocz(sizeof(AVFilterGraph))
to allocate an AVFilterGraph; this also properly allocates the graph's
internal. The current code just happened to work because it did not
make any use of said internal.

Also check the allocation; this fixes Coverity #1292528.

Reviewed-by: Jan Ekström <jeebjp@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-07-24 05:35:10 +02:00
..
python avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_data 2021-04-29 20:02:29 +08:00
.gitignore
Makefile tools/enum_options: fix build and add to Makefile 2020-11-20 15:20:24 +01:00
aviocat.c
bisect-create
bookmarklets.html
cl2c
clean-diff
coverity.c
crypto_bench.c
cws2fws.c tools/cws2fws: Check read() for failure 2021-07-03 18:03:35 +02:00
dvd2concat
enum_options.c tools/enum_options: fix build and add to Makefile 2020-11-20 15:20:24 +01:00
ffescape.c avutil/{avstring,bprint}: add XML escaping from ffprobe to avutil 2021-03-05 19:45:00 +02:00
ffeval.c
ffhash.c Remove unnecessary mem.h inclusions 2021-07-22 14:47:57 +02:00
fourcc2pixfmt.c
gen-rc libavresample: Remove deprecated library 2021-04-27 10:43:13 -03:00
graph2dot.c tools/graph2dot: Don't use sizeof(AVFilterGraph), check allocation 2021-07-24 05:35:10 +02:00
ismindex.c
libav-merge-next-commit
loudnorm.rb
make_chlayout_test
missing_codec_desc
murge
normalize.py
patcheck
pktdumper.c tools/pktdumper: use av_packet_alloc() to allocate packets 2021-03-17 15:19:36 -03:00
plotframes
probetest.c tools: fix const specifier for AVInputFormat 2020-04-30 10:25:32 +01:00
qt-faststart.c
seek_print.c
sidxindex.c
sofa2wavs.c
target_bsf_fuzzer.c avcodec/avcodec: Stop including bsf.h in avcodec.h 2021-07-22 11:14:16 +02:00
target_dec_fate.list
target_dec_fate.sh
target_dec_fuzzer.c tools/target_dec_fuzzer: Adjust threshold for libvorbis 2021-07-22 23:33:26 +02:00
target_dem_fuzzer.c tools/target_dem_fuzzer: Fix packet leak 2021-04-01 10:10:21 +02:00
trasher.c
uncoded_frame.c tools/uncoded_frame: include required headers explicitly 2021-06-10 16:51:44 +02:00
unwrap-diff
venc_data_dump.c fate: add tests for h264 and vp9 video enc parameters export 2020-05-25 11:59:45 +02:00
yuvcmp.c
zmqsend.c
zmqshell.py