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-07-23fftools/ffmpeg: use the sync queues to handle -framesAnton Khirnov
2022-07-23fftools/ffmpeg: rework -shortest implementationAnton Khirnov
2022-07-23fftools/ffmpeg: use last filter output pts to choose next output streamAnton Khirnov
2022-07-23fftools/ffmpeg: move output file opts into private contextAnton Khirnov
2022-07-23fftools/ffmpeg: move the mux queue into muxer private dataAnton Khirnov
2022-07-23fftools/ffmpeg: refactor the code checking for bitexact outputAnton Khirnov
2022-07-23fftools/ffmpeg: refactor limiting output file size with -fsAnton Khirnov
2022-07-23fftools/ffmpeg: fix the type of limit_filesizeAnton Khirnov
2022-07-23fftools/ffmpeg_mux: add private muxer contextAnton Khirnov
2022-07-14ffmpeg: add option -isyncGyan Doshi
2022-06-21fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and ge...Nil Admirari
2022-06-11ffmpeg: add option fps_modeGyan Doshi
2022-05-24fftools/ffmpeg: fix 2pass log file namesAnton Khirnov
2022-05-23fftools: Stop using av_fopen_utf8Martin Storsjö
2022-04-13fftools/ffmpeg: store output format separately from the muxer contextAnton Khirnov
2022-04-13fftools/ffmpeg: store the output file index in OutputFileAnton Khirnov
2022-04-13fftools/ffmpeg: pass the muxer context explicitly to some functionsAnton Khirnov
2022-03-22fftools/ffmpeg: drop mistakenly added empty lineAnton Khirnov
2022-03-22fftools: move opt_timelimit from cmdutils to ffmpegAnton Khirnov
2022-03-22fftools/cmdutils: split common option handlers into their own fileAnton Khirnov
2022-03-22ffmpeg: make the ac option set the demuxer's ch_layout AVOptionJames Almer
2022-03-22ffmpeg: add a ch_layout option as an alias to channel_layoutJames Almer
2022-03-22ffmpeg: replace custom channel_layout code with an SpecifierOpt based oneJames Almer
2022-03-15ffmpeg: convert to new channel layout-APIJames Almer
2022-03-04fftools/ffmpeg_opt: Apply copyinkf for all stream typesAndreas Rheinhardt
2022-03-03fftools/ffmpeg_opt: Simplify adding complex filtergraphAndreas Rheinhardt
2022-03-03fftools/ffmpeg_opt: Simplify adding new input/output streamsAndreas Rheinhardt
2022-02-28ffmpeg: flush delayed frames in codec copy scenariosJames Almer
2022-02-07ffmpeg: switch to new FIFO APIAnton Khirnov
2021-12-07ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov
2021-12-07ffmpeg: deprecate passing numbers to -vsyncAnton Khirnov
2021-12-07ffmpeg: change vsync value to an enumAnton Khirnov
2021-12-07fftools/ffmpeg_opt: Improve alloc/truncation checks when reading linesAndreas Rheinhardt
2021-12-07fftools/ffmpeg_opt: Improve checks for truncation/alloc errorAndreas Rheinhardt
2021-12-05fftools/ffmpeg: Avoid allocating+freeing frame, check allocationsAndreas Rheinhardt
2021-12-05fftools/cmdutils: Make allocate_array_elem() return ptr to new elementAndreas Rheinhardt
2021-12-05fftools/ffmpeg_(filter|opt): Use dedicated pointer for array elem accessAndreas Rheinhardt
2021-12-05fftools/cmdutils: Atomically add elements to list of pointers, fix crashAndreas Rheinhardt
2021-12-04ffmpeg: make -bits_per_raw_sample a per-output-stream optionAnton Khirnov
2021-11-30fftools/ffmpeg_opt: Don't set source_index redundantlyAndreas Rheinhardt
2021-11-30fftools/ffmpeg_opt: Don't duplicate array unnecessarilyAndreas Rheinhardt
2021-11-29ffmpeg: remove ffmpeg_videotoolboxrcombs
2021-11-26fftools/ffmpeg: Take type limitations of AVFifo API into accountAndreas Rheinhardt
2021-11-23ffmpeg: drop -isync, which did nothing since 2012Anton Khirnov
2021-11-23ffmpeg: drop -sameq/-samequant optionsAnton Khirnov
2021-11-23ffmpeg: drop the -tvstd optionAnton Khirnov
2021-11-23ffmpeg: drop the -vc optionAnton Khirnov
2021-11-23ffmpeg: drop the -deinterlace optionAnton Khirnov
2021-11-23ffmpeg: drop the -intra optionAnton Khirnov
2021-11-20fftools/ffmpeg: Avoid temporary frameAndreas Rheinhardt