Johan Pascal
|
28927fe2bb
|
Fix ABS macro definition
|
10 years ago |
Ghislain MARY
|
03fc6bba62
|
Generate a config-file package when building with CMake.
|
11 years ago |
Simon Morlat
|
6b63451701
|
install lib also
|
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 |
Ghislain MARY
|
28fdc4259d
|
Fix build with CMake.
|
11 years ago |
Ghislain MARY
|
acc69ee785
|
Add CMakeLists.txt files to build with CMake.
|
11 years ago |
Johan Pascal
|
d37893e46d
|
Fix potential overflow in postFilter gain scaling factor computation
|
11 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
|
82d05cf71a
|
Fix visibility problem on non-mingw platforms (all symbols were hidden so the plugin could not be loaded).
|
12 years ago |
Ghislain MARY
|
ed04a86611
|
Fix visibility issues when compiling with mingw32.
|
12 years ago |
Ghislain MARY
|
860c8544e8
|
Fix compilation for Windows Phone 8.
|
13 years ago |
Simon Morlat
|
136c165a61
|
fix visibility of symbols (wasn't working at all before)
|
13 years ago |
Guillaume Beraudo
|
a4763c9506
|
Rework autoconf scripts.
|
13 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 |
Johan Pascal
|
1ad5aa5abd
|
ITU G729 annexe A implementation
|
14 years ago |