summaryrefslogtreecommitdiff
path: root/mk
Commit message (Collapse)AuthorAge
* release baresip version 0.4.12Alfred E. Heggestad2014-12-24
|
* improve FFmpeg/libav module detectionAlfred E. Heggestad2014-11-22
| | | | | | | - remove FFmpeg keyword, as both FFmpeg and libav is supported - avcodec.so need libavcodec - avformat.so needs libavformat and others - also made the "quicktime.so" module deprecated
* uuid: generate UUID internally in moduleAlfred E. Heggestad2014-11-15
|
* version 0.4.11Alfred E. Heggestad2014-06-21
|
* dtls_srtp: use SRTP-stack from libreAlfred E. Heggestad2014-06-19
|
* srtp: split srtp-module into 'srtp' and 'libsrtp'Alfred E. Heggestad2014-06-18
| | | | | | | | | | | libre v0.4.9 has a very fast and robust SRTP-stack and we want to use it in baresip. however libsrtp is also working so we want to keep the module using libsrtp around for a while. two modules providing SDES-SRTP: - libsrtp.so -- SRTP using libsrtp - srtp.so -- Native SRTP-stack in libre
* remove support for Symbian OSAlfred E. Heggestad2014-06-15
| | | | | R.I.P. Symbian it was nice to know you, too bad the people at Nokia did not take better care of you ..
* modules: add USE_AVCAPTURE and try to detect itAlfred E. Heggestad2014-04-21
|
* v4l2: add format negotiation and OpenBSD supportDmitrij D. Czarkoff2014-04-14
| | | | | | | | | | | Changes are: * libv4l2 is not required for proper operation any more (it is still desirable, as it guarantees that librem-supported format will be available); * v4l2 module now iterates through the list of available formats and settles on first one supported by librem; * if libv4l2 is present, baresip will try to use native format and fall back to emulated one only if no usable combination found.
* selftest: new module for testing baresip coreAlfred E. Heggestad2014-04-12
| | | | | | | | | | | | | | | the selftest module is using the public API of the Baresip core (in baresip.h) to verify the expected behaviour and to test various protocol scenarios. the module can be loaded with the 'module' directive or 'module_tmp' directive: module_tmp selftest.so OR: module selftest.so
* dtmfio: fix warnings and improve detectionAlfred E. Heggestad2014-03-23
|
* added dtmfio moduleAaron Herting2014-02-24
|
* CFLAGS: remove -Wno-shadowAlfred E. Heggestad2014-02-12
|
* fakevideo: new module for fake video input/outputAlfred E. Heggestad2014-02-09
| | | | Suggested-by: Fadeev Alexander
* baresip 0.4.10Alfred E. Heggestad2014-02-09