1461 Commits (728a1dd3b6fab7dcbf7f91fad0e8ba9c1be45867)

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