1. 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
  2. 14 Aug, 2018 1 commit
  3. 09 Nov, 2016 1 commit
  4. 12 Oct, 2016 1 commit
  5. 27 Sep, 2016 1 commit
  6. 27 Jun, 2016 1 commit
  7. 28 May, 2016 1 commit
  8. 31 Mar, 2016 1 commit
  9. 03 Jul, 2015 1 commit
  10. 19 Jul, 2014 1 commit
  11. 19 Apr, 2014 1 commit
  12. 08 Apr, 2014 1 commit
  13. 26 Mar, 2014 1 commit
  14. 18 Mar, 2014 1 commit
  15. 28 Aug, 2013 1 commit
  16. 15 Feb, 2013 1 commit
  17. 31 Oct, 2012 1 commit
  18. 30 Oct, 2012 2 commits
  19. 08 Oct, 2012 1 commit
  20. 03 Aug, 2012 1 commit
    • Diego Biurrun's avatar
      x86: build: replace mmx2 by mmxext · 239fdf1b
      Diego Biurrun authored
      Refactoring mmx2/mmxext YASM code with cpuflags will force renames.
      So switching to a consistent naming scheme beforehand is sensible.
      The name "mmxext" is more official and widespread and also the name
      of the CPU flag, as reported e.g. by the Linux kernel.
      239fdf1b
  21. 04 Jul, 2012 1 commit
  22. 06 Mar, 2012 1 commit
  23. 19 Feb, 2012 1 commit
    • Ronald S. Bultje's avatar
      Revert two swscale commits. · b18f8cbf
      Ronald S. Bultje authored
      Revert "swscale: update context offsets after removal of AlpMmxFilter."
      (commit a95e3fa9)
      and
      Revert "swscale: Remove some write-only variables related to alpha handling."
      (commit 9d03cb9f).
      
      They broke alpha handling - it's the evil inline asm that still uses that
      variable, so it's not truely write-only.
      b18f8cbf
  24. 17 Feb, 2012 2 commits
  25. 07 Feb, 2012 1 commit
  26. 27 Jan, 2012 1 commit
  27. 10 Jan, 2012 1 commit
  28. 09 Jan, 2012 1 commit
  29. 02 Dec, 2011 1 commit
  30. 18 Nov, 2011 1 commit
  31. 06 Nov, 2011 1 commit
  32. 24 Oct, 2011 1 commit
  33. 23 Oct, 2011 4 commits
  34. 22 Oct, 2011 2 commits