On 2012-01-12 13:46:21 -0800, Ronald S. Bultje wrote:
> From: "Ronald S. Bultje" <[email protected]>
> 
> Fixes problems in swscale-test where it gives a 3-member array to a
> function expecting a 4-member array.

not true anymore

>  Secondly, 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 a n_bytes !=
> n_pixels.
> ---
>  libswscale/swscale-test.c     |    4 +-
>  libswscale/swscale_unscaled.c |   49 ++++++++++++++++++++++++----------------
>  2 files changed, 31 insertions(+), 22 deletions(-)

apart from the outdated commit message ok, change before pushing

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to