1. 17 Jul, 2013 1 commit
  2. 05 Feb, 2013 1 commit
  3. 23 Jan, 2013 1 commit
  4. 13 Nov, 2012 1 commit
  5. 30 Oct, 2012 2 commits
  6. 29 Oct, 2012 1 commit
    • Ronald S. Bultje's avatar
      Remove usage of INIT_AVX in h264_intrapred_10bit.asm. · c285edd0
      Ronald S. Bultje authored
      Replace INIT_AVX by INIT_XMM avx. Port the whole file to use cpuflag
      based function declarations. Remove (now unused) cputype argument in
      function declaration macros. Change function prototypes to have mmx2
      instead of mmxext as suffix, since that's required by cpuflags.
      c285edd0
  7. 08 Sep, 2012 1 commit
  8. 01 Sep, 2012 1 commit
  9. 07 Aug, 2012 1 commit
  10. 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
  11. 05 Jul, 2012 1 commit
  12. 23 Jun, 2012 1 commit
  13. 12 Feb, 2012 1 commit
  14. 21 Oct, 2011 1 commit
  15. 20 Oct, 2011 1 commit
  16. 14 Aug, 2011 1 commit
  17. 22 Jul, 2011 1 commit
  18. 14 Jul, 2011 1 commit
  19. 08 Jul, 2011 1 commit
  20. 07 Jun, 2011 1 commit
  21. 05 Jun, 2011 1 commit
  22. 02 Jun, 2011 1 commit
  23. 10 May, 2011 1 commit
    • Oskar Arvidsson's avatar
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 19a0729b
      Oskar Arvidsson authored
      This patch lets e.g. dsputil_init chose dsp functions with respect to
      the bit depth to decode. The naming scheme of bit depth dependent
      functions is <base name>_<bit depth>[_<prefix>] (i.e. the old
      clear_blocks_c is now named clear_blocks_8_c).
      
      Note: Some of the functions for high bit depth is not dependent on the
      bit depth, but only on the pixel size. This leaves some room for
      optimizing binary size.
      
      Preparatory patch for high bit depth h264 decoding support.
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      19a0729b
  24. 10 Apr, 2011 1 commit
    • Oskar Arvidsson's avatar
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. · 8dbe5856
      Oskar Arvidsson authored
      This patch lets e.g. dsputil_init chose dsp functions with respect to
      the bit depth to decode. The naming scheme of bit depth dependent
      functions is <base name>_<bit depth>[_<prefix>] (i.e. the old
      clear_blocks_c is now named clear_blocks_8_c).
      
      Note: Some of the functions for high bit depth is not dependent on the
      bit depth, but only on the pixel size. This leaves some room for
      optimizing binary size.
      
      Preparatory patch for high bit depth h264 decoding support.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      8dbe5856
  25. 19 Mar, 2011 1 commit
  26. 29 Dec, 2010 14 commits