1422 Commits (b616be1649f9a32411a3c5b62afe1d73f5a71ed0)

Author SHA1 Message Date
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
Anton Khirnov 0edbd00ccf fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlags 8 months ago
Anton Khirnov 372c78dd42 fftools/ffmpeg_dec: apply decoder options manually 8 months ago
Anton Khirnov 2d06a7570e fftools/cmdutils: do not use a random codec's private options 8 months ago
Anton Khirnov da67816128 fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoder 8 months ago
Andreas Rheinhardt 432e287e27 fftools/ffmpeg_sched: Explicitly return 0 on sch_enc_send() success 8 months ago
Anton Khirnov 8fc1e1358b fftools/ffmpeg_enc: simplify error handling for decoded_side_data setup 8 months ago
Anton Khirnov 6f2cb0923c fftools/ffmpeg_enc: move decoded_side_data setup out of video-only block 8 months ago
Anton Khirnov fabf148578 fftools/ffmpeg_enc: only promote first frame side data to global when meaningful 8 months ago
Andreas Rheinhardt ced5c5fdb8 fftools/ffmpeg_mux_init: Fix double-free on error 8 months ago
James Almer 0963ef4996 fftools/ffmpeg_filter: remove prototype for non existent function 8 months ago
James Almer 767e7d3d2b fftools/ffmpeg_filter: remove unused struct from InputFilterPriv 8 months ago
Niklas Haas 6963033590 ffprobe: adapt to new AVFilmGrainParams 8 months ago
Andreas Rheinhardt c77164390b fftools/ffmpeg_enc: Don't call frame_data twice 8 months ago
Jan Ekström 8f4b173029 ffmpeg: pass first video AVFrame's side data to encoder 8 months ago
Mark Thompson 7f4b8d2f5e ffmpeg: set extra_hw_frames to account for frames held in queues 8 months ago
Marton Balint 7251f90972 fftools/ffplay: use correct buffersink channel layout parameters 8 months ago
Andreas Rheinhardt 1faafe738d fftools/ffmpeg_opt: Check before accessing union member 8 months ago
Andreas Rheinhardt 78e2be2377 fftools/ffmpeg_sched: Remove set-but-unused variable 8 months ago
James Almer 394abd8458 fftools/ffprobe: export IAMF Stream Group parameters 8 months ago
James Almer 5cd8db3060 fftools/ffprobe: export Tile Grid Stream Group parameters 8 months ago
Anton Khirnov 8996945d45 fftools/ffmpeg_enc: set AV_PKT_FLAG_TRUSTED on encoded packets 8 months ago
Anton Khirnov a9193f7b7d fftools/ffmpeg: add loopback decoding 8 months ago
Anton Khirnov b98af440c5 fftools/ffmpeg: prepare FrameData for having allocated fields 8 months ago
Anton Khirnov efab83c156 fftools/ffmpeg_sched: allow connecting encoder output to decoders 8 months ago
Anton Khirnov da17c4d24a fftools/ffmpeg_sched: factor initializing nodes into separate function 8 months ago
Anton Khirnov 6ccbff2631 fftools/ffmpeg_sched: allow encoders to send to multiple destinations 8 months ago
Anton Khirnov 3febc84e5e fftools/ffmpeg_enc: merge do_{audio,video}_out into frame_encode() 8 months ago
Anton Khirnov 2f5c570dd6 fftools/ffmpeg_enc: drop unnecessary parameter from forced_kf_apply() 8 months ago
Anton Khirnov 2ee9362419 fftools/ffmpeg: remove unncessary casts for *_thread() return values 8 months ago
Anton Khirnov f5d03b972c fftools/ffmpeg: simplify propagating fallback parameters from decoders to filters 8 months ago
Anton Khirnov cabeac9123 fftools/ffmpeg_filter: add logging for binding inputs to demuxer streams 8 months ago
Anton Khirnov cb0ec854fd fftools/ffmpeg_filter: move filtergraph input type check to a better place 8 months ago
Anton Khirnov 7b51523f12 fftools/ffmpeg_opt: merge init_complex_filters() and check_filter_outputs() 8 months ago
Anton Khirnov c4de5778bc fftools/ffmpeg_dec: factor opening the decoder out of dec_open() 8 months ago
Anton Khirnov 48c39a9c71 fftools/ffmpeg_dec: move scheduler registration from dec_open() to dec_alloc() 8 months ago
Anton Khirnov 6f2acd7a9c fftools/ffmpeg_filter: drop unused InputFilterPriv.ist 8 months ago
Anton Khirnov daca5d1241 fftools/ffmpeg_filter: refactor setting input timebase 8 months ago
Anton Khirnov ddaedde7a8 fftools/cmdutils: fix printing group name in split_commandline() 8 months ago
Anton Khirnov f344277a88 fftools/ffmpeg_filter: merge block with the enclosing one 8 months ago
Anton Khirnov 639208cc6a fftools/ffmpeg_filter: don't forward EOF in close_output() 8 months ago
Anton Khirnov ce178be8b0 fftools/ffmpeg_filter: do not assume av_buffersrc_get_nb_failed_requests()>0 8 months ago
Stefano Sabatini 58a1386eaf fftools/opt_common: show if muxer is device 8 months ago
Niklas Haas 30d6861a11 fftools/ffprobe: add AVFilmGrainParams printing 8 months ago