1084 Commits (75d0af388f0bce87e101d16b1daee3081791f690)

Author SHA1 Message Date
Anton Khirnov 150c992490 fftools/ffmpeg_mux: use output stream parameters in of_streamcopy() 2 years ago
Anton Khirnov 2178ff2162 fftools/ffmpeg: move do_streamcopy() to ffmpeg_mux 2 years ago
Anton Khirnov a34f483291 fftools/ffmpeg: add muxer-input codec parameters to OutputStream 2 years ago
Anton Khirnov a064aed4c3 fftools/ffmpeg: store stream media type in OutputStream 2 years ago
Anton Khirnov de38e17583 fftools/ffmpeg: initialize no-filter streams earlier 2 years ago
Anton Khirnov 2058402e00 fftools/ffmpeg: open decoders right after we know they are needed 2 years ago
Anton Khirnov c8fa58430e fftools/ffmpeg_dec: drop useless abort_codec_experimental() 2 years ago
Anton Khirnov 503c705634 fftools/ffmpeg_dec: reindent after previous commit 2 years ago
Anton Khirnov 9ce1a041d8 fftools/ffmpeg: move opening decoders to a new file 2 years ago
Anton Khirnov ff92ecad2f fftools/ffmpeg: stop setting InputStream fields from muxing/filtering code 2 years ago
Anton Khirnov ae071c9e39 fftools/ffmpeg: add a function adding a destination filter for InputStream 2 years ago
Anton Khirnov c7438e8737 fftools/ffmpeg_mux_init: consolidate input stream flagging code 2 years ago
Anton Khirnov 0c44db4646 fftools/ffmpeg: drop unnecessary indirection 2 years ago
Anton Khirnov 4358d4d8e7 fftools/ffmpeg: move a check to a more appropriate place 2 years ago
Anton Khirnov 4fc513b5e3 fftools/ffmpeg: move a misplaced assignment 2 years ago
Anton Khirnov a0452ee837 fftools/ffmpeg_mux_init: remove a redundant check 2 years ago
Anton Khirnov 12f3f41bbf fftools/ffmpeg: move init_output_stream_streamcopy() to ffmpeg_mux_init 2 years ago
Anton Khirnov 9bae55165d fftools/ffmpeg_mux_init: restructure output stream creation 2 years ago
Anton Khirnov a7f26b1c63 fftools/ffmpeg_mux_init: move new_output_stream() lower in the file 2 years ago
Anton Khirnov 89c9a3ac35 fftools/ffmpeg: avoid possible invalid reads with short -tag values 2 years ago
Nongji Chen eb96cfbf57 ffmpeg: make timestamp discontinuity logging a warning 2 years ago
Anton Khirnov cea71b2139 fftools/ffmpeg: stop using fake dts for generating timestamps 2 years ago
Anton Khirnov 5d407cb2d7 fftools/ffmpeg: change video decoding timestamp generation 2 years ago
Anton Khirnov 380db56928 fftools/ffmpeg: use InputStream.pts as last resort for decoded frame pts 2 years ago
Anton Khirnov 95fa4edbd6 fftools/ffmpeg: improve decoder -ts_debug line 2 years ago
Anton Khirnov d56652fdc8 fftools/ffmpeg: stop using InputStream.pts for streamcopy 2 years ago
Anton Khirnov 106eb58ceb fftools/ffmpeg: move checking for input -t out of do_streamcopy() 2 years ago
Anton Khirnov 0feff04956 fftools/ffmpeg: only set InputStream.next_pts for decoding 2 years ago
Anton Khirnov d867f9ab8c fftools/ffmpeg: use AVPacket.time_base to simplify do_streamcopy() 2 years ago
Anton Khirnov d1cb31d7d8 fftools/ffmpeg_demux: set the timebase on demuxed packets 2 years ago
Anton Khirnov fdf29dcebb fftools/ffmpeg: inline check_output_constraints() into its only caller 2 years ago
Anton Khirnov ceb0275e45 fftools/ffmpeg: stop calling check_output_constraints() for streamcopy 2 years ago
Anton Khirnov a85e7e5dea fftools/ffmpeg: track a list of non-lavfi outputs in InputStream 2 years ago
Anton Khirnov 798da60e6a fftools/ffmpeg_mux_init: print more meaningful error messages 2 years ago
Anton Khirnov 5297250920 fftools/ffmpeg_filter: stop setting encoder channel layout unnecessarily 2 years ago
Anton Khirnov 2f24290c8e fftools/ffmpeg: disable and deprecate -qphist 2 years ago
Anton Khirnov 952110f974 fftools/ffmpeg_demux: log final stats to demuxer context 2 years ago
Anton Khirnov 28e258a809 fftools/ffmpeg_demux: reindent 2 years ago
Anton Khirnov 5d97ba5d9c fftools/ffmpeg: move printing verbose demuxing stats to ffmpeg_demux 2 years ago
Anton Khirnov 0288951174 fftools/ffmpeg_mux: make data_size_mux private to ffmpeg_mux 2 years ago
Anton Khirnov 37b118096a fftools/ffmpeg: rewrite printing the final output sizes 2 years ago
Anton Khirnov 6b2e222a45 fftools/ffmpeg_mux: log final stats to muxer context 2 years ago
Anton Khirnov c1764d067d fftools/ffmpeg_mux: reindent 2 years ago
Anton Khirnov 3b6b0d1afb fftools/ffmpeg: move printing verbose muxing stats to ffmpeg_mux 2 years ago
Anton Khirnov 79e136f14b fftools/ffmpeg: factorize checking whether any output was written 2 years ago
Anton Khirnov 5cf81bed88 fftools/ffmpeg: eliminate the main_return_code global 2 years ago
Anton Khirnov d99846d2f2 fftools/ffmpeg: move the hw_device_free_all() call to ffmpeg_cleanup() 2 years ago
Anton Khirnov f2c8dff906 fftools/ffmpeg: drop a useless goto 2 years ago
Anton Khirnov 5d4f467cc9 fftools/ffmpeg_enc: replace abort() with av_assert0(0) 2 years ago
Anton Khirnov fd91ac11ed fftools/ffmpeg: move OutputStream.last_filter_pts to OutputFilter 2 years ago