451 Commits (75efe530ce390898b01ba1a1cb3554223d593a9a)

Author SHA1 Message Date
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 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 2f24290c8e fftools/ffmpeg: disable and deprecate -qphist 2 years ago
Anton Khirnov 5d97ba5d9c fftools/ffmpeg: move printing verbose demuxing stats to ffmpeg_demux 2 years ago
Anton Khirnov 37b118096a fftools/ffmpeg: rewrite printing the final output sizes 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 fd91ac11ed fftools/ffmpeg: move OutputStream.last_filter_pts to OutputFilter 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 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 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
rcombs b68a6ba469 ffmpeg: send only one rect per packet when encoding ASS 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
James Almer e0786a8eeb avcodec: remove FF_API_THREAD_SAFE_CALLBACKS 2 years ago
Andreas Rheinhardt 868a31b42d avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket* 2 years ago
Anton Khirnov 42a0dd6e7e fftools/ffmpeg: add an option for writing pre-muxing stats 2 years ago
Anton Khirnov 6d4f3ae116 fftools/ffmpeg: store output packet timebases in the packet 2 years ago
Jan Ekström 9a820ec8b1 ffmpeg: add video heartbeat capability to fix_sub_duration 2 years ago
Jan Ekström 746d27455b ffmpeg: move decoded frame counter from after post-processing to decode 2 years ago
Jan Ekström fcc50674de ffmpeg: refactor post-decoding steps for subtitles into a function 2 years ago
Anton Khirnov 806ecace91 fftools/ffmpeg: support input frame params in encoding stats 2 years ago
Anton Khirnov 61afbc2376 fftools/ffmpeg: use correct IO context for -enc_stats_post 2 years ago