1. 21 Jun, 2017 1 commit
  2. 14 Jun, 2017 3 commits
  3. 12 Jun, 2017 1 commit
  4. 18 May, 2017 1 commit
  5. 15 May, 2017 1 commit
  6. 24 Apr, 2017 1 commit
  7. 14 Apr, 2017 1 commit
  8. 01 Mar, 2017 2 commits
  9. 12 Jan, 2017 2 commits
  10. 22 Dec, 2016 3 commits
  11. 09 Dec, 2016 1 commit
  12. 07 Dec, 2016 3 commits
  13. 05 Dec, 2016 1 commit
  14. 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
  15. 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
  16. 21 Oct, 2016 1 commit
  17. 17 Oct, 2016 2 commits
  18. 10 Jun, 2016 1 commit
  19. 29 May, 2016 3 commits
  20. 27 May, 2016 1 commit
  21. 19 Apr, 2016 1 commit
  22. 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
  23. 30 Mar, 2016 1 commit
  24. 22 Mar, 2016 1 commit
  25. 06 Feb, 2016 2 commits
  26. 25 Jan, 2016 1 commit
  27. 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
  28. 04 Dec, 2015 1 commit