151 Commits (753195944a199631306e8aea3d35c469189f2ef7)

Author SHA1 Message Date
Anton Khirnov 753195944a fftools/ffmpeg_opt: reindent 2 years ago
Anton Khirnov 85692aeecb fftools/ffmpeg_opt: factor auto-mapping data streams out of open_output_file() 2 years ago
Anton Khirnov 6bd98d9ed8 fftools/ffmpeg_opt: reduce indentation in map_auto_subtitle() 2 years ago
Anton Khirnov 6ab412ef9c fftools/ffmpeg_opt: factor auto-mapping subtitles out of open_output_file() 2 years ago
Anton Khirnov ff40d9e8ed fftools/ffmpeg_opt: reduce indentation in map_auto_audio() 2 years ago
Anton Khirnov b898dc8934 fftools/ffmpeg_opt: factor auto-mapping audio out of open_output_file() 2 years ago
Anton Khirnov 74176f3cd6 fftools/ffmpeg_opt: reduce indentation in map_auto_video() 2 years ago
Anton Khirnov 1a464efae3 fftools/ffmpeg_opt: factor auto-mapping video out of open_output_file() 2 years ago
Anton Khirnov 98ece428e3 fftools/ffmpeg: deprecate the -map_channel option 2 years ago
Anton Khirnov 4f91782fcd fftools/ffmpeg: move guess_input_channel_layout() to ffmpeg_opt.c 2 years ago
Anton Khirnov cb045f7f5a fftools/ffmpeg_opt: drop a redundant assignment 2 years ago
Anton Khirnov 8384d8403f fftools/ffmpeg: stop allocating an encoder context when not encoding 2 years ago
Anton Khirnov 1a378b8274 fftools/ffmpeg: deprecate -psnr 2 years ago
Anton Khirnov 61e42e04ed fftools/ffmpeg: drop OutputStream.ref_par 2 years ago
Anton Khirnov 8cbf229c94 fftools/ffmpeg: drop the -vol option 2 years ago
Anton Khirnov 2d924b3a63 fftools/ffmpeg: move each muxer to a separate thread 2 years ago
Anton Khirnov 760ce4bc0b fftools/ffmpeg: depend on threads 2 years ago
Anton Khirnov ff593c6c88 fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.c 2 years ago
Anton Khirnov 587081a179 fftools/ffmpeg: use the sync queues to handle -frames 2 years ago
Anton Khirnov 4740fea7dd fftools/ffmpeg: rework -shortest implementation 2 years ago
Anton Khirnov b2b9e9ccee fftools/ffmpeg: use last filter output pts to choose next output stream 2 years ago
Anton Khirnov 52fee96ae9 fftools/ffmpeg: move output file opts into private context 2 years ago
Anton Khirnov 9c2b800203 fftools/ffmpeg: move the mux queue into muxer private data 2 years ago
Anton Khirnov 4877842bb5 fftools/ffmpeg: refactor the code checking for bitexact output 2 years ago
Anton Khirnov d8e944c238 fftools/ffmpeg: refactor limiting output file size with -fs 2 years ago
Anton Khirnov 81af4dec27 fftools/ffmpeg: fix the type of limit_filesize 2 years ago
Anton Khirnov 6a23be92d2 fftools/ffmpeg_mux: add private muxer context 2 years ago
Gyan Doshi 882aac99d2 ffmpeg: add option -isync 2 years ago
Nil Admirari 13350e81fd fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and getenv() 2 years ago
Gyan Doshi 09c53a04c5 ffmpeg: add option fps_mode 2 years ago
Anton Khirnov e53940186a fftools/ffmpeg: fix 2pass log file names 3 years ago
Martin Storsjö 3fb9244642 fftools: Stop using av_fopen_utf8 3 years ago
Anton Khirnov 4a7c8bb3d8 fftools/ffmpeg: store output format separately from the muxer context 3 years ago
Anton Khirnov b1a984cb49 fftools/ffmpeg: store the output file index in OutputFile 3 years ago
Anton Khirnov 16aea9a38b fftools/ffmpeg: pass the muxer context explicitly to some functions 3 years ago
Anton Khirnov 8d293918b5 fftools/ffmpeg: drop mistakenly added empty line 3 years ago
Anton Khirnov 00da464658 fftools: move opt_timelimit from cmdutils to ffmpeg 3 years ago
Anton Khirnov a545cb2b9d fftools/cmdutils: split common option handlers into their own file 3 years ago
James Almer e78173557d ffmpeg: make the ac option set the demuxer's ch_layout AVOption 3 years ago
James Almer 639c2f0049 ffmpeg: add a ch_layout option as an alias to channel_layout 3 years ago
James Almer bc99e3a9d6 ffmpeg: replace custom channel_layout code with an SpecifierOpt based one 3 years ago
James Almer 987763ac35 ffmpeg: convert to new channel layout-API 3 years ago
Andreas Rheinhardt f497731260 fftools/ffmpeg_opt: Apply copyinkf for all stream types 3 years ago
Andreas Rheinhardt 88b02e5829 fftools/ffmpeg_opt: Simplify adding complex filtergraph 3 years ago
Andreas Rheinhardt 09e532c575 fftools/ffmpeg_opt: Simplify adding new input/output streams 3 years ago
James Almer afe485ee6b ffmpeg: flush delayed frames in codec copy scenarios 3 years ago
Anton Khirnov e6469e68cc ffmpeg: switch to new FIFO API 3 years ago
Anton Khirnov 9145c6d3b2 ffmpeg: move setting video sync method to new_video_stream() 3 years ago
Anton Khirnov 6ce9546428 ffmpeg: deprecate passing numbers to -vsync 3 years ago
Anton Khirnov 011114f3e1 ffmpeg: change vsync value to an enum 3 years ago