702 Commits (cccd2c2179ec9f51bc0db3ab64a525a50c8024a5)

Author SHA1 Message Date
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 a1da77bd71 fftools/ffmpeg: stop accessing the decoder context unnecessarily 2 years ago
Anton Khirnov 04b340e6b8 fftools/ffmpeg_hw: stop logging to the decoder context 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 ecfdab20e4 fftools/ffmpeg: do not log to the decoder context 2 years ago
Anton Khirnov d6cbc04229 fftools/ffmpeg_mux: move some functions closer to their only callers 2 years ago
Anton Khirnov df5ea28b3c fftools/ffmpeg_filter: drop a block commented out since 2012 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 6353b28042 fftools/ffmpeg: drop unused hwaccel variables 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 1eae0ee02e fftools/ffmpeg: do not use the encoder context for streamcopy 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 a04d83181a fftools/ffmpeg_filter: do not pass the entire AVCodecContext to choose_pixel_fmt() 2 years ago
Anton Khirnov 7650d34367 fftools/ffmpeg_filter: remove unused function argument 2 years ago
Anton Khirnov 1cd60d3b35 fftools/ffmpeg: remove an unnecessary avcodec_close() call 2 years ago
Anton Khirnov c2f2dd0296 fftools/ffmpeg: stop accessing the encoder context unnecessarily 2 years ago
Anton Khirnov 34cbda3ee1 fftools/ffmpeg: replace AVFrame.pkt_duration with duration 2 years ago
Andreas Rheinhardt b0ae5d02f3 fftools/ffmpeg: Zero subtitle packet padding 2 years ago
Andreas Rheinhardt 8136ab8e76 fftools/objpool: Don't use return with expression when returning void 2 years ago
Anton Khirnov 2d924b3a63 fftools/ffmpeg: move each muxer to a separate thread 2 years ago
Anton Khirnov 37c764df67 fftools: add a multistream thread-safe queue 2 years ago
Anton Khirnov 760ce4bc0b fftools/ffmpeg: depend on threads 2 years ago
Anton Khirnov 8e854cdd2e fftools/ffmpeg: stop using av_stream_get_end_pts() 2 years ago
Anton Khirnov 33f5cacb1d fftools/ffmpeg_mux: do not call exit_program() in print_sdp() 2 years ago
Anton Khirnov 9fc64574e1 fftools/ffmpeg_mux: return errors from write_packet() 2 years ago
Anton Khirnov 279214dd51 fftools/ffmpeg_mux: return errors from submit_packet() 2 years ago
Anton Khirnov 52bc8a842e fftools/ffmpeg_mux: return errors from of_submit_packet() 2 years ago
Anton Khirnov ff593c6c88 fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.c 2 years ago
Anton Khirnov 4403851ca9 fftools/ffmpeg: only set OutputStream.frame_number for video encoding 2 years ago
Anton Khirnov 4cd19eaffa fftools/ffmpeg: stop using OutputStream.frame_number in print_report() 2 years ago