Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions pjproject-1.8.10/pjmedia/build/pjmedia_codec.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
<PropertyGroup>
<_ProjectFileVersion>11.0.51106.1</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<ExternalIncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);C:\Users\a\Projects\ipphone\bcg729\src;C:\Users\a\Projects\ipphone\bcg729\include;</ExternalIncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>../include;../../pjlib/include;../../third_party/speex/include;../../third_party;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Expand Down Expand Up @@ -156,15 +160,18 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'">
<ClCompile>
<AdditionalIncludeDirectories>../include;../../pjlib/include;../../third_party/speex/include;../../third_party;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>../include;../../pjlib/include;../../third_party/speex/include;../../third_party/bcg729/include;../../third_party;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_LIB;_WIN32;BCG729_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeaderOutputFile />
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<RemoveUnreferencedCodeData>false</RemoveUnreferencedCodeData>
</ClCompile>
<Lib>
<OutputFile>..\lib\pjmedia-codec-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\src\pjmedia-codec\bcg729.c" />
<ClCompile Include="..\src\pjmedia-codec\g722.c" />
<ClCompile Include="..\src\pjmedia-codec\g7221.c" />
<ClCompile Include="..\src\pjmedia-codec\gsm.c" />
Expand All @@ -177,6 +184,7 @@
<ClCompile Include="..\src\pjmedia-codec\g722\g722_enc.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\include\pjmedia-codec\bcg729.h" />
<ClInclude Include="..\src\pjmedia-codec\g722\g722_dec.h" />
<ClInclude Include="..\src\pjmedia-codec\g722\g722_enc.h" />
<ClInclude Include="..\include\pjmedia-codec\amr_helper.h" />
Expand Down
6 changes: 6 additions & 0 deletions pjproject-1.8.10/pjmedia/build/pjmedia_codec.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<ClCompile Include="..\src\pjmedia-codec\g722\g722_enc.c">
<Filter>Source Files\g722 Files</Filter>
</ClCompile>
<ClCompile Include="..\src\pjmedia-codec\bcg729.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\pjmedia-codec\g722\g722_dec.h">
Expand Down Expand Up @@ -88,5 +91,8 @@
<ClInclude Include="..\include\pjmedia-codec\types.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\include\pjmedia-codec\bcg729.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions pjproject-1.8.10/pjmedia/include/pjmedia-codec.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <pjmedia-codec/g7221.h>
#include <pjmedia-codec/ipp_codecs.h>
#include <pjmedia-codec/passthrough.h>
#include <pjmedia-codec/bcg729.h>


#endif /* __PJMEDIA_CODEC_PJMEDIA_CODEC_H__ */
Expand Down
120 changes: 120 additions & 0 deletions pjproject-1.8.10/pjmedia/include/pjmedia-codec/bcg729.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
/* $Id$ */
/*
* Copyright (C) 2017 Teluu Inc. (http://www.teluu.com)
*
* 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 2 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef __PJMEDIA_CODEC_BCG729_H__
#define __PJMEDIA_CODEC_BCG729_H__

/**
* @file bcg729.h
* @brief BCG729 codec.
*/

#include <pjmedia-codec/types.h>

/**
* @defgroup PJMED_BCG729 BCG729 Codec
* @ingroup PJMEDIA_CODEC_CODECS
* @brief Implementation of BCG729 codecs.
* @{
*
* This section describes functions to initialize and register BCG729 codec
* factory to the codec manager. After the codec factory has been registered,
* application can use @ref PJMEDIA_CODEC API to manipulate the codec.
*
* This codec factory contains G.729 codec.
*
* \section pjmedia_codec_bcg729 BCG729
*
* BCG729 is compliant with ITU-T G.729 and Annexes A, B specifications.
*
* BCGG729 supports 16-bit PCM audio signal with sampling rate 8000Hz,
* frame length 10ms, and resulting in bitrate 8000bps.
*
* \subsection codec_setting Codec Settings
*
* General codec settings for this codec such as VAD and PLC can be
* manipulated through the <tt>setting</tt> field in #pjmedia_codec_param.
* Please see the documentation of #pjmedia_codec_param for more info.
*
* Note that G.729 VAD status should be signalled in SDP, see more
* description below.
*
* \subsubsection annexb Annex B
*
* The capability of VAD/DTX is specified in Annex B.
*
* By default, Annex B is enabled. This default setting of Annex B can
* be modified using #pjmedia_codec_mgr_set_default_param().
*
* In #pjmedia_codec_param, Annex B is configured via VAD setting and
* format parameter "annexb" in the SDP "a=fmtp" attribute in
* decoding fmtp field. Valid values are "yes" and "no",
* the implementation default is "yes". When this parameter is omitted
* in the SDP, the value will be "yes" (RFC 4856 Section 2.1.9).
*
* Here is an example of modifying default setting of Annex B to
* be disabled using #pjmedia_codec_mgr_set_default_param():
\code
pjmedia_codec_param param;

pjmedia_codec_mgr_get_default_param(.., &param);
...
// Set VAD
param.setting.vad = 0;
// Set SDP format parameter
param.setting.dec_fmtp.cnt = 1;
param.setting.dec_fmtp.param[0].name = pj_str("annexb");
param.setting.dec_fmtp.param[0].val = pj_str("no");
...
pjmedia_codec_mgr_set_default_param(.., &param);
\endcode
*
* \note
* The difference of Annex B status in SDP offer/answer may be considered as
* incompatible codec in SDP negotiation.
*
*/

PJ_BEGIN_DECL

/**
* Initialize and register BCG729 codec factory to pjmedia endpoint.
*
* @param endpt The pjmedia endpoint.
*
* @return PJ_SUCCESS on success.
*/
PJ_DECL(pj_status_t) pjmedia_codec_bcg729_init(pjmedia_endpt* endpt);

/**
* Unregister BCG729 codec factory from pjmedia endpoint and deinitialize
* the BCG729 codec library.
*
* @return PJ_SUCCESS on success.
*/
PJ_DECL(pj_status_t) pjmedia_codec_bcg729_deinit(void);


PJ_END_DECL


/**
* @}
*/

#endif /* __PJMEDIA_CODEC_BCG729_H__ */
Loading