1. 18 Apr, 2011 1 commit
  2. 15 Apr, 2011 2 commits
  3. 14 Apr, 2011 6 commits
  4. 13 Apr, 2011 1 commit
  5. 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
  6. 06 Apr, 2011 1 commit
  7. 19 Mar, 2011 1 commit
  8. 16 Mar, 2011 2 commits
  9. 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
  10. 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
  11. 04 Feb, 2011 1 commit
  12. 18 Jan, 2011 2 commits
  13. 17 Jan, 2011 1 commit
  14. 07 Dec, 2010 1 commit
  15. 29 Oct, 2010 1 commit
  16. 03 Oct, 2010 1 commit
  17. 29 Sep, 2010 7 commits
  18. 28 Sep, 2010 3 commits
  19. 27 Sep, 2010 4 commits
  20. 26 Sep, 2010 2 commits