1. 15 Jan, 2018 2 commits
    • wm4's avatar
      hwcontext_vdpau: implement av_hwdevice_get_hwframe_constraints() · cbbb2067
      wm4 authored
      In addition, this does not allow creating frames contexts with sw_format
      for which no known transfer formats exist. In theory, we should check
      whether the chroma format (i.e. the sw_format) is supported at all by
      the vdpau driver, but checking for transfer formats has the same effect.
      
      Note that the pre-existing code adds 1 to priv->nb_pix_fmts[i] for
      unknown reason, and some checks need to account for that to check for
      empty lists. They are not off-by-one errors.
      cbbb2067
    • wm4's avatar
      http: cosmetics: reformat reconnect check for better readability · 43e1ccfe
      wm4 authored
      The condition was a bit too long, and most editors will break the line
      and turn it into an unreadable mess. Move out some of the conditions.
      
      This should not change the behavior.
      43e1ccfe
  2. 14 Jan, 2018 9 commits
  3. 13 Jan, 2018 7 commits
  4. 12 Jan, 2018 11 commits
  5. 11 Jan, 2018 4 commits
  6. 10 Jan, 2018 7 commits