1. 11 Mar, 2020 1 commit
  2. 21 Jul, 2019 2 commits
  3. 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
  4. 06 Nov, 2018 1 commit
  5. 01 Nov, 2018 2 commits
  6. 16 Apr, 2018 2 commits
  7. 02 Mar, 2018 1 commit
  8. 29 Oct, 2017 1 commit
  9. 11 Oct, 2017 1 commit
  10. 10 Oct, 2017 1 commit
  11. 24 Aug, 2017 1 commit
  12. 07 Aug, 2017 1 commit
  13. 12 Apr, 2017 1 commit
  14. 02 Apr, 2017 2 commits
  15. 31 Mar, 2017 2 commits
  16. 23 Mar, 2017 1 commit
  17. 14 Nov, 2016 1 commit
  18. 26 Oct, 2016 2 commits
  19. 01 Apr, 2016 1 commit
  20. 31 Mar, 2016 1 commit
  21. 28 Aug, 2015 2 commits
  22. 11 Oct, 2014 1 commit
  23. 05 Oct, 2014 1 commit
  24. 21 Sep, 2014 1 commit
  25. 09 Aug, 2014 2 commits
  26. 07 Aug, 2014 1 commit
  27. 02 Jun, 2014 1 commit
  28. 02 Apr, 2014 1 commit
  29. 19 Mar, 2014 1 commit
  30. 26 Dec, 2013 1 commit
  31. 06 Oct, 2013 1 commit
  32. 15 Aug, 2013 1 commit
    • Michael Niedermayer's avatar
      sws: add dither enum · 1e0e1932
      Michael Niedermayer authored
      This allows specifying more dither algorithms without using up flags and
      without ambiguities.
      
      Also initialize the new field based on the flags and use it.
      Note, improving the logic of the checks is left to subsequent
      commits, this here only switches from flags to enum.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      1e0e1932