1
mirror of https://github.com/mpv-player/mpv synced 2024-10-14 11:54:36 +02:00

spelling: big-endian and little-endian

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13048 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-08-18 19:00:05 +00:00
parent d9bd42eb31
commit d25a85f17b
5 changed files with 12 additions and 12 deletions

View File

@ -29,7 +29,7 @@ MPlayer (1.0)
* vo_quartz made default on Mac OS X * vo_quartz made default on Mac OS X
* ao_macosx fixed and made default again on Mac OS X * ao_macosx fixed and made default again on Mac OS X
* RealVideo binary codecs support on Mac OS X (still buggy) * RealVideo binary codecs support on Mac OS X (still buggy)
* bigendian fixes in vf.c, vo_tga * big-endian fixes in vf.c, vo_tga
* OpenBSD portability fixes * OpenBSD portability fixes
* OpenBSD/VAX support * OpenBSD/VAX support
* AMD64 support * AMD64 support
@ -38,7 +38,7 @@ MPlayer (1.0)
* support for more Radeons (9800 XT among them) in VIDIX * support for more Radeons (9800 XT among them) in VIDIX
* Radeon related bug fixes in VIDIX * Radeon related bug fixes in VIDIX
* vo_gl2 now supports GUI, fix for flickering borders in fullscreen * vo_gl2 now supports GUI, fix for flickering borders in fullscreen
* support 24 and 32 bit PCM files, bigendian fixes * support 24 and 32 bit PCM files, big-endian fixes
* ao_sdl now converts unsupported formats instead of quitting * ao_sdl now converts unsupported formats instead of quitting
* ENCA support * ENCA support
* merged ao_alsa9 and ao_alsa1x drivers into ao_alsa * merged ao_alsa9 and ao_alsa1x drivers into ao_alsa
@ -782,7 +782,7 @@ MPlayer (0.90)
* -vo gif89a uninit sig11 fixed * -vo gif89a uninit sig11 fixed
* the usual compiler warning fixes :) * the usual compiler warning fixes :)
* use -pphelp instead of -vop pp=help * use -pphelp instead of -vop pp=help
* various bigendian fixes * various big-endian fixes
* 16bpp packed YUV fixes in crop, mirror, rotate filters * 16bpp packed YUV fixes in crop, mirror, rotate filters
* some -fixed-vo and vo_preinit fixes, -vo sdl, xmga, mga should work... * some -fixed-vo and vo_preinit fixes, -vo sdl, xmga, mga should work...
* various Solaris compatibility fixes (should work out of the box) * various Solaris compatibility fixes (should work out of the box)
@ -994,7 +994,7 @@ MPlayer (0.90)
* RTC setup fixes, more verbose messages, hints * RTC setup fixes, more verbose messages, hints
* MEncoder: demuxer/codec uninit order fixed (solves some sig11) * MEncoder: demuxer/codec uninit order fixed (solves some sig11)
* various v4l and ALSA capturing fixes * various v4l and ALSA capturing fixes
* demux_mov: fixed crash with MPEG4 on SPARC, decoding on big endian * demux_mov: fixed crash with MPEG4 on SPARC, decoding on big-endian
* various NAS ao fixes * various NAS ao fixes
* libvo: optional stride support for packed YUV / RGB formats * libvo: optional stride support for packed YUV / RGB formats
* MEncoder: set keyframe flag on audio packets, fixes Windows seeking * MEncoder: set keyframe flag on audio packets, fixes Windows seeking
@ -1005,7 +1005,7 @@ MPlayer (0.90)
* fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6) * fixed RealAudio SIPR(O) codec (the wrapper didn't find the dspr.so.6)
* mms:// audio (radio) streaming fixed * mms:// audio (radio) streaming fixed
* DVB: -vop lavc=bitrate is working again * DVB: -vop lavc=bitrate is working again
* various big endian fixes * various big-endian fixes
Features: Features:
* new audio filter layer (libaf) - automatic samplerate conversion * new audio filter layer (libaf) - automatic samplerate conversion
@ -1189,7 +1189,7 @@ MPlayer (0.90)
pre2: Apr 30, 2002 pre2: Apr 30, 2002
* hwac3 fixes (try AFMT_AC3 first), bigendian fixes for PCM audio * hwac3 fixes (try AFMT_AC3 first), big-endian fixes for PCM audio
* 2-pass encoding with libavcodec (-lavcopts vpass=x), B frames support * 2-pass encoding with libavcodec (-lavcopts vpass=x), B frames support
* faster Ogg seeking (use -forceidx for slow but accurate one) * faster Ogg seeking (use -forceidx for slow but accurate one)
* audio-only with GUI fixed * audio-only with GUI fixed

View File

@ -41,7 +41,7 @@ negative, use a command like this:
Don't include the minus (-) sign in delay. Also, keep in mind you'll Don't include the minus (-) sign in delay. Also, keep in mind you'll
have to change the 1764 number and provide additional options to lame have to change the 1764 number and provide additional options to lame
if your audio stream isn't 44100/16bit/littleendian/stereo. if your audio stream isn't 44100/16bit/little-endian/stereo.
Step 3: Use mencoder to remux your new mp3 file with the movie: Step 3: Use mencoder to remux your new mp3 file with the movie:

View File

@ -39,7 +39,7 @@ SHOULD its recommanded to be done that way but its not strictly required
Type definitions: Type definitions:
f(x) n fixed bits in big endian order f(x) n fixed bits in big-endian order
u(x) unsigned number encoded in x bits in MSB first order u(x) unsigned number encoded in x bits in MSB first order
v v

View File

@ -637,7 +637,7 @@ The <option>format</option> filter converts between different sample formats. It
concatenated mix of: <option>alaw</option>, <option>mulaw</option> or concatenated mix of: <option>alaw</option>, <option>mulaw</option> or
<option>imaadpcm</option>, <option>float</option> or <option>int</option>, <option>imaadpcm</option>, <option>float</option> or <option>int</option>,
<option>unsigned</option> or <option>signed</option>, <option>le</option> or <option>unsigned</option> or <option>signed</option>, <option>le</option> or
<option>be</option> (little or big endian). This option is required, <option>be</option> (little- or big-endian). This option is required,
leaving it empty results in a runtime error. leaving it empty results in a runtime error.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>

6
configure vendored
View File

@ -294,7 +294,7 @@ Advanced options:
--enable-shm build with shm support [autodetect] --enable-shm build with shm support [autodetect]
--enable-altivec build with Altivec support (PowerPC) [autodetect] --enable-altivec build with Altivec support (PowerPC) [autodetect]
--disable-fastmemcpy disable 3DNow!/SSE/MMX optimized memcpy() [enable] --disable-fastmemcpy disable 3DNow!/SSE/MMX optimized memcpy() [enable]
--enable-big-endian Force byte order to big endian [autodetect] --enable-big-endian Force byte order to big-endian [autodetect]
--enable-debug[=1-3] compile debugging information into mplayer [disable] --enable-debug[=1-3] compile debugging information into mplayer [disable]
--enable-profile compile profiling information into mplayer [disable] --enable-profile compile profiling information into mplayer [disable]
--disable-sighandler disable sighandler for crashes [enable] --disable-sighandler disable sighandler for crashes [enable]
@ -5740,10 +5740,10 @@ EOF
fi fi
fi fi
if test "$_big_endian" = yes ; then if test "$_big_endian" = yes ; then
_byte_order='Big Endian' _byte_order='big-endian'
_def_words_endian='#define WORDS_BIGENDIAN 1' _def_words_endian='#define WORDS_BIGENDIAN 1'
else else
_byte_order='Little Endian' _byte_order='little-endian'
_def_words_endian='#undef WORDS_BIGENDIAN' _def_words_endian='#undef WORDS_BIGENDIAN'
fi fi
echores "$_byte_order" echores "$_byte_order"