1. 05 9月, 2015 1 次提交
  2. 19 8月, 2015 3 次提交
  3. 18 8月, 2015 2 次提交
  4. 09 8月, 2015 1 次提交
  5. 08 8月, 2015 2 次提交
  6. 24 7月, 2015 1 次提交
  7. 24 4月, 2015 2 次提交
  8. 28 2月, 2015 1 次提交
  9. 15 1月, 2015 1 次提交
  10. 17 12月, 2014 1 次提交
  11. 11 10月, 2014 1 次提交
  12. 06 10月, 2014 1 次提交
  13. 05 8月, 2014 1 次提交
  14. 04 8月, 2014 2 次提交
  15. 19 7月, 2014 3 次提交
  16. 13 7月, 2014 1 次提交
  17. 13 6月, 2014 1 次提交
  18. 02 6月, 2014 1 次提交
  19. 14 5月, 2014 1 次提交
  20. 27 4月, 2014 1 次提交
  21. 15 4月, 2014 1 次提交
  22. 09 4月, 2014 2 次提交
  23. 25 3月, 2014 1 次提交
    • Ø
      swscale: add two spatially stable dithering methods · 3e601662
      Øyvind Kolås 提交于
      Both of these dithering methods are from http://pippin.gimp.org/a_dither/ for
      GIF they can be considered better than bayer (provides more gray-levels), and
      spatial stability - often more than twice as good compression and less visual
      flicker than error diffusion methods (the methods also avoids error-shadow
      artifacts of diffusion dithers).
      
      These methods are similar to blue/green noise type dither masks; but are
      simple enough to generate their mask on the fly. They are still research work
      in progress; though more expensive to generate masks (which can be used in a
      LUT) like 'void and cluster' and similar methods will yield superior results
      3e601662
  24. 17 3月, 2014 1 次提交
  25. 13 3月, 2014 1 次提交
  26. 23 2月, 2014 1 次提交
  27. 16 12月, 2013 1 次提交
  28. 31 10月, 2013 1 次提交
    • R
      Optimize pure C unscaled yuv2rgb. · 4fab08c9
      Reimar Döffinger 提交于
      Aligning the tables reduces the amount of code generated on
      e.g. ARM as the offset constant then has few enough set bits
      so it can be encoded inside a single instruction instead of 2.
      Ideally all should be declared aligned, but the DECLARE_ALIGNED
      macros does not work with pointer tables, thus also reordered
      the tables.
      Signed-off-by: NReimar Döffinger <Reimar.Doeffinger@gmx.de>
      4fab08c9
  29. 29 8月, 2013 3 次提交