1. 20 Nov, 2016 1 commit
  2. 16 Jul, 2016 1 commit
  3. 04 Dec, 2015 1 commit
  4. 29 Oct, 2015 1 commit
  5. 10 Oct, 2015 1 commit
  6. 08 Sep, 2015 1 commit
  7. 09 Aug, 2015 1 commit
  8. 08 Aug, 2015 1 commit
  9. 23 Apr, 2015 1 commit
  10. 21 Sep, 2014 1 commit
  11. 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
  12. 06 Oct, 2013 1 commit
  13. 30 Sep, 2013 1 commit
  14. 15 Aug, 2013 1 commit
    • Michael Niedermayer's avatar
      sws: add dither enum · 1e0e1932
      Michael Niedermayer authored
      This allows specifying more dither algorithms without using up flags and
      without ambiguities.
      
      Also initialize the new field based on the flags and use it.
      Note, improving the logic of the checks is left to subsequent
      commits, this here only switches from flags to enum.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      1e0e1932
  15. 02 Aug, 2013 1 commit
  16. 17 Jul, 2013 1 commit
  17. 16 Jul, 2013 1 commit
  18. 19 Jan, 2013 1 commit
  19. 29 Nov, 2012 1 commit
    • Stefano Sabatini's avatar
      lsws: define version in SWScaler class · 605f1d98
      Stefano Sabatini authored
      The version number is useful to check the libavutil version against which
      the library was compiled at run-time, which in turn may be useful to deal
      with binary compatibility issues.
      605f1d98
  20. 08 Oct, 2012 1 commit
  21. 04 Sep, 2012 3 commits
  22. 07 Jul, 2012 1 commit
  23. 22 Jun, 2012 1 commit
  24. 04 Mar, 2012 1 commit
  25. 21 Feb, 2012 1 commit
  26. 12 Oct, 2011 1 commit
  27. 03 Sep, 2011 1 commit
  28. 24 May, 2011 1 commit
  29. 10 May, 2011 1 commit
  30. 30 Apr, 2011 1 commit
  31. 19 Apr, 2011 1 commit
  32. 19 Mar, 2011 1 commit
  33. 29 Sep, 2010 3 commits
  34. 26 Sep, 2010 1 commit
  35. 08 Sep, 2010 1 commit
  36. 16 Aug, 2009 1 commit