Johan Pascal
|
faaa895862
|
Release 1.1.1
Fix compatibility with old versions of gcc and clang
|
5 years ago |
Andrey Semashev
|
454d2bb5dc
|
Mark input pointer arguments with const.
It indicates that the library is not going to modify input data. This helps
using the library in C++ projects, where const is essential.
|
7 years ago |
Johan Pascal
|
f06a56a78b
|
Version number is defined in the decoder header
|
5 years ago |
Simon Morlat
|
2c3ff1ae1a
|
Change license headers to GPLv3.
|
6 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 |
François Grisez
|
78aedfdf5c
|
Autotools: fixes dist and distcheck targets
|
10 years ago |
François Grisez
|
d4faabe532
|
Remove unuseful EXTRA_DIST
|
10 years ago |
Ghislain MARY
|
7f76ef482b
|
Add Visual Studio project for Windows 10.
|
11 years ago |
François Grisez
|
e61851f533
|
Fix missing files in the distributed archive and prevent intallation of private headers
|
11 years ago |
Ghislain MARY
|
720e30f4f4
|
Include stdint.h to build with Visual Studio.
|
11 years ago |
Simon Morlat
|
d560e05800
|
always install headers
|
11 years ago |
Johan Pascal
|
948d32adf4
|
Add support for RFC3389 Comfort Noise Payload
|
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
|
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 |
Margaux Clerc
|
2e36a5d4bc
|
Add rpm support
|
12 years ago |
Guillaume BIENKOWSKI
|
cb467db358
|
Fix a bad include barrier
|
12 years ago |
Ghislain MARY
|
0825bdb60b
|
Build only libmsbcg729 if compiling mediastreamer plugin, libbcg729 otherwise.
|
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.
|
12 years ago |
Johan Pascal
|
1ad5aa5abd
|
ITU G729 annexe A implementation
|
14 years ago |