summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_opt.c
Commit message (Expand)AuthorAge
* fftools/ffmpeg_opt: Fix copyinkfAndreas Rheinhardt2022-08-02
* fftools/ffmpeg_opt: reindentAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor manually mapping streams out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reindentAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping data streams out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_subtitle()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping subtitles out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_audio()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping audio out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: reduce indentation in map_auto_video()Anton Khirnov2022-07-28
* fftools/ffmpeg_opt: factor auto-mapping video out of open_output_file()Anton Khirnov2022-07-28
* fftools/ffmpeg: deprecate the -map_channel optionAnton Khirnov2022-07-28
* fftools/ffmpeg: move guess_input_channel_layout() to ffmpeg_opt.cAnton Khirnov2022-07-28
* fftools/ffmpeg_opt: drop a redundant assignmentAnton Khirnov2022-07-28
* fftools/ffmpeg: stop allocating an encoder context when not encodingAnton Khirnov2022-07-28
* fftools/ffmpeg: deprecate -psnrAnton Khirnov2022-07-28
* fftools/ffmpeg: drop OutputStream.ref_parAnton Khirnov2022-07-28
* fftools/ffmpeg: drop the -vol optionAnton Khirnov2022-07-28
* fftools/ffmpeg: move each muxer to a separate threadAnton Khirnov2022-07-23
* fftools/ffmpeg: depend on threadsAnton Khirnov2022-07-23
* fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.cAnton Khirnov2022-07-23
* fftools/ffmpeg: use the sync queues to handle -framesAnton Khirnov2022-07-23
* fftools/ffmpeg: rework -shortest implementationAnton Khirnov2022-07-23
* fftools/ffmpeg: use last filter output pts to choose next output streamAnton Khirnov2022-07-23
* fftools/ffmpeg: move output file opts into private contextAnton Khirnov2022-07-23
* fftools/ffmpeg: move the mux queue into muxer private dataAnton Khirnov2022-07-23
* fftools/ffmpeg: refactor the code checking for bitexact outputAnton Khirnov2022-07-23
* fftools/ffmpeg: refactor limiting output file size with -fsAnton Khirnov2022-07-23
* fftools/ffmpeg: fix the type of limit_filesizeAnton Khirnov2022-07-23
* fftools/ffmpeg_mux: add private muxer contextAnton Khirnov2022-07-23
* ffmpeg: add option -isyncGyan Doshi2022-07-14
* fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and ge...Nil Admirari2022-06-21
* ffmpeg: add option fps_modeGyan Doshi2022-06-11
* fftools/ffmpeg: fix 2pass log file namesAnton Khirnov2022-05-24
* fftools: Stop using av_fopen_utf8Martin Storsjö2022-05-23
* fftools/ffmpeg: store output format separately from the muxer contextAnton Khirnov2022-04-13
* fftools/ffmpeg: store the output file index in OutputFileAnton Khirnov2022-04-13
* fftools/ffmpeg: pass the muxer context explicitly to some functionsAnton Khirnov2022-04-13
* fftools/ffmpeg: drop mistakenly added empty lineAnton Khirnov2022-03-22
* fftools: move opt_timelimit from cmdutils to ffmpegAnton Khirnov2022-03-22
* fftools/cmdutils: split common option handlers into their own fileAnton Khirnov2022-03-22
* ffmpeg: make the ac option set the demuxer's ch_layout AVOptionJames Almer2022-03-22
* ffmpeg: add a ch_layout option as an alias to channel_layoutJames Almer2022-03-22
* ffmpeg: replace custom channel_layout code with an SpecifierOpt based oneJames Almer2022-03-22
* ffmpeg: convert to new channel layout-APIJames Almer2022-03-15
* fftools/ffmpeg_opt: Apply copyinkf for all stream typesAndreas Rheinhardt2022-03-04
* fftools/ffmpeg_opt: Simplify adding complex filtergraphAndreas Rheinhardt2022-03-03
* fftools/ffmpeg_opt: Simplify adding new input/output streamsAndreas Rheinhardt2022-03-03
* ffmpeg: flush delayed frames in codec copy scenariosJames Almer2022-02-28
* ffmpeg: switch to new FIFO APIAnton Khirnov2022-02-07