mbox series

[FFmpeg-devel,0/3] avdevice/dshow: use video device timestamps

Message ID 20210602132230.2380-1-dcnieho@gmail.com
Headers show
Series avdevice/dshow: use video device timestamps | expand

Message

Diederick C. Niehorster June 2, 2021, 1:22 p.m. UTC
This patch series enables using video device instead of wallclock times
for a DirectShow device. It supersedes https://ffmpeg.org/pipermail/ffmpeg-devel/2021-June/280879.html, which i messed up.

Diederick Niehorster (3):
  avdevice/dshow: implement option to use device video timestamps
  avdevice/dshow: query graph time only once
  avdevice/dshow: handle unknown sample time

 libavdevice/dshow.c         |  1 +
 libavdevice/dshow_capture.h |  1 +
 libavdevice/dshow_pin.c     | 23 +++++++++++++----------
 3 files changed, 15 insertions(+), 10 deletions(-)