1. 19 Jan, 2018 4 commits
  2. 18 Jan, 2018 3 commits
  3. 17 Jan, 2018 3 commits
  4. 16 Jan, 2018 9 commits
    • Mark Thompson's avatar
      Merge commit 'cbe28bc0' · 96cf0d8a
      Mark Thompson authored
      * commit 'cbe28bc0':
        qsv: better to use alignment by 16 and HEVC 10b requires alignment by 32
      Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
      96cf0d8a
    • Mark Thompson's avatar
      Merge commit '34c11333' · 3895fce2
      Mark Thompson authored
      * commit '34c11333':
        Add support for H.264 and HEVC hardware encoding for AMD GPUs based on AMF SDK
      
      Most of this was already present from 9ea6607d,
      this just applies some minor fixups and adds the general documentation.
      Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
      3895fce2
    • Mark Thompson's avatar
      Merge commit '7b0b5bc8' · 68de778c
      Mark Thompson authored
      * commit '7b0b5bc8':
        cmdutils: update copyright year to 2018
      
      This commit is a noop, see bddf31baMerged-by: 's avatarMark Thompson <sw@jkqxz.net>
      68de778c
    • Mark Thompson's avatar
      Merge commit '1efbbfed' · 725ae0e2
      Mark Thompson authored
      * commit '1efbbfed':
        examples/qsvdec: do not set the deprecated field refcounted_frames
      Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
      725ae0e2
    • Mark Thompson's avatar
      Merge commit 'e2319026' · d204b7ff
      Mark Thompson authored
      * commit 'e2319026':
        lavu/qsv: add log message for libmfx version
      Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
      d204b7ff
    • Jun Zhao's avatar
      lavc/snow_dwt: add struct MpegEncContext to fix headers check. · a919ab85
      Jun Zhao authored
      add missing struct MpegEncContext, use make checkheaders
      found this warning.
      Signed-off-by: 's avatarJun Zhao <jun.zhao@intel.com>
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      a919ab85
    • wm4's avatar
      hwcontext_d3d11va: implement av_hwdevice_get_hwframe_constraints() · 27b9f82e
      wm4 authored
      D3D11 has rather fine grained per format capabilities for different uses
      that can be queried at runtime. Since we don't know what the user wants
      to do with the formats when av_hwdevice_get_hwframe_constraints() is
      called, we simply return all formats that have the most basic support.
      27b9f82e
    • wm4's avatar
      avformat: make avformat_network_init() explicitly optional · 631c56a8
      wm4 authored
      It was sort of optional before - if you didn't call it, networking was
      initialized on demand, and an ugly warning was logged. Also, the doxygen
      comments threatened that it would be made strictly required one day.
      
      Make it explicitly optional. I would prefer to deprecate it fully, but
      there might still be legitimate reasons to use this. But the average
      user won't need it.
      
      This is needed only for two reasons: to initialize TLS libraries like
      OpenSSL and GnuTLS, and winsock.
      
      OpenSSL and GnuTLS were already silently initialized on demand if the
      global network init function was not called. They also have various
      thread-safety acrobatics, which make concurrent initialization within
      libavformat safe. In addition, the libraries are moving towards making
      their global init functions safe, which removes all need for central
      global init. In particular, GnuTLS 3.5.16 and OpenSSL 1.1.0g have been
      found to have safe init functions. In all cases, they use internal
      reference counters to avoid that the global uninit functions interfere
      with concurrent uses of the library by other API users who called global
      init.
      
      winsock should be thread-safe as well, and maintains an internal
      reference counter as well.
      
      Since we still support ancient TLS libraries, which do not have this
      fixed, and since it's unknown whether winsock and GnuTLS
      reinitialization is costly in any way, don't deprecate the libavformat
      functions yet.
      631c56a8
    • wm4's avatar
      avformat: deprecate another ffserver API leftover · 6512ff72
      wm4 authored
      6512ff72
  5. 15 Jan, 2018 5 commits
  6. 14 Jan, 2018 9 commits
  7. 13 Jan, 2018 7 commits