1. 25 Nov, 2016 1 commit
  2. 24 Nov, 2016 2 commits
  3. 23 Nov, 2016 3 commits
  4. 22 Nov, 2016 3 commits
  5. 20 Nov, 2016 1 commit
  6. 16 Nov, 2016 2 commits
  7. 15 Nov, 2016 2 commits
  8. 14 Nov, 2016 2 commits
  9. 13 Nov, 2016 3 commits
    • Anton Khirnov's avatar
      hwcontext_vaapi: add a quirk for the missing MemoryType attribute · 775a8477
      Anton Khirnov authored
      The Intel binary iHD driver does not support the
      VASurfaceAttribMemoryType, so surface allocation will fail when using
      it.
      
      (cherry picked from commit 2124711b)
      775a8477
    • Mark Thompson's avatar
      hwcontext_vaapi: Try the first render node as the default DRM device · 8d47d840
      Mark Thompson authored
      If no string argument is supplied when av_hwdevice_ctx_create() is
      called to create a VAAPI device, we currently only try the default
      X11 display (that is, $DISPLAY) to find a device, and will therefore
      fail in the absence of an X server to connect to.  Change the logic
      to also look for a device via the first DRM render node (that is,
      "/dev/dri/renderD128"), which is probably the right thing to use in
      most simple configurations which only have one DRM device.
      
      (cherry picked from commit 121f34d5)
      8d47d840
    • Mark Thompson's avatar
      hwcontext_vaapi: Add driver quirks to the hwdevice · a8d51bb4
      Mark Thompson authored
      The driver being used is detected inside av_hwdevice_ctx_init() and
      the quirks field then set from a table of known device.  If this
      behaviour is unwanted, the user can also set the quirks field
      manually.
      
      Also adds the Intel i965 driver quirk (it does not destroy parameter
      buffers used in a call to vaRenderPicture()) and detects that driver
      to set it.
      
      (cherry picked from commit 4926fa9a)
      a8d51bb4
  10. 09 Nov, 2016 1 commit
  11. 05 Nov, 2016 2 commits
  12. 26 Oct, 2016 3 commits
  13. 23 Oct, 2016 2 commits
  14. 22 Oct, 2016 1 commit
  15. 21 Oct, 2016 1 commit
  16. 14 Oct, 2016 2 commits
  17. 10 Oct, 2016 1 commit
  18. 06 Oct, 2016 2 commits
  19. 05 Oct, 2016 1 commit
  20. 03 Oct, 2016 1 commit
  21. 29 Sep, 2016 1 commit
  22. 28 Sep, 2016 1 commit
  23. 19 Sep, 2016 1 commit
  24. 01 Sep, 2016 1 commit