238 Commits (8aed3911fc454e79697e183660bf30d31334a64b)

Author SHA1 Message Date
Marvin Scholz f1907faab4 fftools: use av_dict_iterate 2 years ago
Anton Khirnov fd8bf8d3b5 fftools/ffmpeg: remove the input_streams global 2 years ago
Anton Khirnov b58264217b fftools/ffmpeg_mux_init: drop an always-false check 2 years ago
Anton Khirnov 52380a055b fftools/ffmpeg_mux_init: move validating codec avoptions to a separate function 2 years ago
Anton Khirnov c15eb2773a fftools/ffmpeg_[de]mux: constify all uses of OptionsContext 2 years ago
Gyan Doshi 5ccd4d3060 ffmpeg: fix implementation of updated input start time 2 years ago
Gyan Doshi 93faba449c ffmpeg: shift start time correction to ffmpeg_opt 2 years ago
Anton Khirnov 78efefa9a5 fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.c 2 years ago
Anton Khirnov 4cfffdd551 fftools/ffmpeg: rename read_file() to avoid conflict with libass 2 years ago
Jan Ekström c889248647 ffmpeg: Add display_{rotation, hflip, vflip} options 2 years ago
Andreas Rheinhardt ff2c37d449 fftools/ffmpeg_opt: Move stuff only used by ffmpeg_mux_init to it 2 years ago
Anton Khirnov 18d6c07267 fftools/ffmpeg_opt: move opening output files into a new file 2 years ago
Marvin Scholz fed841f6f9 fftools/ffmpeg_opt: Use av_err2str 2 years ago
Marvin Scholz 3ce1616106 ffmpeg: Make find_stream_info behave like a normal per-file option 2 years ago
Anton Khirnov 3d86a13b47 fftools/ffmpeg: drop the -async option 2 years ago
Andreas Rheinhardt 90aa2a88f9 fftools/ffmpeg_opt: Check creation of new program 2 years ago
Andreas Rheinhardt 601faaed92 fftools: Use report_error_then_exit_program() for allocation failures 2 years ago
Anton Khirnov 0dd7347963 fftools/ffmpeg: drop OutputStream.fps_mode 2 years ago
Anton Khirnov d0f767f81f fftools/ffmpeg: drop OutputStream.enc 2 years ago
James Almer f5a663f2a9 fftools/ffmpeg_opt: try to propagate the requested output channel layout 2 years ago
Anton Khirnov f23e3ce858 fftools/ffmpeg: call av_guess_frame_rate() when opening the file 2 years ago
Anton Khirnov ab31473830 fftools/ffmpeg: store a separate copy of input codec parameters 2 years ago
Anton Khirnov 61d9f34c70 fftools/ffmpeg_demux: do not store demux packet in the context 2 years ago
Anton Khirnov cc2b7f4625 fftools/ffmpeg: store the input file index in InputFile 2 years ago
Anton Khirnov fee249b30a fftools/ffmpeg: deprecate specifying a sync stream with -map 2 years ago
Anton Khirnov 49123dd058 fftools/ffmpeg: remove OutputStream.sync_ist 2 years ago
Anton Khirnov 8e092c3eac fftools/ffmpeg: remove OutputStream.encoding_needed 2 years ago
Anton Khirnov 80e7feb48b fftools/ffmpeg: remove OutputStream.stream_copy 2 years ago
Anton Khirnov 4f2b946c19 fftools/ffmpeg_opt: drop redundant decoder selection 2 years ago
Anton Khirnov 20ba49c1a4 fftools/ffmpeg_opt: move adding metadata out of open_output_file() 2 years ago
Anton Khirnov 7cafea59bc fftools/ffmpeg_opt: move adding programs out of open_output_file() 2 years ago
Anton Khirnov aad68ab0e0 fftools/ffmpeg_opt: move adding attachments out of open_output_file() 2 years ago
Haihao Xiang ad67ea9eee ffmpeg_opt: consider HW acceleration method when selecting decoder 2 years ago
Haihao Xiang df5defe15a ffmpeg_opt: select a decoder after getting values for per-stream hwdec options 2 years ago
Andreas Rheinhardt d9cd192ddd fftools/ffmpeg_opt: Fix copyinkf 2 years ago
Anton Khirnov 6b12208646 fftools/ffmpeg_opt: reindent 2 years ago
Anton Khirnov ac3e461348 fftools/ffmpeg_opt: factor manually mapping streams out of open_output_file() 2 years ago
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