892 Commits (ecdf1ac267b1540c246666add646a6cc082a0828)

Author SHA1 Message Date
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
Anton Khirnov 83da6d3f54 fftools/ffmpeg: move OutputStream.last_nb0_frames to Encoder 2 years ago
Anton Khirnov 87ae84e4af fftools/ffmpeg: move OutputStream.sq_frame to Encoder 2 years ago
Anton Khirnov 710da200fc fftools/ffmpeg: move OutputStream.next_pts to Encoder 2 years ago
Anton Khirnov 45202556cb fftools/ffmpeg: move OutputStream.vsync_frame_number to Encoder 2 years ago
Anton Khirnov f098eaee56 fftools/ffmpeg_enc: factorize calling enc_init() 2 years ago
Anton Khirnov 2225134e7d fftools/ffmpeg: clean up #includes 2 years ago
Anton Khirnov a2a09932f2 fftools/ffmpeg: stop including os_support.h 2 years ago
Anton Khirnov f30b620e98 fftools/ffmpeg: add encoder private data 2 years ago
Anton Khirnov 44accfef41 fftools/ffmpeg: move audio/video encoding code to ffmpeg_enc.c 2 years ago
Anton Khirnov 9de5dc74fd fftools/ffmpeg: move subtitle encoding to ffmpeg_enc.c 2 years ago
Anton Khirnov b79448fa38 fftools/ffmpeg: replace ff_dlog() with av_log() 2 years ago
Anton Khirnov a996478e8c fftools/ffmpeg: simplify output stream initialization call graph 2 years ago
Anton Khirnov d96f2fbf76 fftools/ffmpeg: move initializing encoders to a new file 2 years ago
Anton Khirnov 1dabd48519 fftools/ffmpeg: reindent after previous commit 2 years ago
Anton Khirnov 39291f19e2 fftools/ffmpeg: move encoder initialization to init_output_stream_encode 2 years ago
Anton Khirnov e1fe6c5577 fftools/ffmpeg: use stack variables to shorten code 2 years ago
Anton Khirnov e1e0c2c7f2 fftools/ffmpeg: drop unnecessary indirection 2 years ago
Anton Khirnov 237f9b9682 fftools/ffmpeg: stop handling AVMEDIA_TYPE_DATA in init_output_stream_encode() 2 years ago
Anton Khirnov 923c6ab170 fftools/ffmpeg: use sync queues for enforcing audio frame size 2 years ago
Anton Khirnov f9d3c06533 fftools/sync_queue: allow requesting a specific number of audio samples 2 years ago
Anton Khirnov 81cca3dae3 fftools/sync_queue: make sure audio duration matches sample count 2 years ago
Anton Khirnov 9a85245adf fftools/sync_queue: support operation with no limiting streams 2 years ago
Anton Khirnov 98b41d0bd2 fftools/sync_queue: document overall design 2 years ago
Anton Khirnov 090950f832 fftools/sync_queue: use timebase from input frames/packets 2 years ago
Anton Khirnov 87e9f5ad3c fftools/ffmpeg: move initializing next_[pd]ts to add_input_streams() 2 years ago
Anton Khirnov 8e23a62eff fftools/ffmpeg: drop InputStream.processing_needed 2 years ago
Anton Khirnov e1d12aaa45 fftools/ffmpeg: do not return finished streams from choose_output() 2 years ago
Anton Khirnov 416e2661ea fftools/ffmpeg: make sure non-lavfi streams are closed on input EOF 2 years ago
James Almer 20dade27d9 fftools/ffprobe: print crop_* frame fields 2 years ago
Thilo Borgmann 653ee3f159 fftools/ffmpeg_mux_init: Use all metadata selectors if none is specified. 2 years ago
James Almer 6ee6dd93eb fftools/ffprobe: add support for HDR10+ packet side data 2 years ago
Anton Khirnov 3f63685c35 fftools/ffmpeg: supply hw_device_ctx to filters before initializing them 2 years ago
rcombs b68a6ba469 ffmpeg: send only one rect per packet when encoding ASS 2 years ago
Anton Khirnov 1e406692e5 fftools/ffmpeg_mux_init: avoid invalid reads in forced keyframe parsing 2 years ago
Anton Khirnov 2fb3ee1787 fftools/ffplay: stop using AVFrame.pkt_pos 2 years ago
Anton Khirnov c29e5ab5c1 fftools/ffplay: depend on avfilter 2 years ago
Anton Khirnov 9141c0cfd8 fftools/ffplay: drop an unused function argument 2 years ago
Anton Khirnov e6126abc69 fftools/ffprobe: stop using AVFrame.pkt_{pos,size} 2 years ago
Anton Khirnov 0ad64cdd92 fftools/ffmpeg_filter: initialize graph inputs/outputs 2 years ago
Zhao Zhili 13deb775cf fftools/ffprobe: fix print_dynamic_hdr_vivid 2 years ago
Zhao Zhili 8de8f1df77 fftools/ffprobe: fix HDR vivid info 2 years ago
Jun Zhao a0a0a80499 fftools/ffmpeg_filter: initialize the 'o' to silence the warning 2 years ago