660 Commits (a89b9d155b0657906e07bf9fac89f7eb203c30de)

Author SHA1 Message Date
Anton Khirnov 7aa5ea237f fftools/ffmpeg_demux: stop modifying OptionsContext 2 years ago
Anton Khirnov 0d821edb40 fftools/ffmpeg_mux_init: stop modifying OptionsContext.*_disable 2 years ago
Anton Khirnov 69da53ade9 fftools/ffmpeg_mux_init: move code creating streams into a new function 2 years ago
Anton Khirnov 006df0b6fe fftools/ffmpeg_mux_init: stop modifying some OptionsContext fields 2 years ago
Anton Khirnov ccab823559 fftools/ffmpeg_mux_init: constify metadata specifier arguments 2 years ago
Anton Khirnov aa0ce91f57 fftools/ffmpeg_mux_init: avoid modifying OptionsContext.chapters_input_file 2 years ago
Anton Khirnov 5ccc151bf2 fftools/ffmpeg: factor out copying metadata/chapters from of_open() 2 years ago
Anton Khirnov 21ef1f2cec fftools/ffmpeg_demux: log when the demuxer thread terminates 2 years ago
Anton Khirnov 5c1a096d02 fftools/ffmpeg: move nb_streams_warn from InputFile to Demuxer 2 years ago
Anton Khirnov d8f7ce38da fftools/ffmpeg_demux: do not log to the demuxer context 2 years ago
Anton Khirnov 541104f3a3 fftools/ffmpeg: move duration/time_base from InputFile to Demuxer 2 years ago
Anton Khirnov 5bc1f177d3 fftools/ffmpeg: move threading fields from InputFile to Demuxer 2 years ago
Anton Khirnov c20977c4e0 fftools/ffmpeg: drop free_input_threads() 2 years ago
Anton Khirnov 295848bacb fftools/ffmpeg: move closing the input file into a separate function 2 years ago
Anton Khirnov 09cd147dcc fftools/ffmpeg: drop init_input_threads() 2 years ago
Anton Khirnov 6975320506 fftools/ffmpeg_demux: add demuxer private data 2 years ago
Anton Khirnov 78efefa9a5 fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.c 2 years ago
Anton Khirnov 874a6f2090 fftools/ffmpeg: set thread names 2 years ago
Anton Khirnov 4cfffdd551 fftools/ffmpeg: rename read_file() to avoid conflict with libass 2 years ago
Jan Ekström b9058765d7 ffmpeg: Deprecate display rotation override with a metadata key 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 c5d7b6f49b fftools/ffmpeg_mux: move muxing queue fields from OutputStream to MuxStream 2 years ago
Anton Khirnov f0cd68eea0 fftools/ffmpeg_mux: move bsf_ctx from OutputStream to MuxStream 2 years ago
Anton Khirnov 2266e04834 fftools/ffmpeg_mux: embed OutputStream in a MuxStream 2 years ago
Anton Khirnov 709b47f8a4 fftools/ffmpeg: free output streams in of_close() 2 years ago
Anton Khirnov fe304c0694 fftools/ffmpeg: remove a cleanup block at the end of transcode() 2 years ago
Anton Khirnov 7ef7a22251 fftools/ffmpeg: remove the output_streams global 2 years ago
Anton Khirnov 0baed07f74 fftools/ffmpeg_mux_init: pass Muxer to new_output_stream() 2 years ago
Anton Khirnov 18d96e8703 fftools/ffmpeg: reindent after previous commit 2 years ago
Anton Khirnov 2dcedd9af8 fftools/ffmpeg: move freeing an output stream into a separate function 2 years ago
Anton Khirnov 9f9bf8703b fftools/ffmpeg: move init_output_bsfs() to ffmpeg_mux 2 years ago
Anton Khirnov ee0a900e58 fftools/ffmpeg_mux: move sq_mux from OutputFile to Muxer 2 years ago
Anton Khirnov d6195c88e2 fftools/ffmpeg_mux: inline mux_free() into of_close() 2 years ago
Anton Khirnov 36ce335d46 fftools/ffmpeg_mux: inline of_muxer_init() into of_open() 2 years ago
Anton Khirnov a55ca682e2 fftools/ffmpeg_mux: allocate sq_pkt in setup_sync_queues() 2 years ago
Anton Khirnov 65d106933a fftools/ffmpeg_mux: embed OutputFile in a Muxer 2 years ago
Anton Khirnov 24098c6c8d fftools/ffmpeg_mux: move Muxer and MuxStream to a new header 2 years ago
Anton Khirnov 18d6c07267 fftools/ffmpeg_opt: move opening output files into a new file 2 years ago
Anton Khirnov 965bff37b6 fftools/ffmpeg: move some stream initialization code to ffmpeg_mux 2 years ago
Anton Khirnov 731246ae8f fftools/ffmpeg_mux: drop the of_ prefix from of_submit_packet() 2 years ago
Anton Khirnov a7028d7fa8 fftools/ffmpeg_mux: rename submit_packet() to thread_submit_packet() 2 years ago
Anton Khirnov d579a70291 fftools/ffmpeg: move output_packet() to ffmpeg_mux 2 years ago
Anton Khirnov 072e3f710e fftools/ffmpeg_mux: do not unref a NULL packet 2 years ago
Marvin Scholz fed841f6f9 fftools/ffmpeg_opt: Use av_err2str 2 years ago
Marvin Scholz 88635c7f95 fftools/ffprobe: Use av_err2str 2 years ago
Marvin Scholz 3eab2c1af1 fftools/cmdutils: 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 044d70736e fftools/ffmpeg: move some code from init_output_stream() to init_output_stream_encode() 2 years ago
Anton Khirnov 29188f9c62 fftools/ffmpeg: rename OutputStream.sync_opts to next_pts 2 years ago