1. 29 Apr, 2011 1 commit
  2. 27 Apr, 2011 3 commits
  3. 26 Apr, 2011 2 commits
  4. 12 Apr, 2011 1 commit
  5. 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
  6. 26 Mar, 2011 1 commit
  7. 23 Mar, 2011 1 commit
  8. 22 Mar, 2011 1 commit
  9. 20 Mar, 2011 1 commit
  10. 19 Mar, 2011 1 commit
  11. 17 Mar, 2011 1 commit
  12. 16 Mar, 2011 1 commit
  13. 15 Mar, 2011 3 commits
  14. 14 Mar, 2011 1 commit
  15. 12 Mar, 2011 1 commit
  16. 08 Mar, 2011 1 commit
  17. 20 Feb, 2011 1 commit
  18. 19 Feb, 2011 1 commit
  19. 18 Feb, 2011 1 commit
  20. 17 Feb, 2011 1 commit
  21. 16 Feb, 2011 2 commits
  22. 14 Feb, 2011 2 commits
  23. 13 Feb, 2011 2 commits
  24. 11 Feb, 2011 1 commit
  25. 10 Feb, 2011 1 commit
  26. 09 Feb, 2011 1 commit
    • Ronald S. Bultje's avatar
      Fix ff_emu_edge_core_sse() on Win64. · a239d534
      Ronald S. Bultje authored
      Fix emu_edge_v_extend_15 to be <128 bytes on Win64, by being more strict
      on the size of registers and which registers are being used for operations
      where multiple are available. This fixes segfaults in emulated_edge()
      function calls on Win64.
      (cherry picked from commit 17cf7c68)
      a239d534
  27. 08 Feb, 2011 1 commit
    • Ronald S. Bultje's avatar
      Fix ff_emu_edge_core_sse() on Win64. · 17cf7c68
      Ronald S. Bultje authored
      Fix emu_edge_v_extend_15 to be <128 bytes on Win64, by being more strict
      on the size of registers and which registers are being used for operations
      where multiple are available. This fixes segfaults in emulated_edge()
      function calls on Win64.
      17cf7c68
  28. 04 Feb, 2011 2 commits
  29. 02 Feb, 2011 3 commits