1. 15 May, 2013 1 commit
  2. 12 May, 2013 1 commit
  3. 09 May, 2013 1 commit
  4. 08 May, 2013 1 commit
  5. 06 May, 2013 1 commit
  6. 28 Apr, 2013 2 commits
  7. 15 Apr, 2013 1 commit
  8. 08 Mar, 2013 1 commit
  9. 27 Feb, 2013 2 commits
  10. 09 Feb, 2013 1 commit
  11. 07 Feb, 2013 1 commit
  12. 26 Jan, 2013 1 commit
  13. 18 Jan, 2013 1 commit
  14. 30 Oct, 2012 4 commits
  15. 23 Oct, 2012 2 commits
  16. 12 Oct, 2012 1 commit
  17. 08 Oct, 2012 1 commit
  18. 30 Sep, 2012 2 commits
  19. 12 Aug, 2012 1 commit
    • Reimar Döffinger's avatar
      Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. · 118bd609
      Reimar Döffinger authored
      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: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      118bd609
  20. 19 Jul, 2012 2 commits
  21. 18 Jul, 2012 1 commit
  22. 17 Jul, 2012 1 commit
  23. 16 Jun, 2012 1 commit
  24. 09 Jun, 2012 1 commit
  25. 05 Jun, 2012 1 commit
  26. 03 Apr, 2012 1 commit
  27. 24 Jan, 2012 1 commit
  28. 22 Jan, 2012 1 commit
  29. 21 Jan, 2012 1 commit
  30. 13 Jan, 2012 2 commits
    • Paul B Mahol's avatar
      rgb2rgb: rgb12to15() · 0cc1a86d
      Paul B Mahol authored
      Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
      0cc1a86d
    • Ronald S. Bultje's avatar
      swscale: fix invalid conversions and memory problems. · e7843db3
      Ronald S. Bultje authored
      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
  31. 11 Jan, 2012 1 commit