Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
c56d7489
Commit
c56d7489
authored
May 18, 2010
by
Alexandre Savard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[#3388] Format some files for proper licencing
parent
45ff2941
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
38 additions
and
37 deletions
+38
-37
sflphone-common/src/audio/audioloop.cpp
sflphone-common/src/audio/audioloop.cpp
+2
-1
sflphone-common/src/audio/codecs/alaw.cpp
sflphone-common/src/audio/codecs/alaw.cpp
+1
-1
sflphone-common/src/audio/codecs/audiocodec.h
sflphone-common/src/audio/codecs/audiocodec.h
+21
-0
sflphone-common/src/audio/codecs/g722.cpp
sflphone-common/src/audio/codecs/g722.cpp
+2
-2
sflphone-common/src/audio/codecs/g722.h
sflphone-common/src/audio/codecs/g722.h
+2
-2
sflphone-common/src/audio/codecs/ulaw.cpp
sflphone-common/src/audio/codecs/ulaw.cpp
+2
-2
sflphone-common/src/audio/ringbuffer.h
sflphone-common/src/audio/ringbuffer.h
+4
-6
sflphone-common/src/audio/sound/tonelist.cpp
sflphone-common/src/audio/sound/tonelist.cpp
+1
-1
sflphone-common/src/audio/sound/tonelist.h
sflphone-common/src/audio/sound/tonelist.h
+2
-1
sflphone-common/src/dbus/callmanager.cpp
sflphone-common/src/dbus/callmanager.cpp
+0
-1
sflphone-common/src/manager.h
sflphone-common/src/manager.h
+1
-1
sflphone-common/src/sip/sdpmedia.cpp
sflphone-common/src/sip/sdpmedia.cpp
+0
-1
sflphone-common/src/sip/testSdesNegotiator.cpp
sflphone-common/src/sip/testSdesNegotiator.cpp
+0
-18
No files found.
sflphone-common/src/audio/audioloop.cpp
View file @
c56d7489
/*
*
/*
* Copyright (C) 2005 Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
...
...
@@ -20,6 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include "audioloop.h"
#include <math.h>
#include <strings.h>
...
...
sflphone-common/src/audio/codecs/alaw.cpp
View file @
c56d7489
/*
*
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
...
...
sflphone-common/src/audio/codecs/audiocodec.h
View file @
c56d7489
/*
* Copyright (C) 2009 Savoir-Faire Linux inc.
* Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
*
* Motly borrowed from asterisk's sources (Steve Underwood <steveu@coppice.org>)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef _CODEC_AUDIO_H
#define _CODEC_AUDIO_H
...
...
sflphone-common/src/audio/codecs/g722.cpp
View file @
c56d7489
/*
*
/*
* Copyright (C) 2009 Savoir-Faire Linux inc.
* Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
*
...
...
@@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
*/
...
...
sflphone-common/src/audio/codecs/g722.h
View file @
c56d7489
/*
*
/*
* Copyright (C) 2009 Savoir-Faire Linux inc.
* Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
*
...
...
@@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
*/
...
...
sflphone-common/src/audio/codecs/ulaw.cpp
View file @
c56d7489
/*
*
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
...
...
@@ -16,7 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*/
*/
...
...
sflphone-common/src/audio/ringbuffer.h
View file @
c56d7489
/*
* Copyright (C) 200
4-2009
Savoir-Faire Linux inc.
* Copyright (C) 200
7
Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
* Author: Laurielle Lea <laurielle.lea@savoirfairelinux.com>
* Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
*
* Portions Copyright (C) Dominic Mazzoni (Audacity)
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
...
...
sflphone-common/src/audio/sound/tonelist.cpp
View file @
c56d7489
/*
*
/*
* Copyright (C) 2005 Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
...
...
sflphone-common/src/audio/sound/tonelist.h
View file @
c56d7489
/*
*
/*
* Copyright (C) 2005 Savoir-Faire Linux inc.
* Author: Yan Morin <yan.morin@savoirfairelinux.com>
*
...
...
@@ -19,6 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __TONELIST_H__
#define __TONELIST_H__
...
...
sflphone-common/src/dbus/callmanager.cpp
View file @
c56d7489
/*
* Copyright (C) 2007 Savoir-Faire Linux inc.
* Author: Pierre-Luc Beaudoin <pierre-luc.beaudoin@savoirfairelinux.com>
...
...
sflphone-common/src/manager.h
View file @
c56d7489
/*
*
/*
* Copyright (C) 2004-2005 Savoir-Faire Linux inc.
* Author : Jean-Philippe Barrette-LaPierre
* <jean-philippe.barrette-lapierre@savoirfairelinux.com>
...
...
sflphone-common/src/sip/sdpmedia.cpp
View file @
c56d7489
/*
*
* Copyright (C) 2009 Savoir-Faire Linux inc.
*
* Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
...
...
sflphone-common/src/sip/testSdesNegotiator.cpp
deleted
100644 → 0
View file @
45ff2941
#include "SdesNegotiator.h"
#include <vector>
#include <iostream>
int
main
(
void
)
{
std
::
vector
<
sfl
::
CryptoSuiteDefinition
>
localCapabilities
;
std
::
vector
<
std
::
string
>
remoteOffer
;
remoteOffer
.
push_back
(
"a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32"
);
remoteOffer
.
push_back
(
"a=crypto:1 AES_CM_128_HMAC_SHA1_32 inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32"
);
sfl
::
SdesNegotiator
sdesNegotiator
(
localCapabilities
,
remoteOffer
);
sdesNegotiator
.
negotiate
();
return
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment