summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_opt.c
Commit message (Expand)AuthorAge
* fftools/ffmpeg: add a live mux modeliveAnton Khirnov2022-08-10
* fftools/ffmpeg_demux: do not store demux packet in the contextAnton Khirnov2022-08-08
* fftools/ffmpeg: store the input file index in InputFileAnton Khirnov2022-08-08
* fftools/ffmpeg: deprecate specifying a sync stream with -mapAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.sync_istAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.encoding_neededAnton Khirnov2022-08-08
* fftools/ffmpeg: remove OutputStream.stream_copyAnton Khirnov2022-08-08
* fftools/ffmpeg_opt: drop redundant decoder selectionAnton Khirnov2022-08-08
* fftools/ffmpeg_opt: move adding metadata out of open_output_file()Anton Khirnov2022-08-08
* fftools/ffmpeg_opt: move adding programs out of open_output_file()Anton Khirnov2022-08-08
* fftools/ffmpeg_opt: move adding attachments out of open_output_file()Anton Khirnov2022-08-08
* ffmpeg_opt: consider HW acceleration method when selecting decoderHaihao Xiang2022-08-03
* ffmpeg_opt: select a decoder after getting values for per-stream hwdec optionsHaihao Xiang2022-08-03
* 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