summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_mux.h
Commit message (Expand)AuthorAge
* fftools/ffmpeg: rewrite checking whether codec AVOptions have been usedAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: move most of -apad logic to the muxerAnton Khirnov2024-04-09
* fftools/ffmpeg_filter: pass vsync method through OutputFilterOptionsAnton Khirnov2024-04-09
* fftools/ffmpeg: cosmetics, vertically align structsAnton Khirnov2024-02-21
* fftools/ffmpeg: optimize inter-thread queue sizesAnton Khirnov2024-01-28
* fftools/ffmpeg_mux: move OutputStream.sq_idx_mux to private dataAnton Khirnov2023-12-14
* fftools/ffmpeg: convert to a threaded architectureAnton Khirnov2023-12-12
* fftools/ffmpeg: add thread-aware transcode scheduling infrastructureAnton Khirnov2023-12-12
* fftools/ffmpeg_mux: stop rescaling timestamps in of_streamcopy()Anton Khirnov2023-08-30
* fftools/ffmpeg_mux: make OutputStream.pkt privateAnton Khirnov2023-06-05
* fftools/ffmpeg_mux: use a dedicated packet for BSF outputAnton Khirnov2023-06-05
* fftools/ffmpeg_mux: set stream duration after the timebase is certainly knownAnton Khirnov2023-06-05
* fftools/ffmpeg_mux: make copy_initial_nonkeyframes private to muxing codeAnton Khirnov2023-04-17
* fftools/ffmpeg_mux: make copy_prior_start private to muxing codeAnton Khirnov2023-04-17
* fftools/ffmpeg_mux: make streamcopy_started private to muxing codeAnton Khirnov2023-04-17
* fftools/ffmpeg_mux: make ts_copy_start private to muxing codeAnton Khirnov2023-04-17
* fftools/ffmpeg_mux: stop using filter_in_rescale_delta_last for streamcopyAnton Khirnov2023-04-17
* fftools/ffmpeg_mux: make data_size_mux private to ffmpeg_muxAnton Khirnov2023-04-13
* fftools/ffmpeg: add an option for writing pre-muxing statsAnton Khirnov2023-02-09
* fftools/ffmpeg: add an AVClass to MuxStream/OutputStreamAnton Khirnov2023-01-29
* fftools/ffmpeg: add an AVClass to Muxer/OutputFileAnton Khirnov2023-01-29
* fftools/ffmpeg: move OutputStream.max_frames to MuxStreamAnton Khirnov2022-11-17
* fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStreamAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStreamAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: embed OutputStream in a MuxStreamAnton Khirnov2022-10-18
* fftools/ffmpeg: remove the output_streams globalAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: move sq_mux from OutputFile to MuxerAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: inline of_muxer_init() into of_open()Anton Khirnov2022-10-18
* fftools/ffmpeg_mux: embed OutputFile in a MuxerAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: move Muxer and MuxStream to a new headerAnton Khirnov2022-10-18