1. 13 Nov, 2012 1 commit
  2. 31 Oct, 2012 1 commit
  3. 30 Oct, 2012 1 commit
  4. 20 Oct, 2012 1 commit
  5. 08 Oct, 2012 1 commit
  6. 30 Sep, 2012 1 commit
  7. 11 Sep, 2012 1 commit
  8. 08 Sep, 2012 1 commit
  9. 01 Sep, 2012 1 commit
  10. 30 Aug, 2012 2 commits
  11. 20 Aug, 2012 1 commit
  12. 08 Aug, 2012 1 commit
  13. 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
  14. 22 Jul, 2012 2 commits
  15. 21 Jul, 2012 1 commit
  16. 05 Jul, 2012 2 commits
  17. 04 Jul, 2012 2 commits
  18. 06 Mar, 2012 1 commit
  19. 23 Feb, 2012 1 commit
  20. 19 Feb, 2012 1 commit
    • Ronald S. Bultje's avatar
      Revert two swscale commits. · b18f8cbf
      Ronald S. Bultje authored
      Revert "swscale: update context offsets after removal of AlpMmxFilter."
      (commit a95e3fa9)
      and
      Revert "swscale: Remove some write-only variables related to alpha handling."
      (commit 9d03cb9f).
      
      They broke alpha handling - it's the evil inline asm that still uses that
      variable, so it's not truely write-only.
      b18f8cbf
  21. 14 Feb, 2012 2 commits
  22. 02 Feb, 2012 1 commit
  23. 01 Feb, 2012 1 commit
  24. 27 Jan, 2012 1 commit
  25. 12 Jan, 2012 1 commit
  26. 09 Jan, 2012 1 commit
  27. 14 Dec, 2011 2 commits
  28. 11 Dec, 2011 1 commit
  29. 02 Dec, 2011 1 commit
    • Michael Niedermayer's avatar
      swscale_mmx: Fix cast qualifier warnings: · 3fd4fe0e
      Michael Niedermayer authored
      libswscale/x86/swscale_mmx.c:131:36: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
      libswscale/x86/swscale_mmx.c:132:37: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
      libswscale/x86/swscale_mmx.c:133:74: warning: to be safe all intermediate pointers in cast from ‘int16_t **’ to ‘const int16_t **’ must be ‘const’ qualified [-Wcast-qual]
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      3fd4fe0e
  30. 18 Nov, 2011 1 commit
  31. 11 Nov, 2011 1 commit
  32. 06 Nov, 2011 1 commit
  33. 31 Oct, 2011 1 commit
  34. 23 Oct, 2011 1 commit