Commit 6d9fde80 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Spelling

parent 522baa53
...@@ -382,7 +382,7 @@ typedef struct vout_chroma_t ...@@ -382,7 +382,7 @@ typedef struct vout_chroma_t
/** conversion functions */ /** conversion functions */
vout_chroma_convert_t *pf_convert; vout_chroma_convert_t *pf_convert;
/** Private module-dependant data */ /** Private module-dependent data */
chroma_sys_t * p_sys; /* private data */ chroma_sys_t * p_sys; /* private data */
/** Plugin used and shortcuts to access its capabilities */ /** Plugin used and shortcuts to access its capabilities */
...@@ -396,7 +396,7 @@ typedef struct vout_chroma_t ...@@ -396,7 +396,7 @@ typedef struct vout_chroma_t
/** /**
* Video output thread descriptor * Video output thread descriptor
* *
* Any independant video output device, such as an X11 window or a GGI device, * Any independent video output device, such as an X11 window or a GGI device,
* is represented by a video output thread, and described using the following * is represented by a video output thread, and described using the following
* structure. * structure.
*/ */
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
/**************************************************************************** /****************************************************************************
* XXX: * XXX:
* Definitions and data duplicated from asf demuxers but I want access * Definitions and data duplicated from asf demuxers but I want access
* and demux plugins to be independant * and demux plugins to be independent
* *
****************************************************************************/ ****************************************************************************/
......
...@@ -166,7 +166,7 @@ N_("<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]... ...@@ -166,7 +166,7 @@ N_("<filterName>[:<option>[:<option>...]][[,|/][-]<filterName>[:<option>...]]...
"tn:64:128:256\n" \ "tn:64:128:256\n" \
"Filters Options\n" \ "Filters Options\n" \
"short long name short long option Description\n" \ "short long name short long option Description\n" \
"* * a autoq cpu power dependant enabler\n" \ "* * a autoq cpu power dependent enabler\n" \
" c chrom chrominance filtring enabled\n" \ " c chrom chrominance filtring enabled\n" \
" y nochrom chrominance filtring disabled\n" \ " y nochrom chrominance filtring disabled\n" \
"hb hdeblock (2 Threshold) horizontal deblocking filter\n" \ "hb hdeblock (2 Threshold) horizontal deblocking filter\n" \
......
...@@ -107,7 +107,7 @@ void Win32Graphics::drawBitmap( const GenericBitmap &rBitmap, ...@@ -107,7 +107,7 @@ void Win32Graphics::drawBitmap( const GenericBitmap &rBitmap,
bmpInfo.bmiHeader.biCompression = BI_RGB; bmpInfo.bmiHeader.biCompression = BI_RGB;
bmpInfo.bmiHeader.biSizeImage = width * height * 4; bmpInfo.bmiHeader.biSizeImage = width * height * 4;
// Create a DIB (Device Independant Bitmap) and associate it with // Create a DIB (Device Independent Bitmap) and associate it with
// a temporary DC // a temporary DC
HDC hDC = CreateCompatibleDC( m_hDC ); HDC hDC = CreateCompatibleDC( m_hDC );
HBITMAP hBmp = CreateDIBSection( hDC, &bmpInfo, DIB_RGB_COLORS, HBITMAP hBmp = CreateDIBSection( hDC, &bmpInfo, DIB_RGB_COLORS,
......
...@@ -1032,7 +1032,7 @@ static offscreen_bitmap_t *Compose( int i_text_align, UniChar *psz_utf16_str, ui ...@@ -1032,7 +1032,7 @@ static offscreen_bitmap_t *Compose( int i_text_align, UniChar *psz_utf16_str, ui
// you move down the page // you move down the page
y -= ascent; y -= ascent;
// Set the outlining for this line to be dependant on the size of the line - // Set the outlining for this line to be dependent on the size of the line -
// make it about 5% of the ascent, with a minimum at 1.0 // make it about 5% of the ascent, with a minimum at 1.0
float f_thickness = FixedToFloat( ascent ) * 0.05; float f_thickness = FixedToFloat( ascent ) * 0.05;
CGContextSetLineWidth( p_context, (( f_thickness > 1.0 ) ? 1.0 : f_thickness )); CGContextSetLineWidth( p_context, (( f_thickness > 1.0 ) ? 1.0 : f_thickness ));
......
...@@ -830,7 +830,7 @@ static int LOASParse( decoder_t *p_dec, uint8_t *p_buffer, int i_buffer ) ...@@ -830,7 +830,7 @@ static int LOASParse( decoder_t *p_dec, uint8_t *p_buffer, int i_buffer )
if( !p_sys->b_latm_cfg ) if( !p_sys->b_latm_cfg )
return 0; return 0;
/* FIXME do we need to split the subframe into independant packet ? */ /* FIXME do we need to split the subframe into independent packet ? */
if( p_sys->latm.i_sub_frames > 1 ) if( p_sys->latm.i_sub_frames > 1 )
msg_Err( p_dec, "latm sub frames not yet supported, please send a sample" ); msg_Err( p_dec, "latm sub frames not yet supported, please send a sample" );
......
...@@ -338,7 +338,7 @@ static void BuildExtraData( decoder_t *p_dec ) ...@@ -338,7 +338,7 @@ static void BuildExtraData( decoder_t *p_dec )
memcpy( (uint8_t*)p_es->p_extra + p_sys->sh.p_sh->i_buffer, memcpy( (uint8_t*)p_es->p_extra + p_sys->sh.p_sh->i_buffer,
p_sys->ep.p_ep->p_buffer, p_sys->ep.p_ep->i_buffer ); p_sys->ep.p_ep->p_buffer, p_sys->ep.p_ep->i_buffer );
} }
/* ParseIDU: parse an Independant Decoding Unit */ /* ParseIDU: parse an Independent Decoding Unit */
static block_t *ParseIDU( decoder_t *p_dec, block_t *p_frag ) static block_t *ParseIDU( decoder_t *p_dec, block_t *p_frag )
{ {
decoder_sys_t *p_sys = p_dec->p_sys; decoder_sys_t *p_sys = p_dec->p_sys;
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Authors: Rémi Denis-Courmont <rem # videolan.org> * Authors: Rémi Denis-Courmont <rem # videolan.org>
* *
* Based on original wxWindows patch for VLC, and dependant on CyberLink * Based on original wxWindows patch for VLC, and dependent on CyberLink
* UPnP library from : * UPnP library from :
* Satoshi Konno <skonno@cybergarage.org> * Satoshi Konno <skonno@cybergarage.org>
* *
......
...@@ -78,7 +78,7 @@ void I420_RGB16_dither( vout_thread_t *p_vout, picture_t *p_src, ...@@ -78,7 +78,7 @@ void I420_RGB16_dither( vout_thread_t *p_vout, picture_t *p_src,
int i_uval, i_vval; /* U and V samples */ int i_uval, i_vval; /* U and V samples */
int i_red, i_green, i_blue; /* U and V modified samples */ int i_red, i_green, i_blue; /* U and V modified samples */
uint16_t * p_yuv = p_vout->chroma.p_sys->p_rgb16; uint16_t * p_yuv = p_vout->chroma.p_sys->p_rgb16;
uint16_t * p_ybase; /* Y dependant conversion table */ uint16_t * p_ybase; /* Y dependent conversion table */
/* Conversion buffer pointer */ /* Conversion buffer pointer */
uint16_t * p_buffer_start = (uint16_t*)p_vout->chroma.p_sys->p_buffer; uint16_t * p_buffer_start = (uint16_t*)p_vout->chroma.p_sys->p_buffer;
...@@ -228,7 +228,7 @@ void I420_RGB16( vout_thread_t *p_vout, picture_t *p_src, ...@@ -228,7 +228,7 @@ void I420_RGB16( vout_thread_t *p_vout, picture_t *p_src,
int i_uval, i_vval; /* U and V samples */ int i_uval, i_vval; /* U and V samples */
int i_red, i_green, i_blue; /* U and V modified samples */ int i_red, i_green, i_blue; /* U and V modified samples */
uint16_t * p_yuv = p_vout->chroma.p_sys->p_rgb16; uint16_t * p_yuv = p_vout->chroma.p_sys->p_rgb16;
uint16_t * p_ybase; /* Y dependant conversion table */ uint16_t * p_ybase; /* Y dependent conversion table */
/* Conversion buffer pointer */ /* Conversion buffer pointer */
uint16_t * p_buffer_start = (uint16_t*)p_vout->chroma.p_sys->p_buffer; uint16_t * p_buffer_start = (uint16_t*)p_vout->chroma.p_sys->p_buffer;
...@@ -825,7 +825,7 @@ void I420_RGB32( vout_thread_t *p_vout, picture_t *p_src, ...@@ -825,7 +825,7 @@ void I420_RGB32( vout_thread_t *p_vout, picture_t *p_src,
int i_uval, i_vval; /* U and V samples */ int i_uval, i_vval; /* U and V samples */
int i_red, i_green, i_blue; /* U and V modified samples */ int i_red, i_green, i_blue; /* U and V modified samples */
uint32_t * p_yuv = p_vout->chroma.p_sys->p_rgb32; uint32_t * p_yuv = p_vout->chroma.p_sys->p_rgb32;
uint32_t * p_ybase; /* Y dependant conversion table */ uint32_t * p_ybase; /* Y dependent conversion table */
/* Conversion buffer pointer */ /* Conversion buffer pointer */
uint32_t * p_buffer_start = (uint32_t*)p_vout->chroma.p_sys->p_buffer; uint32_t * p_buffer_start = (uint32_t*)p_vout->chroma.p_sys->p_buffer;
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#define OVERLAP 2350 #define OVERLAP 2350
#ifdef OVERLAP #ifdef OVERLAP
#include <math.h> #include <math.h>
// OS CODE DEPENDANT to get display dimensions // OS CODE DEPENDENT to get display dimensions
#ifdef SYS_MINGW32 #ifdef SYS_MINGW32
#include <windows.h> #include <windows.h>
#else #else
...@@ -360,7 +360,7 @@ case VLC_FOURCC('c','y','u','v'): // packed by 2 ...@@ -360,7 +360,7 @@ case VLC_FOURCC('c','y','u','v'): // packed by 2
p_vout->p_sys->i_col = var_CreateGetInteger( p_vout, CFG_PREFIX "cols" ); p_vout->p_sys->i_col = var_CreateGetInteger( p_vout, CFG_PREFIX "cols" );
p_vout->p_sys->i_row = var_CreateGetInteger( p_vout, CFG_PREFIX "rows" ); p_vout->p_sys->i_row = var_CreateGetInteger( p_vout, CFG_PREFIX "rows" );
// OS dependant code : Autodetect number of displays in wall // OS dependent code : Autodetect number of displays in wall
#ifdef SYS_MINGW32 #ifdef SYS_MINGW32
if ((p_vout->p_sys->i_col < 0) || (p_vout->p_sys->i_row < 0) ) if ((p_vout->p_sys->i_col < 0) || (p_vout->p_sys->i_row < 0) )
{ {
...@@ -552,7 +552,7 @@ static int AdjustHeight( vout_thread_t *p_vout ) ...@@ -552,7 +552,7 @@ static int AdjustHeight( vout_thread_t *p_vout )
double d_halfLength_calculated; double d_halfLength_calculated;
int i_offset = 0; int i_offset = 0;
// OS DEPENDANT CODE to get display dimensions // OS DEPENDENT CODE to get display dimensions
if (b_fullscreen) if (b_fullscreen)
{ {
#ifdef SYS_MINGW32 #ifdef SYS_MINGW32
......
...@@ -94,7 +94,7 @@ npvlc.rsrc: $(srcdir)/vlc.r ...@@ -94,7 +94,7 @@ npvlc.rsrc: $(srcdir)/vlc.r
# Plugin uses shared libraries that are located relatively through @executable_path, # Plugin uses shared libraries that are located relatively through @executable_path,
# which unfortunately references the path of the App using the Plugin, rather than the # which unfortunately references the path of the App using the Plugin, rather than the
# Plugin itself. Since this Plugin should always be installed in '/Library/Internet Plug-Ins', # Plugin itself. Since this Plugin should always be installed in '/Library/Internet Plug-Ins',
# it is safer to force dylibs to locate dependants through a fixed path # it is safer to force dylibs to locate dependents through a fixed path
# #
define FIXEXECPATH define FIXEXECPATH
otool -L "$$dylib" | \ otool -L "$$dylib" | \
......
...@@ -115,7 +115,7 @@ struct signature_packet_t ...@@ -115,7 +115,7 @@ struct signature_packet_t
} specific; } specific;
/* The part below is made of consecutive MPIs, their number and size being /* The part below is made of consecutive MPIs, their number and size being
* public-key-algorithm dependant. * public-key-algorithm dependent.
* *
* Since we use DSA signatures only, there is 2 integers, r & s, made of: * Since we use DSA signatures only, there is 2 integers, r & s, made of:
* 2 bytes for the integer length (scalar number) * 2 bytes for the integer length (scalar number)
......
...@@ -153,7 +153,7 @@ void __module_EndBank ( vlc_object_t * ); ...@@ -153,7 +153,7 @@ void __module_EndBank ( vlc_object_t * );
#define module_ResetBank(a) __module_ResetBank(VLC_OBJECT(a)) #define module_ResetBank(a) __module_ResetBank(VLC_OBJECT(a))
void __module_ResetBank ( vlc_object_t * ); void __module_ResetBank ( vlc_object_t * );
/* Low-level OS-dependant handler */ /* Low-level OS-dependent handler */
int module_Call (module_t *); int module_Call (module_t *);
int module_Load (vlc_object_t *, const char *, module_handle_t *); int module_Load (vlc_object_t *, const char *, module_handle_t *);
void module_Unload (module_handle_t); void module_Unload (module_handle_t);
......
...@@ -129,7 +129,7 @@ int module_Call( module_t *p_module ) ...@@ -129,7 +129,7 @@ int module_Call( module_t *p_module )
} }
/** /**
* Load a dynamically linked library using a system dependant method. * Load a dynamically linked library using a system dependent method.
* *
* \param p_this vlc object * \param p_this vlc object
* \param psz_file library file * \param psz_file library file
...@@ -241,7 +241,7 @@ int module_Load( vlc_object_t *p_this, const char *psz_file, ...@@ -241,7 +241,7 @@ int module_Load( vlc_object_t *p_this, const char *psz_file,
* CloseModule: unload a dynamic library * CloseModule: unload a dynamic library
* *
* This function unloads a previously opened dynamically linked library * This function unloads a previously opened dynamically linked library
* using a system dependant method. No return value is taken in consideration, * using a system dependent method. No return value is taken in consideration,
* since some libraries sometimes refuse to close properly. * since some libraries sometimes refuse to close properly.
* \param handle handle of the library * \param handle handle of the library
* \return nothing * \return nothing
......
...@@ -107,7 +107,7 @@ const char *vlc_gai_strerror (int errnum) ...@@ -107,7 +107,7 @@ const char *vlc_gai_strerror (int errnum)
NI_DGRAM) NI_DGRAM)
/* /*
* getnameinfo() non-thread-safe IPv4-only implementation, * getnameinfo() non-thread-safe IPv4-only implementation,
* Address-family-independant address to hostname translation * Address-family-independent address to hostname translation
* (reverse DNS lookup in case of IPv4). * (reverse DNS lookup in case of IPv4).
* *
* This is meant for use on old IP-enabled systems that are not IPv6-aware, * This is meant for use on old IP-enabled systems that are not IPv6-aware,
...@@ -281,7 +281,7 @@ makeipv4info (int type, int proto, u_long ip, u_short port, const char *name) ...@@ -281,7 +281,7 @@ makeipv4info (int type, int proto, u_long ip, u_short port, const char *name)
/* /*
* getaddrinfo() non-thread-safe IPv4-only implementation * getaddrinfo() non-thread-safe IPv4-only implementation
* Address-family-independant hostname to address resolution. * Address-family-independent hostname to address resolution.
* *
* This is meant for IPv6-unaware systems that do probably not provide * This is meant for IPv6-unaware systems that do probably not provide
* getaddrinfo(), but still have old function gethostbyname(). * getaddrinfo(), but still have old function gethostbyname().
......
...@@ -96,7 +96,7 @@ int main( int i_argc, const char *ppsz_argv[] ) ...@@ -96,7 +96,7 @@ int main( int i_argc, const char *ppsz_argv[] )
/* Signals that cause a no-op: /* Signals that cause a no-op:
* - SIGALRM should not happen, but lets stay on the safe side. * - SIGALRM should not happen, but lets stay on the safe side.
* - SIGPIPE might happen with sockets and would crash VLC. It MUST be * - SIGPIPE might happen with sockets and would crash VLC. It MUST be
* blocked by any LibVLC-dependant application, in addition to VLC. * blocked by any LibVLC-dependent application, in addition to VLC.
* - SIGCHLD is comes after exec*() (such as httpd CGI support) and must * - SIGCHLD is comes after exec*() (such as httpd CGI support) and must
* be dequeued to cleanup zombie processes. * be dequeued to cleanup zombie processes.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment