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-03ffmpeg: fix implementation of updated input start timeGyan Doshi
2022-10-25fftools/ffmpeg: move nb_streams_warn from InputFile to DemuxerAnton 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-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: remove the output_streams globalAnton Khirnov
2022-10-18fftools/ffmpeg_mux: move sq_mux from OutputFile to MuxerAnton Khirnov
2022-10-18fftools/ffmpeg_mux: inline of_muxer_init() into of_open()Anton Khirnov
2022-10-18fftools/ffmpeg_mux: embed OutputFile in a MuxerAnton 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: move output_packet() to ffmpeg_muxAnton Khirnov
2022-10-13ffmpeg: Make find_stream_info behave like a normal per-file optionMarvin Scholz
2022-10-04fftools/ffmpeg: rename OutputStream.sync_opts to next_ptsAnton Khirnov
2022-10-04fftools/ffmpeg: drop never-set OutputStream.first_ptsAnton Khirnov
2022-10-04fftools/ffmpeg: drop the -async optionAnton Khirnov
2022-10-02fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variableMarvin Scholz
2022-10-02fftools/ffmpeg: Remove unused do_deinterlace variableMarvin Scholz
2022-10-02fftools: Remove unused videotoolbox_init declarationMarvin Scholz
2022-10-02fftools: Remove unused qsv declarationsMarvin Scholz
2022-08-29fftools/ffmpeg: use a separate counter for encoded packet data sizeAnton Khirnov
2022-08-29fftools/ffmpeg: drop OutputStream.fps_modeAnton Khirnov
2022-08-29fftools/ffmpeg: drop OutputStream.encAnton Khirnov
2022-08-29fftools/ffmpeg: remove a stale extern declarationAnton Khirnov
2022-08-29fftools/ffmpeg: stop accessing av_stream_get_parser() from the main threadAnton Khirnov
2022-08-22fftools/ffmpeg: call av_guess_frame_rate() when opening the fileAnton Khirnov
2022-08-16fftools/ffmpeg: store a separate copy of input codec parametersAnton Khirnov
2022-08-13fftools/ffmpeg: use a separate variable for discontinuity offsetAnton Khirnov
2022-08-13fftools/ffmpeg: pre-compute the streamcopy start pts before transcoding startsAnton Khirnov
2022-08-08fftools/ffmpeg_demux: do not store demux packet in the contextAnton Khirnov
2022-08-08fftools/ffmpeg: move -stream_loop handling to the demuxer threadAnton Khirnov
2022-08-08fftools/ffmpeg: move seek_to_start() to ffmpeg_demux.cAnton Khirnov
2022-08-08fftools/ffmpeg: move get_input_packet() to ffmpeg_demux.cAnton Khirnov
2022-08-08fftools/ffmpeg: move the input thread into its own fileAnton Khirnov
2022-08-08fftools/ffmpeg: drop a write-only variableAnton Khirnov
2022-08-08fftools/ffmpeg: store the input file index in InputFileAnton Khirnov
2022-08-08fftools/ffmpeg: deprecate specifying a sync stream with -mapAnton Khirnov
2022-08-08fftools/ffmpeg: remove OutputStream.sync_istAnton Khirnov
2022-08-08fftools/ffmpeg: remove OutputStream.encoding_neededAnton Khirnov
2022-08-08fftools/ffmpeg: remove OutputStream.stream_copyAnton Khirnov