Mercurial > mplayer.hg
changeset 24665:1f5256c663f7
cosmetics: Fix AltiVec spelling.
author | diego |
---|---|
date | Tue, 02 Oct 2007 10:37:59 +0000 |
parents | 39b8a38f02b8 |
children | 58480b6d333f |
files | AUTHORS Changelog DOCS/man/fr/mplayer.1 libswscale/yuv2rgb_altivec.c |
diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 <mmh@pleasantst.com> - * Altivec, color space converter + * AltiVec, color space converter * Blackfin, DSP optimizations Holm, David (dholm, mswitch) <dholm@telia.com>
--- 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:
--- 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
--- 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