1. 07 May, 2014 1 commit
  2. 04 May, 2014 1 commit
  3. 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
  4. 30 Apr, 2014 1 commit
  5. 27 Apr, 2014 1 commit
  6. 19 Apr, 2014 1 commit
  7. 16 Apr, 2014 1 commit
  8. 14 Apr, 2014 4 commits
  9. 12 Apr, 2014 3 commits
  10. 10 Apr, 2014 1 commit
  11. 09 Apr, 2014 1 commit
  12. 08 Apr, 2014 5 commits
  13. 07 Apr, 2014 1 commit
  14. 02 Apr, 2014 2 commits
  15. 26 Mar, 2014 1 commit
  16. 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
  17. 24 Mar, 2014 1 commit
  18. 19 Mar, 2014 1 commit
  19. 18 Mar, 2014 2 commits
  20. 16 Mar, 2014 3 commits
  21. 15 Mar, 2014 1 commit
  22. 13 Mar, 2014 3 commits
  23. 23 Feb, 2014 1 commit
  24. 21 Jan, 2014 1 commit