1539 Commits (e6e56fd7a7738c30f3052067ba35cba346fdde8c)

Author SHA1 Message Date
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 10 months ago
Anton Khirnov af81788f30 fftools/ffmpeg_sched: move sch_stop() to the bottom of the file 10 months ago
Andreas Rheinhardt 5d71f97e0e all: Don't use ATOMIC_VAR_INIT 10 months ago
Anton Khirnov a69cedb6a6 fftools/ffmpeg_demux: make InputStream.autorotate private 10 months ago
Anton Khirnov c9a90c052a fftools/ffmpeg_enc: stop copying demuxer side data to the muxer 10 months ago
Anton Khirnov 106131bb10 fftools/ffmpeg_filter: remove display matrix if we have applied it 10 months ago
Anton Khirnov b1aaa1f585 fftools/ffmpeg_dec: apply cropping manually 10 months ago
Anton Khirnov 0edbd00ccf fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlags 10 months ago
Anton Khirnov 372c78dd42 fftools/ffmpeg_dec: apply decoder options manually 10 months ago
Anton Khirnov 2d06a7570e fftools/cmdutils: do not use a random codec's private options 10 months ago
Anton Khirnov da67816128 fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoder 10 months ago
Andreas Rheinhardt 432e287e27 fftools/ffmpeg_sched: Explicitly return 0 on sch_enc_send() success 10 months ago
Anton Khirnov 8fc1e1358b fftools/ffmpeg_enc: simplify error handling for decoded_side_data setup 10 months ago
Anton Khirnov 6f2cb0923c fftools/ffmpeg_enc: move decoded_side_data setup out of video-only block 10 months ago
Anton Khirnov fabf148578 fftools/ffmpeg_enc: only promote first frame side data to global when meaningful 10 months ago
Andreas Rheinhardt ced5c5fdb8 fftools/ffmpeg_mux_init: Fix double-free on error 10 months ago
James Almer 0963ef4996 fftools/ffmpeg_filter: remove prototype for non existent function 10 months ago
James Almer 767e7d3d2b fftools/ffmpeg_filter: remove unused struct from InputFilterPriv 10 months ago
Niklas Haas 6963033590 ffprobe: adapt to new AVFilmGrainParams 10 months ago
Andreas Rheinhardt c77164390b fftools/ffmpeg_enc: Don't call frame_data twice 10 months ago
Jan Ekström 8f4b173029 ffmpeg: pass first video AVFrame's side data to encoder 10 months ago
Mark Thompson 7f4b8d2f5e ffmpeg: set extra_hw_frames to account for frames held in queues 10 months ago
Marton Balint 7251f90972 fftools/ffplay: use correct buffersink channel layout parameters 10 months ago
Andreas Rheinhardt 1faafe738d fftools/ffmpeg_opt: Check before accessing union member 10 months ago
Andreas Rheinhardt 78e2be2377 fftools/ffmpeg_sched: Remove set-but-unused variable 10 months ago
James Almer 394abd8458 fftools/ffprobe: export IAMF Stream Group parameters 10 months ago
James Almer 5cd8db3060 fftools/ffprobe: export Tile Grid Stream Group parameters 10 months ago
Anton Khirnov 8996945d45 fftools/ffmpeg_enc: set AV_PKT_FLAG_TRUSTED on encoded packets 10 months ago
Anton Khirnov a9193f7b7d fftools/ffmpeg: add loopback decoding 10 months ago
Anton Khirnov b98af440c5 fftools/ffmpeg: prepare FrameData for having allocated fields 10 months ago
Anton Khirnov efab83c156 fftools/ffmpeg_sched: allow connecting encoder output to decoders 10 months ago
Anton Khirnov da17c4d24a fftools/ffmpeg_sched: factor initializing nodes into separate function 10 months ago
Anton Khirnov 6ccbff2631 fftools/ffmpeg_sched: allow encoders to send to multiple destinations 10 months ago