1. 24 Feb, 2020 1 commit
  2. 09 Feb, 2020 1 commit
  3. 06 Jan, 2020 1 commit
  4. 31 Dec, 2019 1 commit
  5. 28 Sep, 2019 1 commit
  6. 12 May, 2019 1 commit
    • Philip Langdale's avatar
      swscale: Add support for NV24 and NV42 · cd483180
      Philip Langdale authored
      The implementation is pretty straight-forward. Most of the existing
      NV12 codepaths work regardless of subsampling and are re-used as is.
      Where necessary I wrote the slightly different NV24 versions.
      
      Finally, the one thing that confused me for a long time was the
      asm specific x86 path that did an explicit exclusion check for NV12.
      I replaced that with a semi-planar check and also updated the
      equivalent PPC code, which Lauri kindly checked.
      cd483180
  7. 24 Nov, 2018 1 commit
  8. 06 Nov, 2018 1 commit
  9. 24 Oct, 2018 1 commit
  10. 18 Oct, 2018 1 commit
  11. 14 Aug, 2018 1 commit
  12. 05 May, 2018 1 commit
  13. 02 Mar, 2018 1 commit
  14. 10 Oct, 2017 1 commit
  15. 28 Aug, 2017 1 commit
  16. 25 Aug, 2017 1 commit
  17. 07 Aug, 2017 1 commit
  18. 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
  19. 15 Apr, 2017 1 commit
  20. 13 Apr, 2017 1 commit
  21. 12 Apr, 2017 1 commit
  22. 01 Feb, 2017 1 commit
  23. 01 Dec, 2016 1 commit
  24. 14 Nov, 2016 1 commit
  25. 09 Nov, 2016 3 commits
  26. 07 Nov, 2016 1 commit
  27. 12 Oct, 2016 4 commits
  28. 27 Sep, 2016 3 commits
  29. 31 Aug, 2016 1 commit
  30. 17 Aug, 2016 1 commit
  31. 16 Jul, 2016 2 commits
  32. 02 Jul, 2016 1 commit