1452 Commits (cdf71f789b2f94877983f2f2e586e099a7f0e586)

Author SHA1 Message Date
Anton Khirnov 074abeb57e fftools/ffmpeg_opt: move deprecated options to the end of the list 11 months ago
Anton Khirnov b472c46a70 fftools/cmdutils: simplify handling of the HAS_ARG option flag 11 months ago
Anton Khirnov 25c98566e8 fftools/ffmpeg_opt: drop HAS_ARG from auto{scale,rotate} 11 months ago
Anton Khirnov dc2fc5a919 fftools/ffmpeg_filter: only set framerate for video 11 months ago
Anton Khirnov 6916105b11 fftools/ffmpeg_demux: set discard on the AVStream directly 11 months ago
James Almer fa961bb383 ffmpeg_mux_init: use strtoll() to parse stream and group indexes 11 months ago
Zhao Zhili f72d781339 fftools/ffmpeg_enc: assert necessary frame fields before create encoder 11 months ago
Zhao Zhili 42a4c59e59 fftools/ffmpeg_filter: remove semicolon after code block 11 months ago
Zhao Zhili 7cd416792a fftools/ffmpeg_filter: fix NULL pointer dereference 11 months ago
James Almer ed670b9b98 ffmpeg: add support for muxing AVStreamGroups 11 months ago
Anton Khirnov 2ad0b8e0ea fftools/ffmpeg: use a mutex for enc_stats_write() 11 months ago
Anton Khirnov 244d2fcc49 fftools/ffmpeg_mux: deduplicate uniniting EncStats 11 months ago
Anton Khirnov 02a4393647 fftools/ffmpeg: print keyframe information with -stats_* 11 months ago
Anton Khirnov 23c00d8c89 fftools/ffmpeg_mux_init: change 1-bit bitfields from int to unsigned 11 months ago
Anton Khirnov ca6f0192f2 fftools/cmdutils: change option flags to (1 << N) style 11 months ago
Anton Khirnov 7a7550ec28 fftools/ffmpeg_mux: factor timestamps processing out of write_packet() 11 months ago
Anton Khirnov 3dc319587f fftools/ffmpeg: deprecate -fps_mode/vsync drop 11 months ago
Anton Khirnov 8a11724a02 fftools/ffmpeg_mux: stop logging to AVFormatContext 11 months ago
Anton Khirnov 5c5140ded2 fftools/ffmpeg_sched: track dts+duration as last_dts 11 months ago
Anton Khirnov 2305091a3a fftools/ffmpeg: update the reported timestamp at the end 11 months ago
Anton Khirnov 98d706b818 fftools/ffmpeg_sched: move trailing_dts() higher up 11 months ago
Anton Khirnov 4549f20222 fftools/ffmpeg: drop OutputFile.sq_encode 11 months ago
Anton Khirnov 0d01e61807 fftools/ffmpeg_mux: move OutputStream.sq_idx_mux to private data 11 months ago
Anton Khirnov 2c54097614 fftools/ffmpeg_demux: move InputFile.readrate to private data 11 months ago
Anton Khirnov 116bc5a9f3 fftools/ffmpeg: drop unused InputFile.eof_reached 11 months ago
Anton Khirnov 882bc8049d fftools/ffmpeg: move InputStream.codec_desc to private data 11 months ago
Anton Khirnov 9afe3f5274 fftools/ffmpeg: move InputStream.discard to private data 11 months ago
Anton Khirnov 4224895a87 fftools/ffmpeg: replace OutputStream.file_index by a pointer 11 months ago
Anton Khirnov 0fcea80b2a fftools/ffmpeg: replace InputStream.file_index by a pointer 11 months ago
Anton Khirnov 84201d8af6 fftools/ffmpeg_filter: move FilterGraph.graph to FilterGraphThread 11 months ago
Anton Khirnov 06d5dc11db fftools/ffmpeg_sched: actually initialize/destroy schedule_lock 11 months ago
Anton Khirnov 5256b2fbe6 fftools/ffmpeg_mux: print latency information in -debug_ts muxing output 11 months ago
Anton Khirnov 9d7000b1be fftools/ffmpeg: attach wallclock timing information to packets and frames 11 months ago
Anton Khirnov c9f38210fc fftools/ffmpeg: merge DemuxPktData into FrameData 11 months ago
James Almer 7cc4b306eb ffmpeg_sched: initialize have_unchoked 11 months ago
Anton Khirnov d119ae2fd8 fftools/ffmpeg: convert to a threaded architecture 11 months ago
Anton Khirnov 9b8cc36ce0 fftools/ffmpeg: add thread-aware transcode scheduling infrastructure 11 months ago
Anton Khirnov ee2a8cbfd1 fftools/ffmpeg_enc: move encoding to a separate thread 11 months ago
Anton Khirnov 66e78e9680 fftools/ffmpeg_demux: switch from AVThreadMessageQueue to ThreadQueue 11 months ago
Anton Khirnov 75efe530ce fftools/ffmpeg_mux: move bitstream filtering to the muxer thread 11 months ago
Anton Khirnov 1983507b6e fftools/ffmpeg_mux: add muxing thread private data 11 months ago
Anton Khirnov f37a741f42 fftools/ffmpeg_filter: reindent 11 months ago
Anton Khirnov 40e1cf1cd2 fftools/ffmpeg_filter: buffer sub2video heartbeat frames like other frames 11 months ago
Anton Khirnov d35c05cb9e fftools/ffmpeg_filter: move filtering to a separate thread 11 months ago
Anton Khirnov 4b8a171beb fftools/ffmpeg_filter: make sub2video heartbeat more robust 11 months ago
Anton Khirnov 99d2fa38ad fftools/ffmpeg: make sure FrameData is writable when we modify it 12 months ago
Anton Khirnov 1d536e0283 fftools/ffmpeg_filter: track input/output index in {Input,Output}FilterPriv 12 months ago
Leo Izen 36980179a0 fftools/ffplay_renderer: declare function argument as const 12 months ago
Zhao Zhili a1a6a328f0 fftools/ffplay: add hwaccel decoding support 1 year ago
Anton Khirnov 889a022cce fftools/ffmpeg: rework keeping track of file duration for -stream_loop 1 year ago