Ignore:
Timestamp:
Nov 18, 2005 12:16:43 AM (18 years ago)
Author:
bennylp
Message:

Pretty comments

Location:
pjproject/trunk/pjmedia/src/pjmedia
Files:
60 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia

    • Property svn:keyword set to Id
  • pjproject/trunk/pjmedia/src/pjmedia/codec.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
    3  */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
    79 * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
    1014 * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    2418 */ 
    2519#include <pjmedia/codec.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/codec.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
    3  */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
    79 * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
    1014 * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
     18 */ 
    2619#ifndef __PJMEDIA_CODEC_H__ 
    2720#define __PJMEDIA_CODEC_H__ 
  • pjproject/trunk/pjmedia/src/pjmedia/config.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#ifndef __PJMED_CONFIG_H__ 
    2720#define __PJMED_CONFIG_H__ 
  • pjproject/trunk/pjmedia/src/pjmedia/dsound.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
    3  */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
    79 * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
    1014 * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
     18 */ 
    2619#ifdef _MSC_VER 
    2720//# pragma warning(disable: 4201)   // non-standard extension: nameless struct/union 
  • pjproject/trunk/pjmedia/src/pjmedia/g711.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
    2  * 
    3  */ 
     1/* $Id$ */ 
    42/*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
     4 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
    1711 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    2418 */ 
    2519/* This file contains file from Sun Microsystems, Inc, with the complete  
    26  * copyright notice in the second half of this file. 
     20 * notice in the second half of this file. 
    2721 */ 
    2822#include <pjmedia/codec.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/jbuf.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#include <pjmedia/jbuf.h> 
    2720#include <pj/log.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/jbuf.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#ifndef __PJMEDIA_JBUF_H__ 
    2720#define __PJMEDIA_JBUF_H__ 
  • pjproject/trunk/pjmedia/src/pjmedia/mediamgr.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
    3  */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
    79 * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
    1014 * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    2418 */ 
    2519#include <pjmedia/mediamgr.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/mediamgr.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#ifndef __PJMEDIA_MEDIAMGR_H__ 
    2720#define __PJMEDIA_MEDIAMGR_H__ 
  • pjproject/trunk/pjmedia/src/pjmedia/nullsound.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
    3  */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
    79 * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
    1014 * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    2418 */ 
    2519#include <pjmedia/sound.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/pasound.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
    3  */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
    79 * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
    1014 * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    2418 */ 
    2519#include <pjmedia/sound.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio

    • Property svn:keyword set to Id
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/dsound_wrapper.c

    r49 r51  
    3434 * 
    3535 */ 
    36 /*  
    37  * PJMEDIA - Multimedia over IP Stack  
    38  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    39  * 
    40  * Author: 
    41  *  Benny Prijono <bennylp@bulukucing.org> 
    42  * 
    43  * This library is free software; you can redistribute it and/or 
    44  * modify it under the terms of the GNU Lesser General Public 
    45  * License as published by the Free Software Foundation; either 
    46  * version 2.1 of the License, or (at your option) any later version. 
    47  *  
    48  * This library is distributed in the hope that it will be useful, 
    49  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    50  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    51  * Lesser General Public License for more details. 
    52  *  
    53  * You should have received a copy of the GNU Lesser General Public 
    54  * License along with this library; if not, write to the Free Software 
    55  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    56  */ 
    5736#include <stdio.h> 
    5837#include <stdlib.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/dsound_wrapper.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef __DSOUND_WRAPPER_H 
    232#define __DSOUND_WRAPPER_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_allocation.c

    r49 r51  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    31  */ 
    32 /*  
    33  * PJMEDIA - Multimedia over IP Stack  
    34  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    35  * 
    36  * Author: 
    37  *  Benny Prijono <bennylp@bulukucing.org> 
    38  * 
    39  * This library is free software; you can redistribute it and/or 
    40  * modify it under the terms of the GNU Lesser General Public 
    41  * License as published by the Free Software Foundation; either 
    42  * version 2.1 of the License, or (at your option) any later version. 
    43  *  
    44  * This library is distributed in the hope that it will be useful, 
    45  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    46  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    47  * Lesser General Public License for more details. 
    48  *  
    49  * You should have received a copy of the GNU Lesser General Public 
    50  * License along with this library; if not, write to the Free Software 
    51  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5231 */ 
    5332 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_allocation.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_ALLOCATION_H 
    232#define PA_ALLOCATION_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_converters.c

    r49 r51  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    30  */ 
    31 /*  
    32  * PJMEDIA - Multimedia over IP Stack  
    33  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    34  * 
    35  * Author: 
    36  *  Benny Prijono <bennylp@bulukucing.org> 
    37  * 
    38  * This library is free software; you can redistribute it and/or 
    39  * modify it under the terms of the GNU Lesser General Public 
    40  * License as published by the Free Software Foundation; either 
    41  * version 2.1 of the License, or (at your option) any later version. 
    42  *  
    43  * This library is distributed in the hope that it will be useful, 
    44  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    45  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    46  * Lesser General Public License for more details. 
    47  *  
    48  * You should have received a copy of the GNU Lesser General Public 
    49  * License along with this library; if not, write to the Free Software 
    50  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5130 */ 
    5231 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_converters.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_CONVERTERS_H 
    232#define PA_CONVERTERS_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_cpuload.c

    r49 r51  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    31  */ 
    32 /*  
    33  * PJMEDIA - Multimedia over IP Stack  
    34  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    35  * 
    36  * Author: 
    37  *  Benny Prijono <bennylp@bulukucing.org> 
    38  * 
    39  * This library is free software; you can redistribute it and/or 
    40  * modify it under the terms of the GNU Lesser General Public 
    41  * License as published by the Free Software Foundation; either 
    42  * version 2.1 of the License, or (at your option) any later version. 
    43  *  
    44  * This library is distributed in the hope that it will be useful, 
    45  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    46  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    47  * Lesser General Public License for more details. 
    48  *  
    49  * You should have received a copy of the GNU Lesser General Public 
    50  * License along with this library; if not, write to the Free Software 
    51  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5231 */ 
    5332 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_cpuload.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_CPULOAD_H 
    232#define PA_CPULOAD_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_dither.c

    r49 r51  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    30  */ 
    31 /*  
    32  * PJMEDIA - Multimedia over IP Stack  
    33  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    34  * 
    35  * Author: 
    36  *  Benny Prijono <bennylp@bulukucing.org> 
    37  * 
    38  * This library is free software; you can redistribute it and/or 
    39  * modify it under the terms of the GNU Lesser General Public 
    40  * License as published by the Free Software Foundation; either 
    41  * version 2.1 of the License, or (at your option) any later version. 
    42  *  
    43  * This library is distributed in the hope that it will be useful, 
    44  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    45  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    46  * Lesser General Public License for more details. 
    47  *  
    48  * You should have received a copy of the GNU Lesser General Public 
    49  * License along with this library; if not, write to the Free Software 
    50  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5130 */ 
    5231 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_dither.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_DITHER_H 
    232#define PA_DITHER_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_endianness.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_ENDIANNESS_H 
    232#define PA_ENDIANNESS_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_front.c

    r49 r51  
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3131 */ 
    32 /*  
    33  * PJMEDIA - Multimedia over IP Stack  
    34  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    35  * 
    36  * Author: 
    37  *  Benny Prijono <bennylp@bulukucing.org> 
    38  * 
    39  * This library is free software; you can redistribute it and/or 
    40  * modify it under the terms of the GNU Lesser General Public 
    41  * License as published by the Free Software Foundation; either 
    42  * version 2.1 of the License, or (at your option) any later version. 
    43  *  
    44  * This library is distributed in the hope that it will be useful, 
    45  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    46  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    47  * Lesser General Public License for more details. 
    48  *  
    49  * You should have received a copy of the GNU Lesser General Public 
    50  * License along with this library; if not, write to the Free Software 
    51  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    52  */ 
    5332 
    5433/* doxygen index page */ 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_hostapi.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_HOSTAPI_H 
    232#define PA_HOSTAPI_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_linux_alsa.c

    r49 r51  
    3333 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3434 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    35  */ 
    36 /*  
    37  * PJMEDIA - Multimedia over IP Stack  
    38  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    39  * 
    40  * Author: 
    41  *  Benny Prijono <bennylp@bulukucing.org> 
    42  * 
    43  * This library is free software; you can redistribute it and/or 
    44  * modify it under the terms of the GNU Lesser General Public 
    45  * License as published by the Free Software Foundation; either 
    46  * version 2.1 of the License, or (at your option) any later version. 
    47  *  
    48  * This library is distributed in the hope that it will be useful, 
    49  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    50  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    51  * Lesser General Public License for more details. 
    52  *  
    53  * You should have received a copy of the GNU Lesser General Public 
    54  * License along with this library; if not, write to the Free Software 
    55  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5635 */ 
    5736 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_linux_alsa.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_LINUX_ALSA_H 
    232#define PA_LINUX_ALSA_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_process.c

    r49 r51  
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3131 */ 
    32 /*  
    33  * PJMEDIA - Multimedia over IP Stack  
    34  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    35  * 
    36  * Author: 
    37  *  Benny Prijono <bennylp@bulukucing.org> 
    38  * 
    39  * This library is free software; you can redistribute it and/or 
    40  * modify it under the terms of the GNU Lesser General Public 
    41  * License as published by the Free Software Foundation; either 
    42  * version 2.1 of the License, or (at your option) any later version. 
    43  *  
    44  * This library is distributed in the hope that it will be useful, 
    45  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    46  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    47  * Lesser General Public License for more details. 
    48  *  
    49  * You should have received a copy of the GNU Lesser General Public 
    50  * License along with this library; if not, write to the Free Software 
    51  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    52  */ 
    5332 
    5433/** @file 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_process.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_PROCESS_H 
    232#define PA_PROCESS_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_skeleton.c

    r49 r51  
    3131 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3232 */ 
    33 /*  
    34  * PJMEDIA - Multimedia over IP Stack  
    35  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    36  * 
    37  * Author: 
    38  *  Benny Prijono <bennylp@bulukucing.org> 
    39  * 
    40  * This library is free software; you can redistribute it and/or 
    41  * modify it under the terms of the GNU Lesser General Public 
    42  * License as published by the Free Software Foundation; either 
    43  * version 2.1 of the License, or (at your option) any later version. 
    44  *  
    45  * This library is distributed in the hope that it will be useful, 
    46  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    47  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    48  * Lesser General Public License for more details. 
    49  *  
    50  * You should have received a copy of the GNU Lesser General Public 
    51  * License along with this library; if not, write to the Free Software 
    52  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    53  */ 
    5433 
    5534/** @file 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_stream.c

    r49 r51  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    31  */ 
    32 /*  
    33  * PJMEDIA - Multimedia over IP Stack  
    34  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    35  * 
    36  * Author: 
    37  *  Benny Prijono <bennylp@bulukucing.org> 
    38  * 
    39  * This library is free software; you can redistribute it and/or 
    40  * modify it under the terms of the GNU Lesser General Public 
    41  * License as published by the Free Software Foundation; either 
    42  * version 2.1 of the License, or (at your option) any later version. 
    43  *  
    44  * This library is distributed in the hope that it will be useful, 
    45  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    46  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    47  * Lesser General Public License for more details. 
    48  *  
    49  * You should have received a copy of the GNU Lesser General Public 
    50  * License along with this library; if not, write to the Free Software 
    51  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5231 */ 
    5332 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_stream.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_STREAM_H 
    232#define PA_STREAM_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_trace.c

    r49 r51  
    2929 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    31  */ 
    32 /*  
    33  * PJMEDIA - Multimedia over IP Stack  
    34  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    35  * 
    36  * Author: 
    37  *  Benny Prijono <bennylp@bulukucing.org> 
    38  * 
    39  * This library is free software; you can redistribute it and/or 
    40  * modify it under the terms of the GNU Lesser General Public 
    41  * License as published by the Free Software Foundation; either 
    42  * version 2.1 of the License, or (at your option) any later version. 
    43  *  
    44  * This library is distributed in the hope that it will be useful, 
    45  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    46  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    47  * Lesser General Public License for more details. 
    48  *  
    49  * You should have received a copy of the GNU Lesser General Public 
    50  * License along with this library; if not, write to the Free Software 
    51  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5231 */ 
    5332 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_trace.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_TRACE_H 
    232#define PA_TRACE_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_types.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_TYPES_H 
    232#define PA_TYPES_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_hostapis.c

    r49 r51  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    30  */ 
    31 /*  
    32  * PJMEDIA - Multimedia over IP Stack  
    33  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    34  * 
    35  * Author: 
    36  *  Benny Prijono <bennylp@bulukucing.org> 
    37  * 
    38  * This library is free software; you can redistribute it and/or 
    39  * modify it under the terms of the GNU Lesser General Public 
    40  * License as published by the Free Software Foundation; either 
    41  * version 2.1 of the License, or (at your option) any later version. 
    42  *  
    43  * This library is distributed in the hope that it will be useful, 
    44  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    45  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    46  * Lesser General Public License for more details. 
    47  *  
    48  * You should have received a copy of the GNU Lesser General Public 
    49  * License along with this library; if not, write to the Free Software 
    50  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5130 */ 
    5231 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_oss.c

    r49 r51  
    3535 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3636 */ 
    37 /*  
    38  * PJMEDIA - Multimedia over IP Stack  
    39  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    40  * 
    41  * Author: 
    42  *  Benny Prijono <bennylp@bulukucing.org> 
    43  * 
    44  * This library is free software; you can redistribute it and/or 
    45  * modify it under the terms of the GNU Lesser General Public 
    46  * License as published by the Free Software Foundation; either 
    47  * version 2.1 of the License, or (at your option) any later version. 
    48  *  
    49  * This library is distributed in the hope that it will be useful, 
    50  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    51  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    52  * Lesser General Public License for more details. 
    53  *  
    54  * You should have received a copy of the GNU Lesser General Public 
    55  * License along with this library; if not, write to the Free Software 
    56  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    57  */ 
    58  
    5937#include <stdio.h> 
    6038#include <string.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_util.c

    r49 r51  
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3131 */ 
    32 /*  
    33  * PJMEDIA - Multimedia over IP Stack  
    34  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    35  * 
    36  * Author: 
    37  *  Benny Prijono <bennylp@bulukucing.org> 
    38  * 
    39  * This library is free software; you can redistribute it and/or 
    40  * modify it under the terms of the GNU Lesser General Public 
    41  * License as published by the Free Software Foundation; either 
    42  * version 2.1 of the License, or (at your option) any later version. 
    43  *  
    44  * This library is distributed in the hope that it will be useful, 
    45  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    46  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    47  * Lesser General Public License for more details. 
    48  *  
    49  * You should have received a copy of the GNU Lesser General Public 
    50  * License along with this library; if not, write to the Free Software 
    51  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    52  */ 
    53  
    54   
    5532#include <pthread.h> 
    5633#include <unistd.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_unix_util.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_UNIX_UTIL_H 
    232#define PA_UNIX_UTIL_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_util.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_UTIL_H 
    232#define PA_UTIL_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_ds.c

    r49 r51  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    30  */ 
    31 /*  
    32  * PJMEDIA - Multimedia over IP Stack  
    33  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    34  * 
    35  * Author: 
    36  *  Benny Prijono <bennylp@bulukucing.org> 
    37  * 
    38  * This library is free software; you can redistribute it and/or 
    39  * modify it under the terms of the GNU Lesser General Public 
    40  * License as published by the Free Software Foundation; either 
    41  * version 2.1 of the License, or (at your option) any later version. 
    42  *  
    43  * This library is distributed in the hope that it will be useful, 
    44  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    45  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    46  * Lesser General Public License for more details. 
    47  *  
    48  * You should have received a copy of the GNU Lesser General Public 
    49  * License along with this library; if not, write to the Free Software 
    50  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5130 */ 
    5231 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_hostapis.c

    r49 r51  
    2828 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
    2929 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    30  */ 
    31 /*  
    32  * PJMEDIA - Multimedia over IP Stack  
    33  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    34  * 
    35  * Author: 
    36  *  Benny Prijono <bennylp@bulukucing.org> 
    37  * 
    38  * This library is free software; you can redistribute it and/or 
    39  * modify it under the terms of the GNU Lesser General Public 
    40  * License as published by the Free Software Foundation; either 
    41  * version 2.1 of the License, or (at your option) any later version. 
    42  *  
    43  * This library is distributed in the hope that it will be useful, 
    44  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    45  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    46  * Lesser General Public License for more details. 
    47  *  
    48  * You should have received a copy of the GNU Lesser General Public 
    49  * License along with this library; if not, write to the Free Software 
    50  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    5130 */ 
    5231 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_util.c

    r49 r51  
    3030 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    3131 */ 
    32 /*  
    33  * PJMEDIA - Multimedia over IP Stack  
    34  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    35  * 
    36  * Author: 
    37  *  Benny Prijono <bennylp@bulukucing.org> 
    38  * 
    39  * This library is free software; you can redistribute it and/or 
    40  * modify it under the terms of the GNU Lesser General Public 
    41  * License as published by the Free Software Foundation; either 
    42  * version 2.1 of the License, or (at your option) any later version. 
    43  *  
    44  * This library is distributed in the hope that it will be useful, 
    45  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    46  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    47  * Lesser General Public License for more details. 
    48  *  
    49  * You should have received a copy of the GNU Lesser General Public 
    50  * License along with this library; if not, write to the Free Software 
    51  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    52  */ 
    53  
    5432/** @file 
    5533 Win32 platform-specific support functions. 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_wmme.c

    r49 r51  
    3434 * 
    3535 */ 
    36 /*  
    37  * PJMEDIA - Multimedia over IP Stack  
    38  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    39  * 
    40  * Author: 
    41  *  Benny Prijono <bennylp@bulukucing.org> 
    42  * 
    43  * This library is free software; you can redistribute it and/or 
    44  * modify it under the terms of the GNU Lesser General Public 
    45  * License as published by the Free Software Foundation; either 
    46  * version 2.1 of the License, or (at your option) any later version. 
    47  *  
    48  * This library is distributed in the hope that it will be useful, 
    49  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    50  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    51  * Lesser General Public License for more details. 
    52  *  
    53  * You should have received a copy of the GNU Lesser General Public 
    54  * License along with this library; if not, write to the Free Software 
    55  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    56  */ 
    5736 
    5837/* Modification History: 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_wmme.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_WIN_WMME_H 
    232#define PA_WIN_WMME_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_x86_plain_converters.c

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#include "pa_x86_plain_converters.h" 
    232 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_x86_plain_converters.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    221#ifndef PA_X86_PLAIN_CONVERTERS_H 
    232#define PA_X86_PLAIN_CONVERTERS_H 
  • pjproject/trunk/pjmedia/src/pjmedia/portaudio/portaudio.h

    r49 r51  
    1 /*  
    2  * PJMEDIA - Multimedia over IP Stack  
    3  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    4  * 
    5  * Author: 
    6  *  Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * This library is free software; you can redistribute it and/or 
    9  * modify it under the terms of the GNU Lesser General Public 
    10  * License as published by the Free Software Foundation; either 
    11  * version 2.1 of the License, or (at your option) any later version. 
    12  *  
    13  * This library is distributed in the hope that it will be useful, 
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    16  * Lesser General Public License for more details. 
    17  *  
    18  * You should have received a copy of the GNU Lesser General Public 
    19  * License along with this library; if not, write to the Free Software 
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    21  */ 
    22  
    231#ifndef PORTAUDIO_H 
    242#define PORTAUDIO_H 
  • pjproject/trunk/pjmedia/src/pjmedia/rtcp.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#include <pjmedia/rtcp.h> 
    2720#include <pj/os.h>      /* pj_gettimeofday */ 
  • pjproject/trunk/pjmedia/src/pjmedia/rtcp.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#ifndef __PJMEDIA_RTCP_H__ 
    2720#define __PJMEDIA_RTCP_H__ 
  • pjproject/trunk/pjmedia/src/pjmedia/rtp.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#include <pjmedia/rtp.h> 
    2720#include <pj/log.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/rtp.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
    2  * 
    3  */ 
     1/* $Id$ */ 
    42/*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
     4 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
    1711 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
     18 */ 
    2619#ifndef __PJMEDIA_RTP_H__ 
    2720#define __PJMEDIA_RTP_H__ 
  • pjproject/trunk/pjmedia/src/pjmedia/sdp.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
    3  */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
    79 * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
    1014 * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    26  
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
     18 */ 
    2719#include <pjmedia/sdp.h> 
    2820#include <pj/scanner.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/sdp.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
    2  * 
    3  */ 
     1/* $Id$ */ 
    42/*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
     4 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
    1711 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
     18 */ 
    2619#ifndef __PJSDP_SDP_H__ 
    2720#define __PJSDP_SDP_H__ 
  • pjproject/trunk/pjmedia/src/pjmedia/session.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
    3  */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
    79 * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
    1014 * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    2418 */ 
    2519#include <pjmedia/session.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/session.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#ifndef __PJMEDIA_SESSION_H__ 
    2720#define __PJMEDIA_SESSION_H__ 
  • pjproject/trunk/pjmedia/src/pjmedia/sound.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
    2  * 
    3  */ 
     1/* $Id$ */ 
    42/*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
     4 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
    1711 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
     18 */ 
    2619#ifndef __PJMEDIA_SOUND_H__ 
    2720#define __PJMEDIA_SOUND_H__ 
  • pjproject/trunk/pjmedia/src/pjmedia/stream.c

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#include <pjmedia/stream.h> 
    2720#include <pjmedia/rtp.h> 
  • pjproject/trunk/pjmedia/src/pjmedia/stream.h

    • Property svn:keyword set to Id
    r49 r51  
    1 /* $Id$ 
     1/* $Id$ */ 
     2/*  
     3 * Copyright (C) 2003-2006 Benny Prijono <benny@prijono.org> 
    24 * 
     5 * This program is free software; you can redistribute it and/or modify 
     6 * it under the terms of the GNU General Public License as published by 
     7 * the Free Software Foundation; either version 2 of the License, or 
     8 * (at your option) any later version. 
     9 * 
     10 * This program is distributed in the hope that it will be useful, 
     11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     13 * GNU General Public License for more details. 
     14 * 
     15 * You should have received a copy of the GNU General Public License 
     16 * along with this program; if not, write to the Free Software 
     17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
    318 */ 
    4 /*  
    5  * PJMEDIA - Multimedia over IP Stack  
    6  * (C)2003-2005 Benny Prijono <bennylp@bulukucing.org> 
    7  * 
    8  * Author: 
    9  *  Benny Prijono <bennylp@bulukucing.org> 
    10  * 
    11  * This library is free software; you can redistribute it and/or 
    12  * modify it under the terms of the GNU Lesser General Public 
    13  * License as published by the Free Software Foundation; either 
    14  * version 2.1 of the License, or (at your option) any later version. 
    15  *  
    16  * This library is distributed in the hope that it will be useful, 
    17  * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    19  * Lesser General Public License for more details. 
    20  *  
    21  * You should have received a copy of the GNU Lesser General Public 
    22  * License along with this library; if not, write to the Free Software 
    23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    24  */ 
    25  
    2619#ifndef __PJMEDIA_STREAM_H__ 
    2720#define __PJMEDIA_STREAM_H__ 
Note: See TracChangeset for help on using the changeset viewer.