1. 09 Nov, 2016 8 commits
  2. 08 Nov, 2016 13 commits
  3. 07 Nov, 2016 14 commits
  4. 05 Nov, 2016 1 commit
    • Diego Biurrun's avatar
      x86: Drop stray semicolons after function definitions · 3cba09e5
      Diego Biurrun authored
      libavcodec/x86/rv40dsp_init.c:97:2: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
      libavcodec/x86/vp9dsp_init.c:94:40: warning: ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]
      3cba09e5
  5. 04 Nov, 2016 2 commits
  6. 03 Nov, 2016 2 commits
    • Mark Thompson's avatar
      hwcontext_vaapi: Frame mapping support · 8ad9f9d6
      Mark Thompson authored
      Can map to any supported software format (using a GPU copy if it
      doesn't actually match the surface format underneath).
      8ad9f9d6
    • Mark Thompson's avatar
      lavfi: Hardware map filter · 124e2697
      Mark Thompson authored
      Takes a frame associated with a hardware context as input and maps it
      to something else (another hardware frame or normal memory) for other
      processing.  If the frame to map was originally in the target format
      (but mapped to something else), the original frame is output.
      
      Also supports mapping backwards, where only the output has a hardware
      context.  The link immediately before will be supplied with mapped
      hardware frames which it can write directly into, and this filter
      then unmaps them back to the actual hardware frames.
      124e2697