Johan Pascal
|
5c19a144dc
|
Fix overflow in encoder
+ do not left shift a negative int(undefined behaviour in C standard)
+ update test patterns
|
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 |
Simon Morlat
|
2c3ff1ae1a
|
Change license headers to GPLv3.
|
6 years ago |
Gautier Pelloux-Prayer
|
da31d15918
|
license: update FSF address
|
10 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
|
860c8544e8
|
Fix compilation for Windows Phone 8.
|
13 years ago |
Johan Pascal
|
1ad5aa5abd
|
ITU G729 annexe A implementation
|
14 years ago |