Ghislain MARY
|
ccc138ad94
|
Do not build libbcg729 but only libmsbcg729 when ENABLE_MSPLUGIN is true.
|
10 years ago |
Johan Pascal
|
20614c1ede
|
Fix array-bound compiler warning
|
10 years ago |
Johan Pascal
|
bdb7c38700
|
Fix wrong array length in extern definition
|
10 years ago |
François Grisez
|
78aedfdf5c
|
Autotools: fixes dist and distcheck targets
|
10 years ago |
François Grisez
|
d4faabe532
|
Remove unuseful EXTRA_DIST
|
10 years ago |
Johan Pascal
|
70708e0071
|
Update test patterns
|
10 years ago |
Johan Pascal
|
0d8f1a5847
|
Merge branch 'master' into annexb
# Conflicts:
# configure.ac
# include/Makefile.am
# include/bcg729/Makefile.am
# test/bin/Makefile.am
|
10 years ago |
Ghislain MARY
|
06a55d73ba
|
Add CMake files as EXTRA_DIST of autotools.
|
10 years ago |
Ghislain MARY
|
4edc094bcf
|
Do not use object library when building with CMake.
|
10 years ago |
Ghislain MARY
|
d989835b5f
|
Fix build on Mac OS X.
|
10 years ago |
Ghislain MARY
|
0ed137cd58
|
Allow building both shared and static libraries.
|
10 years ago |
Sandrine Avakian
|
e540e0c4d5
|
libmsbcg729_init now using MSFactory.
|
10 years ago |
Gautier Pelloux-Prayer
|
51d0d1dda4
|
CMakeLists.txt: do not activate -Werror on iOS (SDK not compiling otherwise)
|
10 years ago |
Johan Pascal
|
28927fe2bb
|
Fix ABS macro definition
|
10 years ago |
Johan Pascal
|
057edbb60c
|
Fix fmtp parameter interpretation
|
10 years ago |
Ghislain MARY
|
91d1206d63
|
Update version to 1.0.1.
|
10 years ago |
Ghislain MARY
|
06d0bfe525
|
Do not add BelledonneCommunications namespace for CMake targets export.
|
10 years ago |
Ghislain MARY
|
9d8ed7ca07
|
Allow inclusion of CMake project in a global CMake project.
|
10 years ago |
Ghislain MARY
|
34f9f4123a
|
Specify output directory in Visual Studio project for Windows 10.
|
10 years ago |
Ghislain MARY
|
e00b22535e
|
Fix Visual Studio 2015 project for Windows 10.
|
11 years ago |
Ghislain MARY
|
7f76ef482b
|
Add Visual Studio project for Windows 10.
|
11 years ago |
Ghislain MARY
|
dc37a9a01a
|
Allow build of libmsbcg729 statically with CMake.
|
11 years ago |
Ghislain MARY
|
6ca907ef96
|
Fix build with CMake which was broken with last commit.
|
11 years ago |
Gautier Pelloux-Prayer
|
169ed0bfe2
|
CMakeLists.txt: add ENABLE_STATIC option
|
11 years ago |
Simon Morlat
|
656563e274
|
set version to 1.0.0
|
11 years ago |
François Grisez
|
b2c07fe46a
|
Increment version number
|
11 years ago |
Simon Morlat
|
6f4e6aab6b
|
fix make distcheck
|
11 years ago |
François Grisez
|
e61851f533
|
Fix missing files in the distributed archive and prevent intallation of private headers
|
11 years ago |
Simon Morlat
|
c1ae69923b
|
Merge remote-tracking branch 'origin/master' into annexb
Conflicts:
msbcg729/bcg729_enc.c
|
11 years ago |
Simon Morlat
|
ba989eddf4
|
add support of outgoing metadata
|
11 years ago |
Ghislain MARY
|
c7c24fef37
|
Require at least CMake 3.0.
|
11 years ago |
Ghislain MARY
|
03fc6bba62
|
Generate a config-file package when building with CMake.
|
11 years ago |
Ghislain MARY
|
47279b2cca
|
Remove useless checks when building with CMake.
|
11 years ago |
Ghislain MARY
|
720e30f4f4
|
Include stdint.h to build with Visual Studio.
|
11 years ago |
Ghislain MARY
|
4a5538a272
|
Fix build with CMake (MS2 -> Mediastreamer2).
|
11 years ago |
Ghislain MARY
|
dfb5815412
|
Require at least CMake 2.8.12.
|
11 years ago |
Simon Morlat
|
d7e2ad0744
|
fix configure.ac and Makefile.am
|
11 years ago |
Simon Morlat
|
6b63451701
|
install lib also
|
11 years ago |
Simon Morlat
|
d560e05800
|
always install headers
|
11 years ago |
Johan Pascal
|
b629a5f0cc
|
Increase version number to 1.0
|
11 years ago |
Johan Pascal
|
948d32adf4
|
Add support for RFC3389 Comfort Noise Payload
|
11 years ago |
Johan Pascal
|
52e10238f1
|
Fix DTX init bug
- past autocorrelation coefficients can't be 0, set autocorrelation[0]
to 1 for the whole past buffer.
|
11 years ago |
Johan Pascal
|
843c130cf7
|
Implement G729 AnnexB : VAD/DTX/CNG
- VAD algo is actually the variant described in G729 Appendix II
+ move headers to src files
|
11 years ago |
Ghislain MARY
|
133ce9d96a
|
Set correct soversion.
|
11 years ago |
Gautier Pelloux-Prayer
|
cd6f4b05b8
|
Ignore autogenerated files
|
11 years ago |
Ghislain MARY
|
28fdc4259d
|
Fix build with CMake.
|
11 years ago |
Ghislain MARY
|
acc69ee785
|
Add CMakeLists.txt files to build with CMake.
|
11 years ago |
Ghislain MARY
|
97c9b61028
|
Fix size of the b30 array in the header.
|
11 years ago |
Johan Pascal
|
d37893e46d
|
Fix potential overflow in postFilter gain scaling factor computation
|
11 years ago |
Johan Pascal
|
dd44e39cca
|
Fix test script for automated mode
- do not always return 0 or test is considered passed
|
11 years ago |