Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07fftools/ffprobe: Loop over correct number of streams when flushing decodersDerek Buitenhuis
2022-11-03ffmpeg: fix implementation of updated input start timeGyan Doshi
2022-11-03ffmpeg: shift start time correction to ffmpeg_optGyan Doshi
2022-10-25fftools/ffmpeg_demux: stop modifying OptionsContextAnton Khirnov
2022-10-25fftools/ffmpeg_mux_init: stop modifying OptionsContext.*_disableAnton Khirnov
2022-10-25fftools/ffmpeg_mux_init: move code creating streams into a new functionAnton Khirnov
2022-10-25fftools/ffmpeg_mux_init: stop modifying some OptionsContext fieldsAnton Khirnov
2022-10-25fftools/ffmpeg_mux_init: constify metadata specifier argumentsAnton Khirnov
2022-10-25fftools/ffmpeg_mux_init: avoid modifying OptionsContext.chapters_input_fileAnton Khirnov
2022-10-25fftools/ffmpeg: factor out copying metadata/chapters from of_open()Anton Khirnov
2022-10-25fftools/ffmpeg_demux: log when the demuxer thread terminatesAnton Khirnov
2022-10-25fftools/ffmpeg: move nb_streams_warn from InputFile to DemuxerAnton Khirnov
2022-10-25fftools/ffmpeg_demux: do not log to the demuxer contextAnton Khirnov
2022-10-25fftools/ffmpeg: move duration/time_base from InputFile to DemuxerAnton Khirnov
2022-10-25fftools/ffmpeg: move threading fields from InputFile to DemuxerAnton Khirnov
2022-10-25fftools/ffmpeg: drop free_input_threads()Anton Khirnov
2022-10-25fftools/ffmpeg: move closing the input file into a separate functionAnton Khirnov
2022-10-25fftools/ffmpeg: drop init_input_threads()Anton Khirnov
2022-10-25fftools/ffmpeg_demux: add demuxer private dataAnton Khirnov
2022-10-25fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.cAnton Khirnov
2022-10-24fftools/ffmpeg: set thread namesAnton Khirnov
2022-10-21fftools/ffmpeg: rename read_file() to avoid conflict with libassAnton Khirnov
2022-10-19ffmpeg: Deprecate display rotation override with a metadata keyJan Ekström
2022-10-19ffmpeg: Add display_{rotation, hflip, vflip} optionsJan Ekström
2022-10-18fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to itAndreas Rheinhardt
2022-10-18fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStreamAnton Khirnov
2022-10-18fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStreamAnton Khirnov
2022-10-18fftools/ffmpeg_mux: embed OutputStream in a MuxStreamAnton Khirnov
2022-10-18fftools/ffmpeg: free output streams in of_close()Anton Khirnov
2022-10-18fftools/ffmpeg: remove a cleanup block at the end of transcode()Anton Khirnov
2022-10-18fftools/ffmpeg: remove the output_streams globalAnton Khirnov
2022-10-18fftools/ffmpeg_mux_init: pass Muxer to new_output_stream()Anton Khirnov
2022-10-18fftools/ffmpeg: reindent after previous commitAnton Khirnov
2022-10-18fftools/ffmpeg: move freeing an output stream into a separate functionAnton Khirnov
2022-10-18fftools/ffmpeg: move init_output_bsfs() to ffmpeg_muxAnton Khirnov
2022-10-18fftools/ffmpeg_mux: move sq_mux from OutputFile to MuxerAnton Khirnov
2022-10-18fftools/ffmpeg_mux: inline mux_free() into of_close()Anton Khirnov
2022-10-18fftools/ffmpeg_mux: inline of_muxer_init() into of_open()Anton Khirnov
2022-10-18fftools/ffmpeg_mux: allocate sq_pkt in setup_sync_queues()Anton Khirnov
2022-10-18fftools/ffmpeg_mux: embed OutputFile in a MuxerAnton Khirnov
2022-10-18fftools/ffmpeg_mux: move Muxer and MuxStream to a new headerAnton Khirnov
2022-10-18fftools/ffmpeg_opt: move opening output files into a new fileAnton Khirnov
2022-10-18fftools/ffmpeg: move some stream initialization code to ffmpeg_muxAnton Khirnov
2022-10-18fftools/ffmpeg_mux: drop the of_ prefix from of_submit_packet()Anton Khirnov
2022-10-18fftools/ffmpeg_mux: rename submit_packet() to thread_submit_packet()Anton Khirnov
2022-10-18fftools/ffmpeg: move output_packet() to ffmpeg_muxAnton Khirnov
2022-10-18fftools/ffmpeg_mux: do not unref a NULL packetAnton Khirnov
2022-10-14fftools/ffmpeg_opt: Use av_err2strMarvin Scholz
2022-10-14fftools/ffprobe: Use av_err2strMarvin Scholz
2022-10-14fftools/cmdutils: Use av_err2strMarvin Scholz