summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* ffmpeg: fix implementation of updated input start timeGyan Doshi2022-11-03
* ffmpeg: shift start time correction to ffmpeg_optGyan Doshi2022-11-03
* fftools/ffmpeg_demux: stop modifying OptionsContextAnton Khirnov2022-10-25
* fftools/ffmpeg_mux_init: stop modifying OptionsContext.*_disableAnton Khirnov2022-10-25
* fftools/ffmpeg_mux_init: move code creating streams into a new functionAnton Khirnov2022-10-25
* fftools/ffmpeg_mux_init: stop modifying some OptionsContext fieldsAnton Khirnov2022-10-25
* fftools/ffmpeg_mux_init: constify metadata specifier argumentsAnton Khirnov2022-10-25
* fftools/ffmpeg_mux_init: avoid modifying OptionsContext.chapters_input_fileAnton Khirnov2022-10-25
* fftools/ffmpeg: factor out copying metadata/chapters from of_open()Anton Khirnov2022-10-25
* fftools/ffmpeg_demux: log when the demuxer thread terminatesAnton Khirnov2022-10-25
* fftools/ffmpeg: move nb_streams_warn from InputFile to DemuxerAnton Khirnov2022-10-25
* fftools/ffmpeg_demux: do not log to the demuxer contextAnton Khirnov2022-10-25
* fftools/ffmpeg: move duration/time_base from InputFile to DemuxerAnton Khirnov2022-10-25
* fftools/ffmpeg: move threading fields from InputFile to DemuxerAnton Khirnov2022-10-25
* fftools/ffmpeg: drop free_input_threads()Anton Khirnov2022-10-25
* fftools/ffmpeg: move closing the input file into a separate functionAnton Khirnov2022-10-25
* fftools/ffmpeg: drop init_input_threads()Anton Khirnov2022-10-25
* fftools/ffmpeg_demux: add demuxer private dataAnton Khirnov2022-10-25
* fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.cAnton Khirnov2022-10-25
* fftools/ffmpeg: set thread namesAnton Khirnov2022-10-24
* fftools/ffmpeg: rename read_file() to avoid conflict with libassAnton Khirnov2022-10-21
* ffmpeg: Deprecate display rotation override with a metadata keyJan Ekström2022-10-19
* ffmpeg: Add display_{rotation, hflip, vflip} optionsJan Ekström2022-10-19
* fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to itAndreas Rheinhardt2022-10-18
* 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: free output streams in of_close()Anton Khirnov2022-10-18
* fftools/ffmpeg: remove a cleanup block at the end of transcode()Anton Khirnov2022-10-18
* fftools/ffmpeg: remove the output_streams globalAnton Khirnov2022-10-18
* fftools/ffmpeg_mux_init: pass Muxer to new_output_stream()Anton Khirnov2022-10-18
* fftools/ffmpeg: reindent after previous commitAnton Khirnov2022-10-18
* fftools/ffmpeg: move freeing an output stream into a separate functionAnton Khirnov2022-10-18
* fftools/ffmpeg: move init_output_bsfs() to ffmpeg_muxAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: move sq_mux from OutputFile to MuxerAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: inline mux_free() into of_close()Anton Khirnov2022-10-18
* fftools/ffmpeg_mux: inline of_muxer_init() into of_open()Anton Khirnov2022-10-18
* fftools/ffmpeg_mux: allocate sq_pkt in setup_sync_queues()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
* fftools/ffmpeg_opt: move opening output files into a new fileAnton Khirnov2022-10-18
* fftools/ffmpeg: move some stream initialization code to ffmpeg_muxAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: drop the of_ prefix from of_submit_packet()Anton Khirnov2022-10-18
* fftools/ffmpeg_mux: rename submit_packet() to thread_submit_packet()Anton Khirnov2022-10-18
* fftools/ffmpeg: move output_packet() to ffmpeg_muxAnton Khirnov2022-10-18
* fftools/ffmpeg_mux: do not unref a NULL packetAnton Khirnov2022-10-18
* fftools/ffmpeg_opt: Use av_err2strMarvin Scholz2022-10-14
* fftools/ffprobe: Use av_err2strMarvin Scholz2022-10-14
* fftools/cmdutils: Use av_err2strMarvin Scholz2022-10-14
* ffmpeg: Make find_stream_info behave like a normal per-file optionMarvin Scholz2022-10-13