1. 23 Sep, 2018 3 commits
    • Mark Thompson's avatar
      vaapi_encode: Choose profiles dynamically · 3b188666
      Mark Thompson authored
      Previously there was one fixed choice for each codec (e.g. H.265 -> Main
      profile), and using anything else then required an explicit option from
      the user.  This changes to selecting the profile based on the input format
      and the set of profiles actually supported by the driver (e.g. P010 input
      will choose Main 10 profile for H.265 if the driver supports it).
      
      The entrypoint and render target format are also chosen dynamically in the
      same way, removing those explicit selections from the per-codec code.
      3b188666
    • Mark Thompson's avatar
      configure: Use pkgconfig for VAAPI · a00763be
      Mark Thompson authored
      Set the minimum version to 0.35.0 (libva 1.3.0) and remove redundant
      configure tests.  This also allows the proprietary libmfx fork of libva,
      which always shows the version number 0.99.0 (independent of the actual
      version).
      a00763be
    • Paul B Mahol's avatar
      avcodec: add native iLBC decoder · 009597ca
      Paul B Mahol authored
      Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
      009597ca
  2. 22 Sep, 2018 1 commit
  3. 21 Sep, 2018 8 commits
  4. 20 Sep, 2018 1 commit
  5. 19 Sep, 2018 13 commits
  6. 18 Sep, 2018 5 commits
  7. 17 Sep, 2018 9 commits