1. 15 May, 2017 3 commits
    • Timo Rothenpieler's avatar
      build: add support for building .cu files via nvcc · f1ab71b0
      Timo Rothenpieler authored
      Original work by Yogender Gupta <ygupta@nvidia.com>
      f1ab71b0
    • Timo Rothenpieler's avatar
    • wm4's avatar
      videotoolbox: add hwcontext support · 532b23f0
      wm4 authored
      This adds tons of code for no other benefit than making VideoToolbox
      support conform with the new hwaccel API (using hw_device_ctx and
      hw_frames_ctx).
      
      Since VideoToolbox decoding does not actually require the user to
      allocate frames, the new code does mostly nothing.
      
      One benefit is that ffmpeg_videotoolbox.c can be dropped once generic
      hwaccel support for ffmpeg.c is merged from Libav.
      
      Does not consider VDA or VideoToolbox encoding.
      
      Fun fact: the frame transfer functions are copied from vaapi, as the
      mapping makes copying generic boilerplate. Mapping itself is not
      exported by the VT code, because I don't know how to test.
      532b23f0
  2. 14 May, 2017 7 commits
  3. 13 May, 2017 14 commits
  4. 12 May, 2017 16 commits