1. 13 Jan, 2012 2 commits
    • Ronald S. Bultje's avatar
      swscale-test: fix stack overread. · 06b0246d
      Ronald S. Bultje authored
      Fixes problems in swscale-test where it gives a 3-member array to a
      function expecting a 4-member array.
      06b0246d
    • Ronald S. Bultje's avatar
      swscale: fix invalid conversions and memory problems. · e7843db3
      Ronald S. Bultje authored
      Fixes problems where rgbToRgbWrapper() is called even though it doesn't
      support this particular conversion (e.g. converting from RGB444 to
      anything). Thirdly, fixes issues where rgbToRgbWrapper() is called for
      non-native endiannness conversions (e.g. RGB555BE on a LE system).
      Fourthly, fixes crashes when converting from e.g. monowhite to
      monowhite, which calls planarCopyWrapper() and overwrites/reads because
      n_bytes != n_pixels.
      e7843db3
  2. 12 Jan, 2012 22 commits
  3. 11 Jan, 2012 13 commits
  4. 10 Jan, 2012 3 commits