summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: fix implementation of updated input start timeGyan Doshi2022-11-034-14/+30
* ffmpeg: shift start time correction to ffmpeg_optGyan Doshi2022-11-032-22/+27
* fftools/ffmpeg_demux: stop modifying OptionsContextAnton Khirnov2022-10-251-17/+22
* 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_demux: log when the demuxer thread terminatesAnton Khirnov2022-10-251-0/+8
* fftools/ffmpeg: move nb_streams_warn from InputFile to DemuxerAnton Khirnov2022-10-252-7/+9
* fftools/ffmpeg_demux: do not log to the demuxer contextAnton Khirnov2022-10-251-1/+1
* fftools/ffmpeg: move duration/time_base from InputFile to DemuxerAnton Khirnov2022-10-252-15/+18
* fftools/ffmpeg: move threading fields from InputFile to DemuxerAnton Khirnov2022-10-252-27/+27
* fftools/ffmpeg: drop free_input_threads()Anton Khirnov2022-10-253-16/+6
* fftools/ffmpeg: move closing the input file into a separate functionAnton Khirnov2022-10-253-4/+16
* fftools/ffmpeg: drop init_input_threads()Anton Khirnov2022-10-253-19/+9
* fftools/ffmpeg_demux: add demuxer private dataAnton Khirnov2022-10-252-11/+27
* fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.cAnton Khirnov2022-10-253-643/+656
* fftools/ffmpeg: set thread namesAnton Khirnov2022-10-242-0/+18
* fftools/ffmpeg: rename read_file() to avoid conflict with libassAnton Khirnov2022-10-213-5/+5
* ffmpeg: Deprecate display rotation override with a metadata keyJan Ekström2022-10-193-0/+17
* ffmpeg: Add display_{rotation, hflip, vflip} optionsJan Ekström2022-10-192-0/+56
* fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to itAndreas Rheinhardt2022-10-183-12/+6
* fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStreamAnton Khirnov2022-10-184-11/+11
* fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStreamAnton Khirnov2022-10-184-10/+13
* fftools/ffmpeg_mux: embed OutputStream in a MuxStreamAnton Khirnov2022-10-183-33/+28
* fftools/ffmpeg: free output streams in of_close()Anton Khirnov2022-10-182-54/+52
* fftools/ffmpeg: remove a cleanup block at the end of transcode()Anton Khirnov2022-10-181-18/+11
* fftools/ffmpeg: remove the output_streams globalAnton Khirnov2022-10-186-98/+97
* fftools/ffmpeg_mux_init: pass Muxer to new_output_stream()Anton Khirnov2022-10-181-47/+50
* fftools/ffmpeg: reindent after previous commitAnton Khirnov2022-10-181-17/+17
* fftools/ffmpeg: move freeing an output stream into a separate functionAnton Khirnov2022-10-181-32/+37
* fftools/ffmpeg: move init_output_bsfs() to ffmpeg_muxAnton Khirnov2022-10-182-36/+38
* fftools/ffmpeg_mux: move sq_mux from OutputFile to MuxerAnton Khirnov2022-10-184-9/+9
* fftools/ffmpeg_mux: inline mux_free() into of_close()Anton Khirnov2022-10-181-18/+13
* fftools/ffmpeg_mux: inline of_muxer_init() into of_open()Anton Khirnov2022-10-184-64/+40
* fftools/ffmpeg_mux: allocate sq_pkt in setup_sync_queues()Anton Khirnov2022-10-182-11/+10
* fftools/ffmpeg_mux: embed OutputFile in a MuxerAnton Khirnov2022-10-184-72/+69
* fftools/ffmpeg_mux: move Muxer and MuxStream to a new headerAnton Khirnov2022-10-182-35/+73
* fftools/ffmpeg_opt: move opening output files into a new fileAnton Khirnov2022-10-184-1906/+1977
* fftools/ffmpeg: move some stream initialization code to ffmpeg_muxAnton Khirnov2022-10-183-12/+21
* fftools/ffmpeg_mux: drop the of_ prefix from of_submit_packet()Anton Khirnov2022-10-181-3/+3
* fftools/ffmpeg_mux: rename submit_packet() to thread_submit_packet()Anton Khirnov2022-10-181-3/+3
* fftools/ffmpeg: move output_packet() to ffmpeg_muxAnton Khirnov2022-10-183-73/+72
* fftools/ffmpeg_mux: do not unref a NULL packetAnton Khirnov2022-10-181-1/+2
* fftools/ffmpeg_opt: Use av_err2strMarvin Scholz2022-10-141-3/+1
* fftools/ffprobe: Use av_err2strMarvin Scholz2022-10-141-7/+1
* fftools/cmdutils: Use av_err2strMarvin Scholz2022-10-141-6/+1
* ffmpeg: Make find_stream_info behave like a normal per-file optionMarvin Scholz2022-10-132-3/+4