1. 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
  2. 21 Jun, 2017 1 commit
  3. 14 Jun, 2017 3 commits
  4. 12 Jun, 2017 1 commit
  5. 18 May, 2017 1 commit
  6. 15 May, 2017 1 commit
  7. 24 Apr, 2017 1 commit
  8. 14 Apr, 2017 1 commit
  9. 01 Mar, 2017 2 commits
  10. 12 Jan, 2017 2 commits
  11. 22 Dec, 2016 3 commits
  12. 09 Dec, 2016 1 commit
  13. 07 Dec, 2016 3 commits
  14. 05 Dec, 2016 1 commit
  15. 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
  16. 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
  17. 21 Oct, 2016 1 commit
  18. 17 Oct, 2016 2 commits
  19. 10 Jun, 2016 1 commit
  20. 29 May, 2016 3 commits
  21. 27 May, 2016 1 commit
  22. 19 Apr, 2016 1 commit
  23. 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
  24. 30 Mar, 2016 1 commit
  25. 22 Mar, 2016 1 commit
  26. 06 Feb, 2016 2 commits
  27. 25 Jan, 2016 1 commit
  28. 21 Jan, 2016 1 commit
    • Andreas Cadhalpun's avatar
      build: make out-of-tree builds bit-identical to in-tree builds · 064963bd
      Andreas Cadhalpun authored
      Previously the full source path was embedded inconsistently in the debug
      information between in-tree/out-of-tree builds.
      
      The 'vpath %.inc' becomes necessary for finding
      libavfilter/all_channel_layouts.inc in out-of-tree builds.
      
      The full source path is still embedded in the debug information, but
      it's now independent of whether building in-tree or out-of-tree.
      
      The biggest improvement of this patch is that gdb now always searches
      for the path relative to the source directory. It still also searches
      for the full path.
      Previously it searched only for the full path in out-of-tree builds,
      making the debug information generated by Debian's buildds rather hard
      to use.
      Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      Signed-off-by: 's avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
      064963bd