ffmpeg/fftools
Anton Khirnov 372c78dd42 fftools/ffmpeg_dec: apply decoder options manually
Do not pass an options dictionary to avcodec_open2().

This should be equivalent to current behaviour, but will allow
overriding caller-supplied options in a cleaner and more robust manner.

We can now set the COPY_OPAQUE flag directly rather going through
dec_opts.
2024-03-28 08:40:01 +01:00
..
cmdutils.c fftools/cmdutils: do not use a random codec's private options 2024-03-28 08:40:01 +01:00
cmdutils.h
ffmpeg_dec.c fftools/ffmpeg_dec: apply decoder options manually 2024-03-28 08:40:01 +01:00
ffmpeg_demux.c fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoder 2024-03-28 08:40:01 +01:00
ffmpeg_enc.c fftools/ffmpeg_enc: simplify error handling for decoded_side_data setup 2024-03-27 11:36:21 +01:00
ffmpeg_filter.c fftools/ffmpeg_filter: remove unused struct from InputFilterPriv 2024-03-25 23:23:27 -03:00
ffmpeg_hw.c
ffmpeg_mux_init.c fftools/ffmpeg_mux_init: Fix double-free on error 2024-03-26 06:48:35 +01:00
ffmpeg_mux.c
ffmpeg_mux.h
ffmpeg_opt.c
ffmpeg_sched.c fftools/ffmpeg_sched: Explicitly return 0 on sch_enc_send() success 2024-03-28 03:06:13 +01:00
ffmpeg_sched.h
ffmpeg_utils.h
ffmpeg.c
ffmpeg.h fftools/ffmpeg_filter: remove prototype for non existent function 2024-03-25 23:23:27 -03:00
ffplay_renderer.c
ffplay_renderer.h
ffplay.c
ffprobe.c ffprobe: adapt to new AVFilmGrainParams 2024-03-23 18:54:36 +01:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h
Makefile
objpool.c
objpool.h
opt_common.c
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h