ffmpeg/fftools
James Almer 1b7c13e1a4 fftools/ffmpeg_filter: fix leak of AVIOContext in read_binary()
It was only being freed on failure.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: James Almer <jamrial@gmail.com>
2023-04-28 13:46:13 -03:00
..
Makefile
cmdutils.c
cmdutils.h
ffmpeg.c fftools/ffmpeg: move freeing a filtergraph into a separate function 2023-04-24 16:56:06 +02:00
ffmpeg.h fftools/ffmpeg: move freeing a filtergraph into a separate function 2023-04-24 16:56:06 +02:00
ffmpeg_dec.c fftools/ffmpeg_dec: drop useless abort_codec_experimental() 2023-04-17 12:01:40 +02:00
ffmpeg_demux.c fftools/ffmpeg: open decoders right after we know they are needed 2023-04-17 12:01:40 +02:00
ffmpeg_enc.c fftools/ffmpeg_enc: move handling final frames to video_sync_process() 2023-04-24 16:56:06 +02:00
ffmpeg_filter.c fftools/ffmpeg_filter: fix leak of AVIOContext in read_binary() 2023-04-28 13:46:13 -03:00
ffmpeg_hw.c
ffmpeg_mux.c fftools/ffmpeg: remove unused function arguments 2023-04-24 16:56:06 +02:00
ffmpeg_mux.h fftools/ffmpeg_mux: make copy_initial_nonkeyframes private to muxing code 2023-04-17 12:01:40 +02:00
ffmpeg_mux_init.c fftools/ffmpeg_mux_init: rename init_output_filter() to ost_add_from_filter() 2023-04-24 16:56:06 +02:00
ffmpeg_opt.c fftools/ffmpeg_filter: add a function for creating a filtergraph 2023-04-24 16:56:06 +02:00
ffplay.c
ffprobe.c fftools/ffprobe: fix printing AVFrame.crop_right 2023-04-21 09:25:53 -03:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h
objpool.c
objpool.h
opt_common.c
opt_common.h
sync_queue.c fftools/sync_queue: update audio frame duration when re-chunking 2023-04-19 21:12:03 +02:00
sync_queue.h
thread_queue.c
thread_queue.h