1. 10 Feb, 2020 1 commit
    • Ting Fu's avatar
      libswscale/x86/yuv2rgb: add ssse3 version · fc6a5883
      Ting Fu authored
      Tested using this command:
      /ffmpeg -pix_fmt yuv420p -s 1920*1080 -i ArashRawYuv420.yuv \
      -vcodec rawvideo -s 1920*1080 -pix_fmt rgb24 -f null /dev/null
      
      The fps increase from 389 to 640 on Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
      Signed-off-by: 's avatarTing Fu <ting.fu@intel.com>
      fc6a5883
  2. 05 Feb, 2020 1 commit
  3. 03 May, 2016 1 commit
  4. 19 Apr, 2014 1 commit
  5. 13 Jan, 2014 1 commit
  6. 22 Nov, 2013 1 commit
  7. 28 Aug, 2013 1 commit
  8. 19 Jul, 2013 1 commit
  9. 31 Oct, 2012 1 commit
  10. 30 Oct, 2012 1 commit
  11. 08 Oct, 2012 1 commit
  12. 30 Aug, 2012 1 commit
  13. 08 Aug, 2012 1 commit
  14. 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
  15. 22 Jul, 2012 2 commits
  16. 21 Jul, 2012 1 commit
  17. 14 Jan, 2012 1 commit
  18. 14 Jun, 2011 2 commits
  19. 29 May, 2011 1 commit
    • Michael Niedermayer's avatar
      swscale: Commits that could not be pulled earlier due to bugs #2 · 39d607e5
      Michael Niedermayer authored
      commit 5a5a0f16
      Author: Diego Biurrun <diego@biurrun.de>
      Date:   Fri May 27 19:46:39 2011 +0200
      
          swscale: Remove unused variables in x86 code.
      
          libswscale/x86/swscale_template.c:2072: warning: unused variable ‘canMMX2BeUsed’
          libswscale/x86/swscale_template.c:2145: warning: unused variable ‘canMMX2BeUsed’
          libswscale/x86/swscale_template.c:2209: warning: unused variable ‘chrVPixBuf’
          libswscale/x86/swscale_template.c:2237: warning: unused variable ‘chrVSrcPtr’
      
      commit 389e2000
      Author: Ronald S. Bultje <rsbultje@gmail.com>
      Date:   Fri May 27 12:23:32 2011 -0400
      
          swscale: delay allocation of formatConvBuffer().
      
          That means it won't be allocated when not needed. Alongside
          this, it fixes valgrind/fate-detected memory leaks.
      
      commit f327bfa6
      Author: Ronald S. Bultje <rsbultje@gmail.com>
      Date:   Fri May 27 11:36:43 2011 -0400
      
          swscale: fix build with --disable-swscale-alpha.
      
      commit 9f5d4502
      Author: Ronald S. Bultje <rsbultje@gmail.com>
      Date:   Fri May 27 09:28:38 2011 -0400
      
          swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.
      39d607e5
  20. 27 May, 2011 1 commit
  21. 24 May, 2011 1 commit
  22. 19 Mar, 2011 1 commit
  23. 30 May, 2010 2 commits
  24. 19 May, 2010 1 commit
  25. 04 May, 2010 1 commit
  26. 09 Jan, 2010 1 commit
  27. 16 Aug, 2009 1 commit
  28. 14 Aug, 2009 1 commit
  29. 26 Mar, 2009 1 commit