librempeg/fftools
Anton Khirnov 097fcf4e50 fftools/ffmpeg_opt: improve wording in option descriptions
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2024-02-07 23:21:53 +01:00
..
cmdutils.c fftools/cmdutils: surround option arguments by <> in help output 2024-02-07 23:21:53 +01:00
cmdutils.h fftools/cmdutils: drop alt_flags parameter from show_help_options() 2024-02-07 23:21:52 +01:00
ffmpeg_dec.c fftools/ffmpeg: replace InputStream.file_index by a pointer 2023-12-14 20:39:45 +01:00
ffmpeg_demux.c fftools/ffmpeg_demux: implement -bsf for input 2024-02-07 23:21:51 +01:00
ffmpeg_enc.c fftools/ffmpeg_enc: assert necessary frame fields before create encoder 2023-12-21 08:59:38 +01:00
ffmpeg_filter.c fftools/ffmpeg_filter: log an information message about filter graph reconfigurations 2024-01-13 12:33:37 +01:00
ffmpeg_hw.c
ffmpeg_mux_init.c fftools/ffmpeg: deprecate -filter_script 2024-02-07 23:21:52 +01:00
ffmpeg_mux.c fftools/ffmpeg: use a mutex for enc_stats_write() 2023-12-18 09:53:49 +01:00
ffmpeg_mux.h fftools/ffmpeg_mux: move OutputStream.sq_idx_mux to private data 2023-12-14 20:39:46 +01:00
ffmpeg_opt.c fftools/ffmpeg_opt: improve wording in option descriptions 2024-02-07 23:21:53 +01:00
ffmpeg_sched.c fftools/ffmpeg_sched: track dts+duration as last_dts 2023-12-14 20:39:46 +01:00
ffmpeg_sched.h fftools/ffmpeg: update the reported timestamp at the end 2023-12-14 20:39:46 +01:00
ffmpeg_utils.h fftools/ffmpeg: rework keeping track of file duration for -stream_loop 2023-11-14 18:18:26 +01:00
ffmpeg.c fftools/ffmpeg: update the reported timestamp at the end 2023-12-14 20:39:46 +01:00
ffmpeg.h fftools/ffmpeg: deprecate -filter_script 2024-02-07 23:21:52 +01:00
ffplay_renderer.c fftools/ffplay_renderer: Add device selection support 2024-01-13 12:33:48 +01:00
ffplay_renderer.h fftools/ffplay: add hwaccel decoding support 2023-11-15 01:20:11 +08:00
ffplay.c fftools/cmdutils: drop alt_flags parameter from show_help_options() 2024-02-07 23:21:52 +01:00
ffprobe.c fftools/cmdutils: drop alt_flags parameter from show_help_options() 2024-02-07 23:21:52 +01:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h
Makefile fftools/ffmpeg: add thread-aware transcode scheduling infrastructure 2023-12-12 09:34:09 +01:00
objpool.c
objpool.h
opt_common.c all: Don't set AVClass.item_name to its default value 2023-12-22 16:49:25 +01:00
opt_common.h fftools/cmdutils: hide some information listing options from basic help 2024-02-07 23:21:52 +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