1. 12 5月, 2013 1 次提交
  2. 09 5月, 2013 1 次提交
  3. 08 5月, 2013 1 次提交
  4. 07 5月, 2013 1 次提交
  5. 28 4月, 2013 2 次提交
  6. 15 4月, 2013 1 次提交
  7. 08 3月, 2013 1 次提交
  8. 27 2月, 2013 2 次提交
  9. 10 2月, 2013 1 次提交
  10. 07 2月, 2013 1 次提交
  11. 27 1月, 2013 1 次提交
  12. 19 1月, 2013 1 次提交
  13. 31 10月, 2012 3 次提交
  14. 30 10月, 2012 1 次提交
  15. 24 10月, 2012 1 次提交
  16. 23 10月, 2012 1 次提交
  17. 12 10月, 2012 1 次提交
  18. 08 10月, 2012 1 次提交
  19. 01 10月, 2012 2 次提交
  20. 13 8月, 2012 1 次提交
    • R
      Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. · 118bd609
      Reimar Döffinger 提交于
      About 30% faster on 32 bit Atom, 120% faster on 64 bit Phenom2.
      This is interesting because supporting P16 is easier in e.g.
      OpenGL (can misuse support for any 2-component 8 bit format),
      whereas supporting p9/p10 without conversion needs a texture
      format with at least 14 bits actual precision.
      The shiftonly == 0 case is not optimized since the code is more
      complex and the speed gain less obvious.
      Signed-off-by: NReimar Döffinger <Reimar.Doeffinger@gmx.de>
      118bd609
  21. 19 7月, 2012 3 次提交
  22. 17 7月, 2012 1 次提交
  23. 16 6月, 2012 1 次提交
  24. 09 6月, 2012 1 次提交
  25. 05 6月, 2012 1 次提交
  26. 04 4月, 2012 1 次提交
  27. 25 1月, 2012 1 次提交
  28. 22 1月, 2012 2 次提交
  29. 13 1月, 2012 2 次提交
    • P
      rgb2rgb: rgb12to15() · 0cc1a86d
      Paul B Mahol 提交于
      Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
      0cc1a86d
    • R
      swscale: fix invalid conversions and memory problems. · e7843db3
      Ronald S. Bultje 提交于
      Fixes problems where rgbToRgbWrapper() is called even though it doesn't
      support this particular conversion (e.g. converting from RGB444 to
      anything). Thirdly, fixes issues where rgbToRgbWrapper() is called for
      non-native endiannness conversions (e.g. RGB555BE on a LE system).
      Fourthly, fixes crashes when converting from e.g. monowhite to
      monowhite, which calls planarCopyWrapper() and overwrites/reads because
      n_bytes != n_pixels.
      e7843db3
  30. 12 1月, 2012 1 次提交
  31. 11 1月, 2012 1 次提交