ffmpeg/fftools
Anton Khirnov 4cd19eaffa fftools/ffmpeg: stop using OutputStream.frame_number in print_report()
This field means different things when the video is encoded (number of
frames emitted to the encoding sync queue/encoder by the video sync
code) or copied (number of packets sent to the muxer sync queue).

Print the value of packets_written instead, which means the same thing
in both cases. It is also more accurate, since packets may be dropped by
the sync queue or bitstream filters.
2022-07-23 11:53:19 +02:00
..
cmdutils.c fftools: Fix preset search pathes 2022-07-08 13:58:49 +02:00
cmdutils.h
ffmpeg_filter.c
ffmpeg_hw.c
ffmpeg_mux.c fftools/ffmpeg: use the sync queues to handle -frames 2022-07-23 11:53:19 +02:00
ffmpeg_opt.c fftools/ffmpeg: use the sync queues to handle -frames 2022-07-23 11:53:19 +02:00
ffmpeg.c fftools/ffmpeg: stop using OutputStream.frame_number in print_report() 2022-07-23 11:53:19 +02:00
ffmpeg.h fftools/ffmpeg: rework -shortest implementation 2022-07-23 11:53:19 +02:00
ffplay.c fftools/ffplay: fix YUV conversion mode 2022-06-27 12:17:59 +02:00
ffprobe.c ffprobe: print AVFrame.duration 2022-07-19 12:27:18 +02:00
fopen_utf8.h fftools/fopen_utf8: support long paths on Windows for fftools 2022-06-19 01:38:23 +03:00
Makefile fftools/ffmpeg: rework -shortest implementation 2022-07-23 11:53:19 +02:00
objpool.c fftools: add an object pool 2022-07-23 11:53:19 +02:00
objpool.h fftools: add an object pool 2022-07-23 11:53:19 +02:00
opt_common.c opt_common: note D and T type streams for completeness. 2022-05-20 23:42:23 +05:30
opt_common.h
sync_queue.c fftools/ffmpeg: use the sync queues to handle -frames 2022-07-23 11:53:19 +02:00
sync_queue.h fftools/ffmpeg: use the sync queues to handle -frames 2022-07-23 11:53:19 +02:00