aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg.h
Commit message (Expand)AuthorAgeFilesLines
* fftools/ffmpeg_mux_init: make encoder_opts local to ost_add()Anton Khirnov2024-07-031-2/+0
* fftools/ffmpeg: rewrite checking whether codec AVOptions have been usedAnton Khirnov2024-07-031-1/+3
* fftools/ffmpeg_mux_init: Cleanup on error return in set_dispositions()Michael Niedermayer2024-07-021-2/+7
* fftools: move check_avoptions and remove_avoptions to cmdutilsMarton Balint2024-05-271-3/+0
* fftools/ffmpeg_filter: change processing order in fg_finalise_bindings()Anton Khirnov2024-04-091-1/+1
* fftools/ffmpeg_filter: only store complex filtergraphs in global arrayAnton Khirnov2024-04-091-0/+3
* fftools/ffmpeg_filter: drop OutputFilter.ostAnton Khirnov2024-04-091-1/+1
* fftools/ffmpeg_filter: accept encoder thread count through OutputFilterOptionsAnton Khirnov2024-04-091-0/+2
* fftools/ffmpeg_mux: drop OutputFile.formatAnton Khirnov2024-04-091-1/+0
* fftools/ffmpeg_mux: drop OutputFile.shortestAnton Khirnov2024-04-091-1/+0
* fftools/ffmpeg_filter: move most of -apad logic to the muxerAnton Khirnov2024-04-091-1/+2
* fftools/ffmpeg_filter: pass trim parameters through OutputFilterOptionsAnton Khirnov2024-04-091-0/+2
* fftools/ffmpeg_filter: pass autoscale through OutputFilterOptionsAnton Khirnov2024-04-091-1/+1
* fftools/ffmpeg_filter: pass sws/swr opts through OutputFilterOptionsAnton Khirnov2024-04-091-2/+5
* fftools/ffmpeg_filter: add an AVClass to OutputFilterAnton Khirnov2024-04-091-0/+2
* fftools/ffmpeg_filter: accept a caller-provided output nameAnton Khirnov2024-04-091-0/+3
* fftools/ffmpeg: drop OutputStream.is_cfrAnton Khirnov2024-04-091-1/+0
* fftools/ffmpeg_filter: pass vsync method through OutputFilterOptionsAnton Khirnov2024-04-091-1/+2
* fftools/ffmpeg_filter: stop accessing encoder AVCodecContextAnton Khirnov2024-04-091-0/+7
* fftools/ffmpeg_filter: move the MJPEG format selection hack to muxer setupAnton Khirnov2024-04-091-0/+2
* fftools/ffmpeg_filter: pass enc_timebase through OutputFilterOptionsAnton Khirnov2024-04-091-2/+5
* fftools/ffmpeg_filter: pass keep_pix_fmt through OutputFilterOptionsAnton Khirnov2024-04-091-2/+7
* fftools/ffmpeg_filter: pass ts offset through OutputFilterOptionsAnton Khirnov2024-04-091-0/+2
* fftools/ffmpeg_filter: stop accessing AVCodecContext.codecAnton Khirnov2024-04-091-2/+9
* fftools/ffmpeg_demux: make InputStream.autorotate privateAnton Khirnov2024-03-281-2/+0
* fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlagsAnton Khirnov2024-03-281-0/+2
* fftools/ffmpeg_filter: remove prototype for non existent functionJames Almer2024-03-251-7/+0
* fftools/ffmpeg: add loopback decodingAnton Khirnov2024-03-131-0/+22
* fftools/ffmpeg: remove unncessary casts for *_thread() return valuesAnton Khirnov2024-03-131-2/+2
* fftools/ffmpeg: simplify propagating fallback parameters from decoders to fil...Anton Khirnov2024-03-131-3/+6
* fftools/ffmpeg_opt: merge init_complex_filters() and check_filter_outputs()Anton Khirnov2024-03-131-2/+1
* fftools/ffmpeg_dec: factor opening the decoder out of dec_open()Anton Khirnov2024-03-131-1/+1
* fftools/ffmpeg: remove options deprecated before 6.0Anton Khirnov2024-03-011-31/+0
* fftools/ffmpeg: move subtitle helpers to ffmpeg_dec, their only userAnton Khirnov2024-02-211-3/+0
* fftools/ffmpeg_filter: pass framerate through InputFilterOptionsAnton Khirnov2024-02-211-2/+8
* fftools/ffmpeg_filter: pass autorotate/reinit flags through InputFilterOptionsAnton Khirnov2024-02-211-2/+8
* fftools/ffmpeg_filter: pass sub2video canvas size through InputFilterOptionsAnton Khirnov2024-02-211-4/+3
* fftools/ffmpeg_filter: accept a name from its upstream inputAnton Khirnov2024-02-211-0/+2
* fftools/ffmpeg_filter: compute input trim start/end in demuxerAnton Khirnov2024-02-211-4/+7
* fftools/ffmpeg_mux_init: Fix attachment_filename use-after-freeAndreas Rheinhardt2024-02-181-1/+1
* fftools/ffmpeg: cosmetics, vertically align Input{File,Stream}Anton Khirnov2024-01-301-26/+28
* fftools/ffmpeg: make InputStream.decoder_opts private to demuxerAnton Khirnov2024-01-301-1/+0
* fftools/ffmpeg: make InputStream.decoding_needed private to demuxerAnton Khirnov2024-01-301-3/+0
* fftools/ffmpeg_dec: eliminate all remaining InputStream usesAnton Khirnov2024-01-301-2/+5
* fftools/ffmpeg_dec: stop passing InputStream to dec_open()Anton Khirnov2024-01-301-1/+2
* fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOptsAnton Khirnov2024-01-301-0/+1
* fftools/ffmpeg_dec: pass AVCodec through DecoderOptsAnton Khirnov2024-01-301-0/+2
* fftools/ffmpeg_dec: pass decoder name through DecoderOptsAnton Khirnov2024-01-301-0/+2
* fftools/ffmpeg_dec: pass top_field_first through DecoderOptsAnton Khirnov2024-01-301-0/+3
* fftools/ffmpeg_dec: pass input timebase through DecoderOptsAnton Khirnov2024-01-301-0/+2