1. 10 Oct, 2017 1 commit
  2. 28 Aug, 2017 1 commit
  3. 10 Jul, 2017 1 commit
    • Diego Biurrun's avatar
      build: Add feature test macros for glibc 2.19+ · 825e463a
      Diego Biurrun authored
      glibc introduced _DEFAULT_SOURCE in version 2.19 to replace _BSD_SOURCE and
      _SVID_SOURCE, which were deprecated in version 2.20. Add _DEFAULT_SOURCE
      where the latter two are used to be forwards-compatible and avoid warnings
      about the use of deprecated definitions.
      825e463a
  4. 24 Apr, 2017 1 commit
  5. 15 Apr, 2017 3 commits
  6. 13 Apr, 2017 1 commit
  7. 23 Mar, 2017 1 commit
  8. 14 Mar, 2017 1 commit
    • Diego Biurrun's avatar
      x86util: Port all macros to cpuflags · 994c4bc1
      Diego Biurrun authored
      Also do some small cosmetic changes: Drop pointless _MMX suffix from ABSD2
      macro name, drop pointless check for MMX support, we always assume MMX is
      available in our SIMD code, fix spelling.
      994c4bc1
  9. 01 Mar, 2017 1 commit
  10. 24 Jan, 2017 1 commit
    • Diego Biurrun's avatar
      swscale-test: const correctness for pointer variable · 5c0e2b13
      Diego Biurrun authored
      libswscale/swscale-test.c:369:20: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [-Wincompatible-pointer-types]
      libswscale/swscale.h:207:5: note: expected ‘const uint8_t * const* {aka const unsigned char * const*}’ but argument is of type ‘uint8_t ** {aka unsigned char **}’
      5c0e2b13
  11. 22 Dec, 2016 1 commit
  12. 14 Dec, 2016 1 commit
  13. 07 Nov, 2016 1 commit
  14. 28 Oct, 2016 1 commit
  15. 18 Oct, 2016 1 commit
  16. 12 Oct, 2016 6 commits
  17. 27 Sep, 2016 6 commits
  18. 17 Aug, 2016 1 commit
  19. 16 Jul, 2016 2 commits
  20. 02 Jul, 2016 1 commit
  21. 29 May, 2016 1 commit
  22. 28 May, 2016 2 commits
  23. 13 May, 2016 1 commit
  24. 04 May, 2016 1 commit
  25. 03 May, 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