1465 Commits (0415bb74c81ab0019e48bd2989ddf48d66918e9e)

Author SHA1 Message Date
Marton Balint ed927f2f0c fftools/ffplay: allow unused format options which are also codec options 6 months ago
Marton Balint 4d97557137 fftools/ffplay: use cmdutils code for checking remaining avoptions 6 months ago
Marton Balint f9810be5d3 fftools: move check_avoptions and remove_avoptions to cmdutils 6 months ago
Marton Balint 4bfecde9b9 fftools/ffmpeg_demux: honor -ch_layout options for overriding input stream channel layout 6 months ago
Andreas Rheinhardt 62929f40ee fftools/ffmpeg_filter: Fix leak on error 6 months ago
Andreas Rheinhardt f3d206d25f fftools, avfilter, avformat: Simplify check for "is dictionary empty?" 6 months ago
Michael Niedermayer f44f441555
fftools/ffplay: Check return of swr_alloc_set_opts2() 6 months ago
Michael Niedermayer ba7038043a
tools/opt_common: Check for malloc failure 6 months ago
Derek Buitenhuis f8a613d6a8 fftools/ffprobe: Avoid overflow when calculating DAR 6 months ago
Andreas Rheinhardt 4c8a6631ad fftools/ffmpeg_filter: Fix check 7 months ago
James Almer 8c27cdd2d4 fftools/ffmpeg_mux_init: add missing IAMF Param Definition copies 7 months ago
James Almer f684228407 fftools/ffmpeg_mux_init: remove leftover debug log messages 7 months ago
James Almer ecf87dd230 fftools/ffmpeg_mux_init: allow mapping a stream group from one of the inputs 7 months ago
Zhao Zhili 1b41631185 fftools: Fix implicit-const-int-float-conversion warning 7 months ago
Anton Khirnov 3bd7c57125 fftools/ffmpeg_filter: implement filtergraph chaining 7 months ago
Anton Khirnov 255ae03601 fftools/ffmpeg_sched: allow filtergraphs to send to filtergraphs 7 months ago
Anton Khirnov 3d01996b24 fftools/ffmpeg_filter: change processing order in fg_finalise_bindings() 7 months ago
Anton Khirnov 243a51490a fftools/ffmpeg_filter: only store complex filtergraphs in global array 7 months ago
Anton Khirnov d74cbcb963 fftools/ffmpeg_filter: drop OutputFilter.ost 7 months ago
Anton Khirnov f2c919252d fftools/ffmpeg_filter: accept encoder thread count through OutputFilterOptions 7 months ago
Anton Khirnov bfeb751171 fftools/ffmpeg_mux: drop OutputFile.format 7 months ago
Anton Khirnov 5b0589c8c3 fftools/ffmpeg_mux: drop OutputFile.shortest 7 months ago
Anton Khirnov a4c940c86a fftools/ffmpeg_filter: move most of -apad logic to the muxer 7 months ago
Anton Khirnov a2892dbe06 fftools/ffmpeg_filter: pass trim parameters through OutputFilterOptions 7 months ago
Anton Khirnov 83304f7c1f fftools/ffmpeg_filter: pass autoscale through OutputFilterOptions 7 months ago
Anton Khirnov b8e6802023 fftools/ffmpeg_filter: pass sws/swr opts through OutputFilterOptions 7 months ago
Anton Khirnov 23c23077fc fftools/ffmpeg_filter: drop an unnecessary use of OutputStream 7 months ago
Anton Khirnov fc6354c39c fftools/ffmpeg_filter: add an AVClass to OutputFilter 7 months ago
Anton Khirnov 3c3e04c8a3 fftools/ffmpeg_filter: simplify retrieving filter type 7 months ago
Anton Khirnov 114cbaa316 fftools/ffmpeg_filter: drop a redundant check 7 months ago
Anton Khirnov da80e0b077 fftools/ffmpeg_filter: accept a caller-provided output name 7 months ago
Anton Khirnov 82c7c21b18 fftools/ffmpeg: drop OutputStream.is_cfr 7 months ago
Anton Khirnov 509afedaaf fftools/ffmpeg_filter: pass vsync method through OutputFilterOptions 7 months ago
Anton Khirnov bc206ed1b3 fftools/ffmpeg_filter: stop accessing encoder AVCodecContext 7 months ago
Anton Khirnov 17702c5f7b fftools/ffmpeg_filter: move the MJPEG format selection hack to muxer setup 7 months ago
Anton Khirnov 9d5bf2d69e fftools/ffmpeg_filter: pass enc_timebase through OutputFilterOptions 7 months ago
Anton Khirnov 606c71bb11 fftools/ffmpeg: warn about ignored -enc_time_base for subtitles earlier 7 months ago
Anton Khirnov e903c31fd1 fftools/ffmpeg_filter: pass keep_pix_fmt through OutputFilterOptions 7 months ago
Anton Khirnov b3864e7a08 fftools/ffmpeg_filter: pass ts offset through OutputFilterOptions 7 months ago
Anton Khirnov 651c79da36 fftools/ffmpeg_filter: check that filter type matches output stream type 7 months ago
Anton Khirnov 8e35e33d42 fftools/ffmpeg_filter: stop accessing AVCodecContext.codec 7 months ago
Anton Khirnov 8c33085313 fftools/ffmpeg_filter: do not pass OutputStream to set_channel_layout() 7 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Anton Khirnov 24b9f29ff2 fftools/ffmpeg_sched: make sure to always run task cleanup 8 months ago
Anton Khirnov af81788f30 fftools/ffmpeg_sched: move sch_stop() to the bottom of the file 8 months ago
Andreas Rheinhardt 5d71f97e0e all: Don't use ATOMIC_VAR_INIT 8 months ago
Anton Khirnov a69cedb6a6 fftools/ffmpeg_demux: make InputStream.autorotate private 8 months ago
Anton Khirnov c9a90c052a fftools/ffmpeg_enc: stop copying demuxer side data to the muxer 8 months ago
Anton Khirnov 106131bb10 fftools/ffmpeg_filter: remove display matrix if we have applied it 8 months ago
Anton Khirnov b1aaa1f585 fftools/ffmpeg_dec: apply cropping manually 8 months ago