summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* fftools/ffmpeg_filter: drop a redundant checkAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: accept a caller-provided output nameAnton Khirnov2024-04-09
* fftools/ffmpeg: drop OutputStream.is_cfrAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass vsync method through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: stop accessing encoder AVCodecContextAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: move the MJPEG format selection hack to muxer setupAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass enc_timebase through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg: warn about ignored -enc_time_base for subtitles earlierAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass keep_pix_fmt through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass ts offset through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: check that filter type matches output stream typeAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: stop accessing AVCodecContext.codecAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: do not pass OutputStream to set_channel_layout()Anton Khirnov2024-04-09
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* fftools/ffmpeg_sched: make sure to always run task cleanupAnton Khirnov2024-03-29
* fftools/ffmpeg_sched: move sch_stop() to the bottom of the fileAnton Khirnov2024-03-29
* all: Don't use ATOMIC_VAR_INITAndreas Rheinhardt2024-03-28
* fftools/ffmpeg_demux: make InputStream.autorotate privateAnton Khirnov2024-03-28
* fftools/ffmpeg_enc: stop copying demuxer side data to the muxerAnton Khirnov2024-03-28
* fftools/ffmpeg_filter: remove display matrix if we have applied itAnton Khirnov2024-03-28
* fftools/ffmpeg_dec: apply cropping manuallyAnton Khirnov2024-03-28
* fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlagsAnton Khirnov2024-03-28
* fftools/ffmpeg_dec: apply decoder options manuallyAnton Khirnov2024-03-28
* fftools/cmdutils: do not use a random codec's private optionsAnton Khirnov2024-03-28
* fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoderAnton Khirnov2024-03-28
* fftools/ffmpeg_sched: Explicitly return 0 on sch_enc_send() successAndreas Rheinhardt2024-03-28
* fftools/ffmpeg_enc: simplify error handling for decoded_side_data setupAnton Khirnov2024-03-27
* fftools/ffmpeg_enc: move decoded_side_data setup out of video-only blockAnton Khirnov2024-03-27
* fftools/ffmpeg_enc: only promote first frame side data to global when meaningfulAnton Khirnov2024-03-27
* fftools/ffmpeg_mux_init: Fix double-free on errorAndreas Rheinhardt2024-03-26
* fftools/ffmpeg_filter: remove prototype for non existent functionJames Almer2024-03-25
* fftools/ffmpeg_filter: remove unused struct from InputFilterPrivJames Almer2024-03-25
* ffprobe: adapt to new AVFilmGrainParamsNiklas Haas2024-03-23
* fftools/ffmpeg_enc: Don't call frame_data twiceAndreas Rheinhardt2024-03-22
* ffmpeg: pass first video AVFrame's side data to encoderJan Ekström2024-03-20
* ffmpeg: set extra_hw_frames to account for frames held in queuesMark Thompson2024-03-19
* fftools/ffplay: use correct buffersink channel layout parametersMarton Balint2024-03-19
* fftools/ffmpeg_opt: Check before accessing union memberAndreas Rheinhardt2024-03-17
* fftools/ffmpeg_sched: Remove set-but-unused variableAndreas Rheinhardt2024-03-14
* fftools/ffprobe: export IAMF Stream Group parametersJames Almer2024-03-13
* fftools/ffprobe: export Tile Grid Stream Group parametersJames Almer2024-03-13
* fftools/ffmpeg_enc: set AV_PKT_FLAG_TRUSTED on encoded packetsAnton Khirnov2024-03-13
* fftools/ffmpeg: add loopback decodingAnton Khirnov2024-03-13
* fftools/ffmpeg: prepare FrameData for having allocated fieldsAnton Khirnov2024-03-13
* fftools/ffmpeg_sched: allow connecting encoder output to decodersAnton Khirnov2024-03-13
* fftools/ffmpeg_sched: factor initializing nodes into separate functionAnton Khirnov2024-03-13
* fftools/ffmpeg_sched: allow encoders to send to multiple destinationsAnton Khirnov2024-03-13
* fftools/ffmpeg_enc: merge do_{audio,video}_out into frame_encode()Anton Khirnov2024-03-13
* fftools/ffmpeg_enc: drop unnecessary parameter from forced_kf_apply()Anton Khirnov2024-03-13
* fftools/ffmpeg: remove unncessary casts for *_thread() return valuesAnton Khirnov2024-03-13