1. 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
  2. 06 Apr, 2011 1 commit
  3. 19 Mar, 2011 1 commit
  4. 16 Mar, 2011 2 commits
  5. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  6. 13 Feb, 2011 1 commit
    • Mans Rullgard's avatar
      Fix MMX rgb24 to yuv conversion with gcc 4.6 · f344903c
      Mans Rullgard authored
      When built with gcc 4.6, the MMX rgb24 to yuv conversion gives
      wrong output.  The compiler produces this warning:
      
      libswscale/swscale_template.c:1885:5: warning: use of memory input without lvalue in asm operand 4 is deprecated
      
      Changing the memory operand to a register makes it work.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      f344903c
  7. 04 Feb, 2011 1 commit
  8. 18 Jan, 2011 2 commits
  9. 17 Jan, 2011 1 commit
  10. 07 Dec, 2010 1 commit
  11. 29 Oct, 2010 1 commit
  12. 03 Oct, 2010 1 commit
  13. 29 Sep, 2010 7 commits
  14. 28 Sep, 2010 3 commits
  15. 27 Sep, 2010 4 commits
  16. 26 Sep, 2010 4 commits
  17. 16 Sep, 2010 4 commits
  18. 14 Sep, 2010 1 commit
  19. 13 Sep, 2010 2 commits
  20. 12 Sep, 2010 1 commit