1. 05 Oct, 2017 1 commit
  2. 29 Sep, 2017 1 commit
  3. 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
  4. 21 Jun, 2017 1 commit
  5. 14 Jun, 2017 3 commits
  6. 12 Jun, 2017 1 commit
  7. 18 May, 2017 1 commit
  8. 15 May, 2017 1 commit
  9. 24 Apr, 2017 1 commit
  10. 14 Apr, 2017 1 commit
  11. 01 Mar, 2017 2 commits
  12. 21 Feb, 2017 4 commits
  13. 12 Jan, 2017 2 commits
  14. 22 Dec, 2016 3 commits
  15. 09 Dec, 2016 1 commit
  16. 07 Dec, 2016 3 commits
  17. 05 Dec, 2016 1 commit
  18. 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
  19. 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
  20. 21 Oct, 2016 1 commit
  21. 17 Oct, 2016 2 commits
  22. 10 Jun, 2016 1 commit
  23. 29 May, 2016 3 commits
  24. 27 May, 2016 1 commit
  25. 19 Apr, 2016 1 commit
  26. 07 Apr, 2016 1 commit
    • Diego Biurrun's avatar
      build: miscellaneous cosmetics · 01621202
      Diego Biurrun authored
      Restore alphabetical order in lists, break overly long lines, do some
      prettyprinting, add some explanatory section comments, group parts
      together that belong together logically.
      01621202