Ghislain MARY
|
8bec1e5fc0
|
No longer use CMAKE_BUILD_TYPE to allow configuration choice at build time.
|
2 years ago |
Ghislain MARY
|
e29952e7ce
|
Improve CMake package config and find_package scripts.
|
3 years ago |
Ghislain MARY
|
fb0a4eb114
|
Update CMakeLists.txt so that the project can be added as a subdirectory of linphone-sdk.
|
3 years ago |
Johan Pascal
|
faaa895862
|
Release 1.1.1
Fix compatibility with old versions of gcc and clang
|
5 years ago |
Sergio Filipe
|
dcfa63fc9d
|
Fix #10: Making it build on debian jessie
Avoiding missing-braces error wich is apparently a GCC bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119)
|
5 years ago |
Johan Pascal
|
176be6f49d
|
Release 1.1.0
|
5 years ago |
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 |
Johan Pascal
|
101512030d
|
Update licensing text in readme
|
5 years ago |
Johan Pascal
|
04c8124ec6
|
Strict compilation mode can be turned off
|
5 years ago |
Johan Pascal
|
f06a56a78b
|
Version number is defined in the decoder header
|
5 years ago |
Johan Pascal
|
fe0b91576f
|
Fix version number in autotools
|
5 years ago |
Johan Pascal
|
6c7c7f3576
|
Fix infinite loop bug in VAD
Thanks Frederic Boiteux
|
5 years ago |
Julien Wadel
|
9d24e2dadd
|
Use Generic path for installing pdb
|
5 years ago |
Julien Wadel
|
6f5f748460
|
Fix clang 3.5 errors
|
6 years ago |
Nicolas Michon
|
3f201ff247
|
Merge branch 'fix/cmake_config_file' into 'master'
Add missing install location for cmake config file
See merge request BC/public/bcg729!9
|
6 years ago |
Simon Morlat
|
a197c9aef8
|
Merge branch 'fix/infofiles' into 'master'
Fix/infofiles
See merge request BC/public/bcg729!8
|
6 years ago |
Simon Morlat
|
2c3ff1ae1a
|
Change license headers to GPLv3.
|
6 years ago |
Simon Morlat
|
089bb34544
|
Improve and clean project information. Bump to version 1.1.0 because of license change to GPLv3.
|
6 years ago |
Nicolas Michon
|
c3f9eea03f
|
Add missing install location for cmake config file
|
6 years ago |
Nicolas Michon
|
97c0712583
|
Cmake changes for cross-compilation and better use of imported targets
|
6 years ago |
Nicolas Michon
|
5e087b6ed2
|
Cmake changes for cross-compilation and better use of imported targets
|
6 years ago |
Simon Morlat
|
bc4b1cdb1d
|
Merge branch 'fix/urls' into 'master'
Set new urls.
See merge request BC/public/bcg729!5
|
7 years ago |
Simon Morlat
|
f193bd38e3
|
Set new urls.
|
7 years ago |
johan
|
1e20d17425
|
Merge branch 'pr/github' into 'master'
Pr/github
See merge request BC/public/bcg729!4
|
7 years ago |
Johan Pascal
|
d63ce04a93
|
Maintain symbol visibility when testing is enabled
|
7 years ago |
Guy Harris
|
f8ca5b8a50
|
Handle macOS systems with glibtoolize in /usr/local/bin.
Not all such systems have it in /opt/local/bin.
|
7 years ago |
Peter Wu
|
a5907daf1b
|
CMake: install pkg-config files for parity with autotools
|
7 years ago |
Peter Wu
|
697bf6653a
|
cmake: fix symbol visibility
Avoid exposing unexported symbols, matches autotools behavior.
|
7 years ago |
Peio Rigaux
|
20838a5eb9
|
Merge branch 'feature/new_ubuntu_runner' into 'master'
added chmod to give exec rights on shared libs for ubuntu packaging
See merge request BC/public/bcg729!3
|
7 years ago |
KyronNextLevel
|
b1a1830fdf
|
added chmod to give exec rights on shared libs for ubuntu packaging
|
7 years ago |
Ronan
|
0ef01e9650
|
Merge branch 'fix/rpm-install-libdir' into 'master'
chore(build): do not set CMAKE_INSTALL_LIBDIR and never with _libdir!
See merge request BC/public/bcg729!2
|
7 years ago |
Ronan Abhamon
|
ecf1a0c7a7
|
chore(build): do not set CMAKE_INSTALL_LIBDIR and never with _libdir!
|
7 years ago |
Ghislain MARY
|
dc83e30126
|
Merge branch 'feature/generate-rpm-specfile-only-for-linux' into 'master'
Generate RPM specfile only when targeting Linux platform.
See merge request BC/public/bcg729!1
|
7 years ago |
Ghislain MARY
|
631cecdceb
|
Generate RPM specfile only when targeting Linux platform.
|
7 years ago |
Erwan Croze
|
aefc8f6383
|
Update README.md
|
8 years ago |
Ghislain MARY
|
9c4f0ee0f1
|
Handle RPM packaging.
|
8 years ago |
Johan Pascal
|
488db2b73a
|
Fix incorrect FSF address
thanks manisandro
|
8 years ago |
Johan Pascal
|
973b14d274
|
Patterns updated to match previous commits
if tests fail please delete the test/pattern directory this will trigger
the download of updated patterns
|
8 years ago |
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
|
9ada79d7ff
|
Update version.
|
9 years ago |
Ghislain MARY
|
fdd4b15cd7
|
Fix Bcg729Config.cmake.in.
|
9 years ago |
Ghislain MARY
|
1100fb4853
|
Simplify Bcg729Config.cmake.in.
|
9 years ago |
Jehan Monnier
|
20f7bdd811
|
fix Bcg729Config.cmake.in
|
9 years ago |
Ghislain MARY
|
9b07c787fd
|
Fix CMake config-file package.
|
9 years ago |
Jehan Monnier
|
edc3520ef0
|
fix typo in cmake file
|
9 years ago |
Jehan Monnier
|
ee686c7d4f
|
fix cmake build script for unit test
|
9 years ago |
Jehan Monnier
|
1e684cd9a7
|
fix unit test for cmake build
|
9 years ago |
Ghislain MARY
|
6e1214ca49
|
The plugin part is no longer a plugin and is now integrated in mediastreamer2.
|
9 years ago |