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 |
Jehan Monnier
|
193f651e00
|
replace md5sum by openssl md5 which is more portable
|
11 years ago |
Jehan Monnier
|
687351a720
|
make sure test are linked against static libbcg729 to be able to access private symbol
|
11 years ago |
Jehan Monnier
|
de8142f449
|
make sure to have libbcg729 compiled for testing purposes
|
11 years ago |
Johan Pascal
|
ef25a58393
|
Fix testing script to launch all automated test and download pattern
|
11 years ago |
Johan Pascal
|
d470b0bb14
|
Fix Makefile to be able to run automated tests
|
11 years ago |
Gautier Pelloux-Prayer
|
0a58e95c1d
|
Ignore auto-generated files
|
12 years ago |
Ghislain MARY
|
7c90293aa5
|
Fix Windows Phone 8 solution.
|
12 years ago |
Ghislain MARY
|
a2fd44b70e
|
Fix mediastreamer2 reference in Windows Phone 8 project.
|
12 years ago |
Ghislain MARY
|
337b526679
|
Clean Windows Phone 8 project and solution.
|
12 years ago |
Ghislain MARY
|
b083a8ad3d
|
Fix compilation for Windows Phone 8.
|
12 years ago |
Margaux Clerc
|
2e36a5d4bc
|
Add rpm support
|
12 years ago |
Guillaume BIENKOWSKI
|
cb467db358
|
Fix a bad include barrier
|
12 years ago |
Ghislain MARY
|
2634faf85a
|
Allow out-of-tree build and use config.h file.
|
12 years ago |
Ghislain MARY
|
b5013d1c4c
|
Fix some automake warnings.
|
12 years ago |
Ghislain MARY
|
0825bdb60b
|
Build only libmsbcg729 if compiling mediastreamer plugin, libbcg729 otherwise.
|
12 years ago |
Ghislain MARY
|
d9f9d231b1
|
Add libtool initialization and hack for MinGW.
|
12 years ago |
Ghislain MARY
|
82d05cf71a
|
Fix visibility problem on non-mingw platforms (all symbols were hidden so the plugin could not be loaded).
|
12 years ago |
Ghislain MARY
|
b062b1fdc3
|
Add missing AC_CANONICAL_SYSTEM option.
|
12 years ago |
Ghislain MARY
|
ed04a86611
|
Fix visibility issues when compiling with mingw32.
|
12 years ago |
Ghislain MARY
|
31a89d7d95
|
Compile bcg729 as a static library on Android.
|
12 years ago |
Ghislain MARY
|
860c8544e8
|
Fix compilation for Windows Phone 8.
|
12 years ago |
Ghislain MARY
|
1caaaee1a0
|
Add Visual Studio project for Window Phone 8.
|
12 years ago |
Simon Morlat
|
136c165a61
|
fix visibility of symbols (wasn't working at all before)
|
13 years ago |
Ghislain MARY
|
715309618f
|
Fix configure.ac to define BUILD_MSBCG729 correctly.
|
13 years ago |
Ghislain MARY
|
9579f5f782
|
Compile bcg729 as ARM on Android.
|
13 years ago |
Guillaume Beraudo
|
a4763c9506
|
Rework autoconf scripts.
|
13 years ago |
Yann Diorcet
|
8d5d6c1e96
|
use mblk_meta_copy in decode process
|
14 years ago |
Yann Diorcet
|
50c5aa79fe
|
PLC decoder: Use plc flag of block
|
14 years ago |
Yann Diorcet
|
778ec98582
|
Implement MS_DECODER_HAVE_PLC
|
14 years ago |
johan
|
56408c29a1
|
Bug fix in decoder/postFilter
Possible division by 0, check on operand values must be done on the scaled
ones used as denominator.
|
14 years ago |