# HG changeset patch # User diego # Date 1191321479 0 # Node ID 1f5256c663f76c6f282468dcdcc44cace075d73c # Parent 39b8a38f02b80aff7031c494a787d312ec7ab062 cosmetics: Fix AltiVec spelling. diff -r 39b8a38f02b8 -r 1f5256c663f7 AUTHORS --- a/AUTHORS Mon Oct 01 22:48:39 2007 +0000 +++ b/AUTHORS Tue Oct 02 10:37:59 2007 +0000 @@ -362,7 +362,7 @@ * found the big BITMAPINFOHEADER problem -> solved ASV2 pixelization Hoffman, Marc - * Altivec, color space converter + * AltiVec, color space converter * Blackfin, DSP optimizations Holm, David (dholm, mswitch) diff -r 39b8a38f02b8 -r 1f5256c663f7 Changelog --- a/Changelog Mon Oct 01 22:48:39 2007 +0000 +++ b/Changelog Tue Oct 02 10:37:59 2007 +0000 @@ -821,7 +821,7 @@ * hrtf audio filter to convert multichannel audio to 2 channel output for headphones, preserving the spatiality of the sound * big-endian fixes in rgb2rgb converter - * yuv2rgb Altivec optimization fixes + * yuv2rgb AltiVec optimization fixes * support for LADSPA plugins GUI: diff -r 39b8a38f02b8 -r 1f5256c663f7 DOCS/man/fr/mplayer.1 --- a/DOCS/man/fr/mplayer.1 Mon Oct 01 22:48:39 2007 +0000 +++ b/DOCS/man/fr/mplayer.1 Tue Oct 02 10:37:59 2007 +0000 @@ -8559,7 +8559,7 @@ .IPs 4 mlib .IPs 5 -Altivec +AltiVec .IPs 6 nombre flottant AAN .RE @@ -8589,7 +8589,7 @@ .IPs 7 arm .IPs 8 -Altivec +AltiVec .IPs 9 sh4 .IPs 10 diff -r 39b8a38f02b8 -r 1f5256c663f7 libswscale/yuv2rgb_altivec.c --- a/libswscale/yuv2rgb_altivec.c Mon Oct 01 22:48:39 2007 +0000 +++ b/libswscale/yuv2rgb_altivec.c Tue Oct 02 10:37:59 2007 +0000 @@ -1,7 +1,7 @@ /* marc.hoffman@analog.com March 8, 2004 - Altivec Acceleration for Color Space Conversion revision 0.2 + AltiVec acceleration for colorspace conversion revision 0.2 convert I420 YV12 to RGB in various formats, it rejects images that are not in 420 formats