summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_mux_init.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: remove FF_API_AVSTREAM_CLASSJames Almer2023-02-091-11/+0
* fftools/ffmpeg: add an option for writing pre-muxing statsAnton Khirnov2023-02-091-5/+18
* ffmpeg: add video heartbeat capability to fix_sub_durationJan Ekström2023-02-031-0/+4
* fftools/ffmpeg: support input frame params in encoding statsAnton Khirnov2023-01-311-2/+19
* fftools/ffmpeg: add an AVClass to MuxStream/OutputStreamAnton Khirnov2023-01-291-61/+88
* fftools/ffmpeg: add an AVClass to Muxer/OutputFileAnton Khirnov2023-01-291-52/+81
* fftools/ffmpeg: add options for writing encoding statsAnton Khirnov2023-01-291-0/+224
* fftools/ffmpeg: always generate CFR output when -r is usedAnton Khirnov2023-01-101-5/+11
* fftools/ffmpeg: avoid storing full forced keyframe specAnton Khirnov2022-11-281-15/+20
* fftools/ffmpeg: parse forced keyframes in of_open()Anton Khirnov2022-11-281-0/+106
* fftools/ffmpeg: move force-keyframe-related vars to a separate structAnton Khirnov2022-11-281-4/+4
* fftools/ffmpeg_mux_init: postpone matching -disposition to streamsAnton Khirnov2022-11-231-12/+24
* fftools/ffmpeg: remove the input_streams globalAnton Khirnov2022-11-231-58/+63
* fftools/ffmpeg_mux_init: simplify inner loop in map_auto_{video,audio}Anton Khirnov2022-11-231-8/+13
* fftools/ffmpeg: replace OutputStream.source_index with a pointer to InputStreamAnton Khirnov2022-11-231-20/+17
* fftools/ffmpeg_mux_init: drop an always-false checkAnton Khirnov2022-11-171-6/+0
* fftools/ffmpeg_mux_init: use av_dict_iterate() where appropriateAnton Khirnov2022-11-171-3/+2
* fftools/ffmpeg_mux_init: do not call av{codec,format}_get_class() repeatedlyAnton Khirnov2022-11-171-2/+2
* fftools/ffmpeg_mux_init: move validating codec avoptions to a separate functionAnton Khirnov2022-11-171-42/+49
* fftools/ffmpeg: move OutputStream.max_frames to MuxStreamAnton Khirnov2022-11-171-10/+13
* fftools/ffmpeg_mux_init: move more code from of_open() to create_streams()Anton Khirnov2022-11-171-49/+50
* fftools/ffmpeg_[de]mux: constify all uses of OptionsContextAnton Khirnov2022-11-161-21/+21
* fftools/ffmpeg_mux_init: stop using OptionsContext as storage in copy_metadata()Anton Khirnov2022-11-161-8/+16
* fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata()Anton Khirnov2022-11-161-10/+0
* fftools/ffmpeg_mux_init: stop modifying OptionsContext.*_disableAnton Khirnov2022-10-251-7/+12
* fftools/ffmpeg_mux_init: move code creating streams into a new functionAnton Khirnov2022-10-251-33/+39
* fftools/ffmpeg_mux_init: stop modifying some OptionsContext fieldsAnton Khirnov2022-10-251-9/+12
* fftools/ffmpeg_mux_init: constify metadata specifier argumentsAnton Khirnov2022-10-251-2/+2
* fftools/ffmpeg_mux_init: avoid modifying OptionsContext.chapters_input_fileAnton Khirnov2022-10-251-7/+8
* fftools/ffmpeg: factor out copying metadata/chapters from of_open()Anton Khirnov2022-10-251-57/+66
* fftools/ffmpeg: rename read_file() to avoid conflict with libassAnton Khirnov2022-10-211-2/+2
* ffmpeg: Deprecate display rotation override with a metadata keyJan Ekström2022-10-191-0/+10
* fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to itAndreas Rheinhardt2022-10-181-0/+6
* fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStreamAnton Khirnov2022-10-181-4/+4
* fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStreamAnton Khirnov2022-10-181-1/+1
* fftools/ffmpeg_mux: embed OutputStream in a MuxStreamAnton Khirnov2022-10-181-14/+9
* fftools/ffmpeg: remove the output_streams globalAnton Khirnov2022-10-181-24/+30
* fftools/ffmpeg_mux_init: pass Muxer to new_output_stream()Anton Khirnov2022-10-181-47/+50
* fftools/ffmpeg_mux: move sq_mux from OutputFile to MuxerAnton Khirnov2022-10-181-4/+4
* fftools/ffmpeg_mux: inline of_muxer_init() into of_open()Anton Khirnov2022-10-181-9/+30
* fftools/ffmpeg_mux: allocate sq_pkt in setup_sync_queues()Anton Khirnov2022-10-181-3/+10
* fftools/ffmpeg_mux: embed OutputFile in a MuxerAnton Khirnov2022-10-181-2/+2
* fftools/ffmpeg_opt: move opening output files into a new fileAnton Khirnov2022-10-181-0/+1887