Skip to content
Snippets Groups Projects
  1. Jul 22, 2022
  2. Jul 20, 2022
  3. Jul 18, 2022
  4. Jul 17, 2022
    • Marton Balint's avatar
      avdevice/avdevice: fix return value of avdevice_list_devices() · 83feded4
      Marton Balint authored
      
      According to API docs avdevice_list_devices(), avdevice_list_input_sources()
      and avdevice_list_input_sinks() should return the number of autodetected
      devices on success. This is redundant with AVDeviceInfoList->nb_devices so it
      was not noticed earlier that none of the underlying device list functions work
      like that.
      
      Let's fix it in generic code to make it in line with the API docs.
      
      Fixes ticket #9820.
      
      Signed-off-by: default avatarMarton Balint <cus@passwd.hu>
      (cherry picked from commit 64f04df3)
      83feded4
  5. Jul 16, 2022
  6. Jul 14, 2022
    • Gyan Doshi's avatar
      ffmpeg: add option -isync · b21d387d
      Gyan Doshi authored
      This is a per-file input option that adjusts an input's timestamps
      with reference to another input, so that emitted packet timestamps
      account for the difference between the start times of the two inputs.
      
      Typical use case is to sync two or more live inputs such as from capture
      devices. Both the target and reference input source timestamps should be
      based on the same clock source.
      
      If either input lacks starting timestamps, then no sync adjustment is made.
      b21d387d
  7. Jul 12, 2022
Loading