1. 05 May, 2017 38 commits
  2. 04 May, 2017 2 commits
    • James Almer's avatar
      Merge commit '92db5083' · 6fdd35a3
      James Almer authored
      * commit '92db5083':
        build: Generate pkg-config files from Make and not from configure
        build: Store library version numbers in .version files
      
      Includes cherry-picked commits 8a34f365 and
      ee164727 to fix issues.
      
      Changes were also made to retain support for raise_major and build_suffix.
      
      Reviewed-by: ubitux
      Merged-by: 's avatarJames Almer <jamrial@gmail.com>
      6fdd35a3
    • wm4's avatar
      cuvid: support AVCodecContext.hw_device_ctx API · c0f17a90
      wm4 authored
      This is a newer API that is intended for decoders like the cuvid
      wrapper. Until now, the wrapper required to set an awkward
      "incomplete" hw_frames_ctx to set the device. Now the device
      can be set directly, and the user can get AV_PIX_FMT_CUDA output
      for a specific device simply by setting hw_device_ctx.
      
      This still does a dummy ff_get_format() call at init time, and should
      be fully backward compatible.
      c0f17a90