JaccoCompier
|
527d673493
|
Update postFilter.c
While calculation the best pitch delay (bestIntPitchDelay) the lower bounds of range was not calculated correctly near the maximun range.
|
9 years ago |
JaccoCompier
|
a71e68587d
|
Update decodeLSP.c
codebookqLSF check started on index 1 instead of index 0
|
9 years ago |
Ghislain MARY
|
6e1214ca49
|
The plugin part is no longer a plugin and is now integrated in mediastreamer2.
|
9 years ago |
Gautier Pelloux-Prayer
|
da31d15918
|
license: update FSF address
|
10 years ago |
Ghislain MARY
|
c95f85337a
|
Install pdb file on Windows when building in RelWithDebInfo.
|
10 years ago |
Gautier Pelloux-Prayer
|
af8696c895
|
CMakeLists.txt: fix compilation of plugin
|
10 years ago |
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 |
Ghislain MARY
|
4edc094bcf
|
Do not use object library when building with CMake.
|
10 years ago |
Ghislain MARY
|
0ed137cd58
|
Allow building both shared and static libraries.
|
10 years ago |
Johan Pascal
|
28927fe2bb
|
Fix ABS macro definition
|
10 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 |
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 |