| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/ffmpeg_mux_init: stop modifying OptionsContext.*_disable | Anton Khirnov | 2022-10-25 | 1 | -7/+12 |
* | fftools/ffmpeg_mux_init: move code creating streams into a new function | Anton Khirnov | 2022-10-25 | 1 | -33/+39 |
* | fftools/ffmpeg_mux_init: stop modifying some OptionsContext fields | Anton Khirnov | 2022-10-25 | 1 | -9/+12 |
* | fftools/ffmpeg_mux_init: constify metadata specifier arguments | Anton Khirnov | 2022-10-25 | 1 | -2/+2 |
* | fftools/ffmpeg_mux_init: avoid modifying OptionsContext.chapters_input_file | Anton Khirnov | 2022-10-25 | 1 | -7/+8 |
* | fftools/ffmpeg: factor out copying metadata/chapters from of_open() | Anton Khirnov | 2022-10-25 | 1 | -57/+66 |
* | fftools/ffmpeg: rename read_file() to avoid conflict with libass | Anton Khirnov | 2022-10-21 | 1 | -2/+2 |
* | ffmpeg: Deprecate display rotation override with a metadata key | Jan Ekström | 2022-10-19 | 1 | -0/+10 |
* | fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to it | Andreas Rheinhardt | 2022-10-18 | 1 | -0/+6 |
* | fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStream | Anton Khirnov | 2022-10-18 | 1 | -4/+4 |
* | fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStream | Anton Khirnov | 2022-10-18 | 1 | -1/+1 |
* | fftools/ffmpeg_mux: embed OutputStream in a MuxStream | Anton Khirnov | 2022-10-18 | 1 | -14/+9 |
* | fftools/ffmpeg: remove the output_streams global | Anton Khirnov | 2022-10-18 | 1 | -24/+30 |
* | fftools/ffmpeg_mux_init: pass Muxer to new_output_stream() | Anton Khirnov | 2022-10-18 | 1 | -47/+50 |
* | fftools/ffmpeg_mux: move sq_mux from OutputFile to Muxer | Anton Khirnov | 2022-10-18 | 1 | -4/+4 |
* | fftools/ffmpeg_mux: inline of_muxer_init() into of_open() | Anton Khirnov | 2022-10-18 | 1 | -9/+30 |
* | fftools/ffmpeg_mux: allocate sq_pkt in setup_sync_queues() | Anton Khirnov | 2022-10-18 | 1 | -3/+10 |
* | fftools/ffmpeg_mux: embed OutputFile in a Muxer | Anton Khirnov | 2022-10-18 | 1 | -2/+2 |
* | fftools/ffmpeg_opt: move opening output files into a new file | Anton Khirnov | 2022-10-18 | 1 | -0/+1887 |