summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
Commit message (Expand)AuthorAge
* fftools/ffmpeg_mux_init: make encoder_opts local to ost_add()ffmpeg_encoder_optsAnton Khirnov2024-04-09
* fftools/ffmpeg: rewrite checking whether codec AVOptions have been usedAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: change processing order in fg_finalise_bindings()Anton Khirnov2024-04-09
* fftools/ffmpeg_filter: only store complex filtergraphs in global arrayAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: drop OutputFilter.ostAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: accept encoder thread count through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_mux: drop OutputFile.formatAnton Khirnov2024-04-09
* fftools/ffmpeg_mux: drop OutputFile.shortestAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: move most of -apad logic to the muxerAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass trim parameters through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass autoscale through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass sws/swr opts through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: add an AVClass to OutputFilterAnton 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_filter: pass keep_pix_fmt through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass ts offset through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: stop accessing AVCodecContext.codecAnton Khirnov2024-04-09
* fftools/ffmpeg_demux: make InputStream.autorotate privateAnton Khirnov2024-03-28
* fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlagsAnton Khirnov2024-03-28
* fftools/ffmpeg_filter: remove prototype for non existent functionJames Almer2024-03-25
* fftools/ffmpeg: add loopback decodingAnton Khirnov2024-03-13
* fftools/ffmpeg: remove unncessary casts for *_thread() return valuesAnton Khirnov2024-03-13
* fftools/ffmpeg: simplify propagating fallback parameters from decoders to fil...Anton Khirnov2024-03-13
* fftools/ffmpeg_opt: merge init_complex_filters() and check_filter_outputs()Anton Khirnov2024-03-13
* fftools/ffmpeg_dec: factor opening the decoder out of dec_open()Anton Khirnov2024-03-13
* fftools/ffmpeg: remove options deprecated before 6.0Anton Khirnov2024-03-01
* fftools/ffmpeg: move subtitle helpers to ffmpeg_dec, their only userAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: pass framerate through InputFilterOptionsAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: pass autorotate/reinit flags through InputFilterOptionsAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: pass sub2video canvas size through InputFilterOptionsAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: accept a name from its upstream inputAnton Khirnov2024-02-21
* fftools/ffmpeg_filter: compute input trim start/end in demuxerAnton Khirnov2024-02-21
* fftools/ffmpeg_mux_init: Fix attachment_filename use-after-freeAndreas Rheinhardt2024-02-18
* fftools/ffmpeg: cosmetics, vertically align Input{File,Stream}Anton Khirnov2024-01-30
* fftools/ffmpeg: make InputStream.decoder_opts private to demuxerAnton Khirnov2024-01-30
* fftools/ffmpeg: make InputStream.decoding_needed private to demuxerAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: eliminate all remaining InputStream usesAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: stop passing InputStream to dec_open()Anton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass AVCodec through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass decoder name through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass top_field_first through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass input timebase through DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOptsAnton Khirnov2024-01-30
* fftools/ffmpeg_dec: move flags to DecoderOptsAnton Khirnov2024-01-30