1. 18 Oct, 2018 1 commit
  2. 14 Aug, 2018 1 commit
  3. 02 Mar, 2018 1 commit
  4. 05 Aug, 2017 1 commit
  5. 15 Apr, 2017 2 commits
  6. 01 Dec, 2016 1 commit
  7. 09 Nov, 2016 4 commits
  8. 12 Oct, 2016 2 commits
  9. 27 Sep, 2016 2 commits
  10. 31 Aug, 2016 1 commit
  11. 23 Aug, 2016 1 commit
  12. 04 May, 2016 1 commit
  13. 03 May, 2016 1 commit
  14. 31 Mar, 2016 1 commit
  15. 10 Feb, 2016 1 commit
  16. 14 Jan, 2016 1 commit
  17. 19 Sep, 2015 1 commit
  18. 08 Sep, 2015 1 commit
  19. 07 Sep, 2015 1 commit
  20. 25 Jul, 2015 1 commit
  21. 24 Jul, 2015 1 commit
  22. 03 Jul, 2015 2 commits
  23. 02 Jul, 2015 1 commit
  24. 16 Jun, 2015 2 commits
  25. 25 Mar, 2015 1 commit
  26. 21 Feb, 2015 1 commit
  27. 14 Jan, 2015 1 commit
  28. 07 Apr, 2014 1 commit
  29. 02 Apr, 2014 1 commit
  30. 25 Mar, 2014 1 commit
    • Øyvind Kolås's avatar
      swscale: add two spatially stable dithering methods · 3e601662
      Øyvind Kolås authored
      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
  31. 15 Aug, 2013 2 commits