1. 27 Aug, 2013 1 commit
  2. 26 Aug, 2013 1 commit
  3. 15 Aug, 2013 1 commit
  4. 13 Aug, 2013 1 commit
  5. 09 Aug, 2013 1 commit
  6. 28 Jun, 2013 1 commit
  7. 21 Jun, 2013 1 commit
  8. 20 Jun, 2013 7 commits
  9. 19 Jun, 2013 15 commits
  10. 18 Jun, 2013 8 commits
  11. 17 Jun, 2013 1 commit
  12. 14 Jun, 2013 2 commits
    • Jean-Paul Saman's avatar
      VAAPI: Cleanup video_output/vaapi/spu.{c,h} · a464ed78
      Jean-Paul Saman authored
      Rename functions and structures.
      a464ed78
    • Jean-Paul Saman's avatar
      VAAPI-XCB: Adding GLX based video output. · 50eebc56
      Jean-Paul Saman authored
      Reuse as much code as possible from vaapi-xcb implementation. Most of
      the routines can be shared and are placed inside common.{c,h}. The
      video output has been moved to modules/video_output/vaapi/, but is
      still build from modules/codec/avcodec/Modules.am. This is because
      the video output shares the same libva connection as the decoder.
      Since this is mandatory for some GPU implementations such as AMD Fusion.
      50eebc56