1. 12 Nov, 2014 1 commit
  2. 11 Oct, 2014 1 commit
  3. 05 Oct, 2014 1 commit
  4. 21 Sep, 2014 1 commit
  5. 07 Aug, 2014 1 commit
  6. 04 Aug, 2014 2 commits
  7. 19 Jul, 2014 3 commits
  8. 13 Jun, 2014 1 commit
  9. 21 May, 2014 1 commit
  10. 13 May, 2014 1 commit
  11. 04 May, 2014 1 commit
  12. 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
  13. 14 Apr, 2014 2 commits
  14. 08 Apr, 2014 2 commits
  15. 07 Apr, 2014 1 commit
  16. 02 Apr, 2014 2 commits
  17. 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
  18. 18 Mar, 2014 1 commit
  19. 16 Mar, 2014 1 commit
  20. 23 Feb, 2014 1 commit
  21. 24 Dec, 2013 1 commit
  22. 15 Dec, 2013 3 commits
  23. 07 Dec, 2013 1 commit
  24. 05 Nov, 2013 1 commit
  25. 04 Nov, 2013 1 commit
  26. 24 Oct, 2013 1 commit
  27. 23 Oct, 2013 1 commit
  28. 17 Oct, 2013 1 commit
  29. 10 Oct, 2013 1 commit
  30. 05 Oct, 2013 1 commit
  31. 30 Sep, 2013 1 commit