1. 08 Oct, 2012 1 commit
  2. 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
  3. 24 May, 2011 1 commit
  4. 11 Apr, 2011 1 commit
    • Diego Biurrun's avatar
      Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX(). · db46be01
      Diego Biurrun authored
      When HAVE_7REGS was not defined these functions had an empty body
      causing the following warnings during compilation.
      In file included from libswscale/x86/yuv2rgb_mmx.c:58:
      libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_rgb32_MMX’:
      libswscale/x86/yuv2rgb_template.c:412: warning: no return statement in function returning non-void
      libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_bgr32_MMX’:
      libswscale/x86/yuv2rgb_template.c:457: warning: no return statement in function returning non-void
      Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
      db46be01
  5. 19 Mar, 2011 1 commit
  6. 30 May, 2010 1 commit
  7. 19 May, 2010 2 commits
  8. 04 May, 2010 1 commit