ffmpeg/fftools
Andreas Rheinhardt cf8925a096 fftools/ffmpeg_filter: Avoid DynBuf-API for writing strings
It is not really natural, it requires internal allocations
of its own and its error handling is horrible (i.e. the implicit
(re)allocations here are unchecked).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-12-03 16:11:01 +01:00
..
cmdutils.c fftools: Constify values from av_dict_get() 2021-11-18 19:43:32 +01:00
cmdutils.h cmdutils: add an option for listing stream dispositions 2021-11-16 10:51:32 +01:00
ffmpeg_filter.c fftools/ffmpeg_filter: Avoid DynBuf-API for writing strings 2021-12-03 16:11:01 +01:00
ffmpeg_hw.c ffmpeg_hw: make hardware selection for filters more user friendly 2021-09-12 13:33:50 -03:00
ffmpeg_opt.c fftools/ffmpeg_opt: Don't set source_index redundantly 2021-11-30 12:06:02 +01:00
ffmpeg.c ffmpeg: fix usage of -shortest in codec copy scenarios 2021-12-01 18:16:56 -03:00
ffmpeg.h fftools/ffmpeg_opt: Don't duplicate array unnecessarily 2021-11-30 11:53:22 +01:00
ffplay.c fftools: Constify values from av_dict_get() 2021-11-18 19:43:32 +01:00
ffprobe.c fftools/ffprobe: print size of attachment streams (extradata_size) 2021-11-29 21:30:11 +01:00
Makefile ffmpeg: remove ffmpeg_videotoolbox 2021-11-28 16:40:43 -06:00