| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg_mux_init: make encoder_opts local to ost_add() | Anton Khirnov | 2024-07-03 | 1 | -2/+0 |
* | fftools/ffmpeg: rewrite checking whether codec AVOptions have been used | Anton Khirnov | 2024-07-03 | 1 | -1/+3 |
* | fftools/ffmpeg_mux_init: Cleanup on error return in set_dispositions() | Michael Niedermayer | 2024-07-02 | 1 | -2/+7 |
* | fftools: move check_avoptions and remove_avoptions to cmdutils | Marton Balint | 2024-05-27 | 1 | -3/+0 |
* | fftools/ffmpeg_filter: change processing order in fg_finalise_bindings() | Anton Khirnov | 2024-04-09 | 1 | -1/+1 |
* | fftools/ffmpeg_filter: only store complex filtergraphs in global array | Anton Khirnov | 2024-04-09 | 1 | -0/+3 |
* | fftools/ffmpeg_filter: drop OutputFilter.ost | Anton Khirnov | 2024-04-09 | 1 | -1/+1 |
* | fftools/ffmpeg_filter: accept encoder thread count through OutputFilterOptions | Anton Khirnov | 2024-04-09 | 1 | -0/+2 |
* | fftools/ffmpeg_mux: drop OutputFile.format | Anton Khirnov | 2024-04-09 | 1 | -1/+0 |
* | fftools/ffmpeg_mux: drop OutputFile.shortest | Anton Khirnov | 2024-04-09 | 1 | -1/+0 |
* | fftools/ffmpeg_filter: move most of -apad logic to the muxer | Anton Khirnov | 2024-04-09 | 1 | -1/+2 |
* | fftools/ffmpeg_filter: pass trim parameters through OutputFilterOptions | Anton Khirnov | 2024-04-09 | 1 | -0/+2 |
* | fftools/ffmpeg_filter: pass autoscale through OutputFilterOptions | Anton Khirnov | 2024-04-09 | 1 | -1/+1 |
* | fftools/ffmpeg_filter: pass sws/swr opts through OutputFilterOptions | Anton Khirnov | 2024-04-09 | 1 | -2/+5 |
* | fftools/ffmpeg_filter: add an AVClass to OutputFilter | Anton Khirnov | 2024-04-09 | 1 | -0/+2 |
* | fftools/ffmpeg_filter: accept a caller-provided output name | Anton Khirnov | 2024-04-09 | 1 | -0/+3 |
* | fftools/ffmpeg: drop OutputStream.is_cfr | Anton Khirnov | 2024-04-09 | 1 | -1/+0 |
* | fftools/ffmpeg_filter: pass vsync method through OutputFilterOptions | Anton Khirnov | 2024-04-09 | 1 | -1/+2 |
* | fftools/ffmpeg_filter: stop accessing encoder AVCodecContext | Anton Khirnov | 2024-04-09 | 1 | -0/+7 |
* | fftools/ffmpeg_filter: move the MJPEG format selection hack to muxer setup | Anton Khirnov | 2024-04-09 | 1 | -0/+2 |
* | fftools/ffmpeg_filter: pass enc_timebase through OutputFilterOptions | Anton Khirnov | 2024-04-09 | 1 | -2/+5 |
* | fftools/ffmpeg_filter: pass keep_pix_fmt through OutputFilterOptions | Anton Khirnov | 2024-04-09 | 1 | -2/+7 |
* | fftools/ffmpeg_filter: pass ts offset through OutputFilterOptions | Anton Khirnov | 2024-04-09 | 1 | -0/+2 |
* | fftools/ffmpeg_filter: stop accessing AVCodecContext.codec | Anton Khirnov | 2024-04-09 | 1 | -2/+9 |
* | fftools/ffmpeg_demux: make InputStream.autorotate private | Anton Khirnov | 2024-03-28 | 1 | -2/+0 |
* | fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlags | Anton Khirnov | 2024-03-28 | 1 | -0/+2 |
* | fftools/ffmpeg_filter: remove prototype for non existent function | James Almer | 2024-03-25 | 1 | -7/+0 |
* | fftools/ffmpeg: add loopback decoding | Anton Khirnov | 2024-03-13 | 1 | -0/+22 |
* | fftools/ffmpeg: remove unncessary casts for *_thread() return values | Anton Khirnov | 2024-03-13 | 1 | -2/+2 |
* | fftools/ffmpeg: simplify propagating fallback parameters from decoders to fil... | Anton Khirnov | 2024-03-13 | 1 | -3/+6 |
* | fftools/ffmpeg_opt: merge init_complex_filters() and check_filter_outputs() | Anton Khirnov | 2024-03-13 | 1 | -2/+1 |
* | fftools/ffmpeg_dec: factor opening the decoder out of dec_open() | Anton Khirnov | 2024-03-13 | 1 | -1/+1 |
* | fftools/ffmpeg: remove options deprecated before 6.0 | Anton Khirnov | 2024-03-01 | 1 | -31/+0 |
* | fftools/ffmpeg: move subtitle helpers to ffmpeg_dec, their only user | Anton Khirnov | 2024-02-21 | 1 | -3/+0 |
* | fftools/ffmpeg_filter: pass framerate through InputFilterOptions | Anton Khirnov | 2024-02-21 | 1 | -2/+8 |
* | fftools/ffmpeg_filter: pass autorotate/reinit flags through InputFilterOptions | Anton Khirnov | 2024-02-21 | 1 | -2/+8 |
* | fftools/ffmpeg_filter: pass sub2video canvas size through InputFilterOptions | Anton Khirnov | 2024-02-21 | 1 | -4/+3 |
* | fftools/ffmpeg_filter: accept a name from its upstream input | Anton Khirnov | 2024-02-21 | 1 | -0/+2 |
* | fftools/ffmpeg_filter: compute input trim start/end in demuxer | Anton Khirnov | 2024-02-21 | 1 | -4/+7 |
* | fftools/ffmpeg_mux_init: Fix attachment_filename use-after-free | Andreas Rheinhardt | 2024-02-18 | 1 | -1/+1 |
* | fftools/ffmpeg: cosmetics, vertically align Input{File,Stream} | Anton Khirnov | 2024-01-30 | 1 | -26/+28 |
* | fftools/ffmpeg: make InputStream.decoder_opts private to demuxer | Anton Khirnov | 2024-01-30 | 1 | -1/+0 |
* | fftools/ffmpeg: make InputStream.decoding_needed private to demuxer | Anton Khirnov | 2024-01-30 | 1 | -3/+0 |
* | fftools/ffmpeg_dec: eliminate all remaining InputStream uses | Anton Khirnov | 2024-01-30 | 1 | -2/+5 |
* | fftools/ffmpeg_dec: stop passing InputStream to dec_open() | Anton Khirnov | 2024-01-30 | 1 | -1/+2 |
* | fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+1 |
* | fftools/ffmpeg_dec: pass AVCodec through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+2 |
* | fftools/ffmpeg_dec: pass decoder name through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+2 |
* | fftools/ffmpeg_dec: pass top_field_first through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+3 |
* | fftools/ffmpeg_dec: pass input timebase through DecoderOpts | Anton Khirnov | 2024-01-30 | 1 | -0/+2 |