ffmpeg/fftools
Anton Khirnov 3b84140a1b fftools/ffmpeg_dec: split Decoder into a private and public part
Similar to what is currently done for other components, e.g. (de)muxers.
There is nothing in the public part currently, but that will change in
future commits.
2024-01-30 09:51:57 +01:00
..
Makefile fftools/ffmpeg: add thread-aware transcode scheduling infrastructure 2023-12-12 08:24:18 +01:00
cmdutils.c fftools/cmdutils: surround option arguments by <> in help output 2024-01-20 10:37:32 +01:00
cmdutils.h fftools/cmdutils: drop alt_flags parameter from show_help_options() 2024-01-20 10:37:32 +01:00
ffmpeg.c fftools/ffmpeg: update the reported timestamp at the end 2023-12-14 20:16:54 +01:00
ffmpeg.h fftools/ffmpeg_dec: split Decoder into a private and public part 2024-01-30 09:51:57 +01:00
ffmpeg_dec.c fftools/ffmpeg_dec: split Decoder into a private and public part 2024-01-30 09:51:57 +01:00
ffmpeg_demux.c fftools/ffmpeg_demux: implement -bsf for input 2024-01-19 17:54:10 +01:00
ffmpeg_enc.c fftools/ffmpeg_enc: assert necessary frame fields before create encoder 2023-12-21 19:30:25 +08:00
ffmpeg_filter.c fftools/ffmpeg_filter: do not end filtering when a graph input EOFs 2024-01-27 09:24:29 +01:00
ffmpeg_hw.c
ffmpeg_mux.c fftools/ffmpeg: use a mutex for enc_stats_write() 2023-12-18 08:50:02 +01:00
ffmpeg_mux.h fftools/ffmpeg: optimize inter-thread queue sizes 2024-01-28 13:34:56 +01:00
ffmpeg_mux_init.c fftools/ffmpeg: optimize inter-thread queue sizes 2024-01-28 13:34:56 +01:00
ffmpeg_opt.c fftools/ffmpeg: optimize inter-thread queue sizes 2024-01-28 13:34:56 +01:00
ffmpeg_sched.c fftools/ffmpeg: optimize inter-thread queue sizes 2024-01-28 13:34:56 +01:00
ffmpeg_sched.h fftools/ffmpeg: optimize inter-thread queue sizes 2024-01-28 13:34:56 +01:00
ffmpeg_utils.h fftools/ffmpeg: rework keeping track of file duration for -stream_loop 2023-11-14 18:18:26 +01:00
ffplay.c fftools/cmdutils: drop alt_flags parameter from show_help_options() 2024-01-20 10:37:32 +01:00
ffplay_renderer.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
ffplay_renderer.h fftools/ffplay: add hwaccel decoding support 2023-11-15 01:20:11 +08:00
ffprobe.c fftools/cmdutils: drop alt_flags parameter from show_help_options() 2024-01-20 10:37:32 +01:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h
objpool.c
objpool.h
opt_common.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
opt_common.h fftools/cmdutils: hide some information listing options from basic help 2024-01-20 10:37:32 +01:00
sync_queue.c
sync_queue.h
thread_queue.c fftools/thread_queue: count receive-finished streams as finished 2023-11-14 18:18:26 +01:00
thread_queue.h