1. 21 Jul, 2019 2 commits
  2. 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
  3. 06 Nov, 2018 1 commit
  4. 01 Nov, 2018 2 commits
  5. 16 Apr, 2018 2 commits
  6. 02 Mar, 2018 1 commit
  7. 29 Oct, 2017 1 commit
  8. 11 Oct, 2017 1 commit
  9. 10 Oct, 2017 1 commit
  10. 24 Aug, 2017 1 commit
  11. 07 Aug, 2017 1 commit
  12. 12 Apr, 2017 1 commit
  13. 02 Apr, 2017 2 commits
  14. 31 Mar, 2017 2 commits
  15. 23 Mar, 2017 1 commit
  16. 14 Nov, 2016 1 commit
  17. 26 Oct, 2016 2 commits
  18. 01 Apr, 2016 1 commit
  19. 31 Mar, 2016 1 commit
  20. 28 Aug, 2015 2 commits
  21. 11 Oct, 2014 1 commit
  22. 05 Oct, 2014 1 commit
  23. 21 Sep, 2014 1 commit
  24. 09 Aug, 2014 2 commits
  25. 07 Aug, 2014 1 commit
  26. 02 Jun, 2014 1 commit
  27. 02 Apr, 2014 1 commit
  28. 19 Mar, 2014 1 commit
  29. 26 Dec, 2013 1 commit
  30. 06 Oct, 2013 1 commit
  31. 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
  32. 16 Jul, 2013 1 commit