1. 17 Feb, 2015 1 commit
  2. 04 Feb, 2015 1 commit
  3. 14 Jan, 2015 1 commit
  4. 26 Dec, 2014 1 commit
  5. 12 Nov, 2014 1 commit
  6. 11 Oct, 2014 1 commit
  7. 05 Oct, 2014 1 commit
  8. 21 Sep, 2014 1 commit
  9. 07 Aug, 2014 1 commit
  10. 04 Aug, 2014 2 commits
  11. 19 Jul, 2014 3 commits
  12. 13 Jun, 2014 1 commit
  13. 21 May, 2014 1 commit
  14. 13 May, 2014 1 commit
  15. 04 May, 2014 1 commit
  16. 03 May, 2014 1 commit
    • Luca Barbato's avatar
      swscale: Fix an undefined behaviour · 3a177a9c
      Luca Barbato authored
      Prevent a division by zero down the codepath.
      
      Sample-Id: 00001721-google
      Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      3a177a9c
  17. 14 Apr, 2014 2 commits
  18. 08 Apr, 2014 2 commits
  19. 07 Apr, 2014 1 commit
  20. 02 Apr, 2014 2 commits
  21. 25 Mar, 2014 2 commits
    • Carl Eugen Hoyos's avatar
      Do not set swscale sizeFactor to -1. · e6fe804b
      Carl Eugen Hoyos authored
      Fixes ticket #3495.
      e6fe804b
    • Ø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
  22. 18 Mar, 2014 1 commit
  23. 16 Mar, 2014 1 commit
  24. 23 Feb, 2014 1 commit
  25. 24 Dec, 2013 1 commit
  26. 15 Dec, 2013 3 commits
  27. 07 Dec, 2013 1 commit
  28. 05 Nov, 2013 1 commit
  29. 04 Nov, 2013 1 commit
  30. 24 Oct, 2013 1 commit
  31. 23 Oct, 2013 1 commit