1 2345678910...
|
#include <stdlib.h>
#ifdef _WIN32_WCE
#define assert(x)
#else
#include <assert.h>
Language: C License: GPL (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com LOC: 187 SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/mdct.c
|
*
* In lwip/dhcp.h
* #define DHCP_COARSE_TIMER_SECS (recommended 60 which is a minute)
* #define DHCP_FINE_TIMER_MSECS (recommended 500 which equals TCP coarse timer)
*
Language: C (c) 2001-2004 Axon Digital Design B.V., The Netherlands.... LOC: 964 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/lwip/src/core/dhcp.c
|
**/
#ifndef __COMMON_H__
#define __COMMON_H__
#ifdef __cplusplus
extern "C" {
Language: C License: GPL (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com LOC: 317 SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/common.h
|
#include "utils.h"
#include "rtpsession_priv.h"
#define rtcp_bye_set_ssrc(b,pos,ssrc) (b)->ssrc[pos]=htonl(ssrc)
#define rtcp_bye_get_ssrc(b,pos) ntohl((b)->ssrc[pos])
void rtcp_common_header_init(rtcp_common_header_t *ch, RtpSession *s,int type, int rc, int bytes_len){
Language: C License: LGPL (C) 2001 Simon MORLAT simon.morlat@linphone.org... LOC: 304 Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/rtcp.c
|
*/
#ifdef _WIN32_WCE
#define _INC_TIME /* for wce.h */
#include <windows.h>
#endif
Language: C License: LGPL (C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org LOC: 959 Savannah GNU : The oSIP library (project search) : .../osip/osip/src/osipparser2/osip_port.c
|
if (port == 0) {
#ifndef UDP_LOCAL_PORT_RANGE_START
#define UDP_LOCAL_PORT_RANGE_START 4096
#define UDP_LOCAL_PORT_RANGE_END 0x7fff
#endif
Language: C (c) 2001-2004 Swedish Institute of Computer Science. LOC: 451 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/lwip/src/core/udp.c
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#if defined(WIN32) || defined(_WIN32_WCE)
#include "ortp-config-win32.h"
#else
Language: C License: LGPL (C) 2001 Simon MORLAT simon.morlat@linphone.org LOC: 948 Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/rtpsession.c
|
****************************************************************************
*/
#define LEN_PRESORT_CODEBOOK 22
static const unsigned short PresortedCodebook_VCB11[] = {11, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16...
static const int maxCwLen[32] = {0, 11, 9, 20, 16, 13, 11, 14, 12, 17, 14, 49,
Language: C License: LGPL (c) 1997.... LOC: 1075 SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faac/libfaac/bitstream.c
|
#include <osipparser2/osip_port.h>
#include <osipparser2/osip_parser.h>
#define MIME_MAX_BOUNDARY_LEN 70
extern const char *osip_protocol_version;
static int strcat_simple_header (char **_string, size_t * malloc_size,
Language: C License: LGPL (C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org LOC: 696 Savannah GNU : The oSIP library (project search) : .../osip/osip/src/osipparser2/osip_message_to_str.c
|
faad_endbits(&ld);
}
#if (defined(PS_DEC) || defined(DRM_PS))
/* check if we have a mono file */
if (*channels == 1)
Language: C License: GPL (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com LOC: 871 SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/decoder.c
|
**/
/*
Reads the AAC bitstream as defined in 14496-3 (MPEG-4 Audio)
*/
#include "common.h"
Language: C License: GPL (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com LOC: 1969 SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/syntax.c
|
*/
#ifndef __LWIPOPTS_H__
#define __LWIPOPTS_H__
#define LWIP_HAVE_LOOPIF 1
#define LWIP_DBG_MIN_LEVEL 0
Language: C (c) 2001-2003 Swedish Institute of Computer Science. LOC: 114 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/contrib/ports/msvc6/lwipopts.h
|
**/
#ifndef __SYNTAX_H__
#define __SYNTAX_H__
#ifdef __cplusplus
extern "C" {
Language: C License: GPL (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com LOC: 74 SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/syntax.h
|
#ifndef __il_h_
#ifndef __IL_H__
#define __il_h_
#define __IL_H__
#ifdef __cplusplus
Language: C (C) 2000-2002 by Denton Woods LOC: 441 SourceForge : Developer's Image Library (project search) : .../openil/DevIL/include/IL/il.h
|
*/
/* ortp-config-win32.h. Generated manually... */
#define ORTP_VERSION "0.8.2"
#define ORTP_MAJOR_VERSION 0
#define ORTP_MINOR_VERSION 8
Language: C License: LGPL (C) 2001 Simon MORLAT simon.morlat@linphone.org LOC: 7 Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/ortp-config-win32.h
|
*/
#ifndef __LWIP_DHCP_H__
#define __LWIP_DHCP_H__
#include "lwip/opt.h"
#include "lwip/netif.h"
Language: C LOC: 173 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/src/include/lwip/dhcp.h
|
**/
#ifndef __DECODER_H__
#define __DECODER_H__
#ifdef __cplusplus
extern "C" {
Language: C License: GPL (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com LOC: 70 SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/decoder.h
|
*/
#ifndef _OSIP_CONST_H_
#define _OSIP_CONST_H_
#ifdef ENABLE_MPATROL
#include <mpatrol.h>
Language: C License: LGPL (C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org LOC: 123 Savannah GNU : The oSIP library (project search) : .../osip/osip/include/osipparser2/osip_const.h
|
**/
#ifndef __FIXED_H__
#define __FIXED_H__
#ifdef __cplusplus
extern "C" {
Language: C License: GPL (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com LOC: 206 SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/fixed.h
|
*/
#ifndef _OSIP_MESSAGE_H_
#define _OSIP_MESSAGE_H_
#include <osipparser2/osip_const.h>
#include <osipparser2/osip_headers.h>
Language: C License: LGPL (C) 2001,2002,2003,2004,2005,2006,2007 Aymeric MOIZARD jack@atosc.org LOC: 153 Savannah GNU : The oSIP library (project search) : .../osip/osip/include/osipparser2/osip_message.h
|
**/
#ifndef __ANALYSIS_H__
#define __ANALYSIS_H__
#ifdef __cplusplus
extern "C" {
Language: C License: GPL (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com LOC: 17 SourceForge : Freeware Advanced Audio Coder (project search) : .../faac/faad2/libfaad/analysis.h
|
*/
#ifndef __LWIP_TCP_H__
#define __LWIP_TCP_H__
#include "lwip/sys.h"
#include "lwip/mem.h"
Language: C (c) 2001-2004 Swedish Institute of Computer Science. LOC: 374 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/src/include/lwip/tcp.h
|
*/
#ifndef __LWIP_ARCH_H__
#define __LWIP_ARCH_H__
#ifndef LITTLE_ENDIAN
#define LITTLE_ENDIAN 1234
Language: C (c) 2001-2004 Swedish Institute of Computer Science. LOC: 176 Savannah NonGNU : lwIP - A Lightweight TCP/IP stack (project search) : .../lwip/src/include/lwip/arch.h
|
/* The official name of this program (e.g., no `g' prefix). */
#if HASH_ALGO_MD5
# define PROGRAM_NAME "md5sum"
# define DIGEST_TYPE_STRING "MD5"
# define DIGEST_STREAM md5_stream
Language: C License: GPL (C) 1995-2007 Free Software Foundation, Inc. LOC: 554 Savannah GNU : GNU Core Utilities (project search) : .../coreutils/coreutils/coreutils/src/md5sum.c
|
* IMPORTANT : some compiler don't support the tagged-field syntax. Those
* macros are there to trap the problem This means that if you want to keep
* portability, payload types must be defined with their fields in the right
* order.
*/
Language: C License: LGPL (C) 2001 Simon MORLAT simon.morlat@linphone.org LOC: 315 Savannah NonGNU : LinPhone - Telephony on Linux (project search) : .../linphone/linphone/oRTP/src/avprofile.c
|
1 2345678910...
|