1. 27 Apr, 2011 3 commits
  2. 26 Apr, 2011 1 commit
  3. 25 Apr, 2011 2 commits
  4. 24 Apr, 2011 1 commit
  5. 19 Apr, 2011 2 commits
  6. 18 Apr, 2011 1 commit
  7. 15 Apr, 2011 2 commits
  8. 14 Apr, 2011 6 commits
  9. 13 Apr, 2011 1 commit
  10. 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
  11. 10 Apr, 2011 1 commit
  12. 06 Apr, 2011 1 commit
  13. 05 Apr, 2011 1 commit
    • Darren Horrocks's avatar
      fix runtime-cpu-detect bug in swscale · 30c6fefd
      Darren Horrocks authored
      swscale doesnt ever actually do any runtime detection at all when
      runtime cpu detection is enabled, it simply passes whatever is passed
      to -sws_flags, which could be nothing at all making swscale default to
      the C implementation.
      30c6fefd
  14. 03 Apr, 2011 1 commit
  15. 30 Mar, 2011 2 commits
  16. 28 Mar, 2011 1 commit
  17. 26 Mar, 2011 1 commit
  18. 19 Mar, 2011 1 commit
  19. 17 Mar, 2011 2 commits
  20. 16 Mar, 2011 2 commits
  21. 16 Feb, 2011 1 commit
  22. 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
  23. 14 Feb, 2011 1 commit
    • Mans Rullgard's avatar
      Fix MMX rgb24 to yuv conversion with gcc 4.6 · 4064d770
      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>
      (cherry picked from commit f344903c)
      4064d770
  24. 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
  25. 06 Feb, 2011 1 commit
  26. 04 Feb, 2011 1 commit
  27. 18 Jan, 2011 1 commit