1. 14 Nov, 2017 1 commit
  2. 13 Nov, 2017 1 commit
  3. 09 Nov, 2017 2 commits
  4. 19 Oct, 2017 1 commit
  5. 10 Oct, 2017 1 commit
  6. 05 Oct, 2017 1 commit
  7. 29 Sep, 2017 1 commit
  8. 27 Jun, 2017 1 commit
    • wm4's avatar
      dxva: add support for new dxva2 and d3d11 hwaccel APIs · 70143a39
      wm4 authored
      This also adds support to avconv (which is trivial due to the new
      hwaccel API being generic enough).
      
      The new decoder setup code in dxva2.c is significantly based on work by
      Steve Lhomme <robux4@gmail.com>, but with heavy changes/rewrites.
      
      Merges Libav commit f9e7a2f9.
      Also adds untested VP9 support.
      The check for DXVA2 COBJs is removed. Just update your MinGW to
      something newer than a 5 year old release.
      Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
      70143a39
  9. 21 Jun, 2017 1 commit
  10. 14 Jun, 2017 3 commits
  11. 12 Jun, 2017 1 commit
  12. 18 May, 2017 1 commit
  13. 15 May, 2017 1 commit
  14. 24 Apr, 2017 1 commit
  15. 14 Apr, 2017 1 commit
  16. 01 Mar, 2017 6 commits
  17. 21 Feb, 2017 4 commits
  18. 12 Jan, 2017 2 commits
  19. 22 Dec, 2016 3 commits
  20. 09 Dec, 2016 1 commit
  21. 07 Dec, 2016 3 commits
  22. 05 Dec, 2016 1 commit
  23. 03 Dec, 2016 1 commit
    • Diego Biurrun's avatar
      Remove Plan 9 support · 3794062a
      Diego Biurrun authored
      Supporting the system was a nice joke for the 9 release, but it has
      run its course. Nowadays Plan 9 receives no testing and has no
      practical usefulness.
      3794062a
  24. 27 Oct, 2016 1 commit
    • Diego Biurrun's avatar
      build: Hardcode avversion.h dependency · 14cab426
      Diego Biurrun authored
      Since avversion.h is a generated header it must be created before
      dependencies can be determined as a side effect of compilation.
      Otherwise Make stops and restarts the build process to generate
      avversion.h and produces related error messages.
      14cab426