1. 28 Sep, 2012 1 commit
  2. 27 Sep, 2012 2 commits
    • Jean-Paul Saman's avatar
      VAAPI: codec/avcodec/vaapi.h: fix typo · 13aa1d4e
      Jean-Paul Saman authored
      The function name vlc_va_conn_DestroySurfaces() had a typo.
      13aa1d4e
    • Jean-Paul Saman's avatar
      VAAPI XCB: Move XOpenDisplay/XCloseDisplay to libva connection struct. · 879b6201
      Jean-Paul Saman authored
      The avcodec module and vaapi vout module share the same VA API connection.
      This allowed for a bug when XCloseDisplay() is called first in one module,
      when the other still uses the VA API connection. Ommitting XCloseDisplay()
      in the module that quits first allows for a resource leak. Therefor the best
      solution is to also share the X11 Display connection for VA API.
      
      Note: the VAAPI XCB vout uses another X11/XCB connection for managing its
      windows and their events.
      
      This reverts commit 74a2179e.
      879b6201
  3. 14 Sep, 2012 1 commit
  4. 05 Sep, 2012 5 commits
  5. 04 Sep, 2012 7 commits
  6. 03 Sep, 2012 12 commits
  7. 02 Sep, 2012 1 commit
  8. 01 Sep, 2012 2 commits
  9. 30 Aug, 2012 9 commits