summaryrefslogtreecommitdiff
path: root/mk/modules.mk
Commit message (Collapse)AuthorAge
* better detection of avcodec/avformatAlfred E. Heggestad2015-09-26
|
* Use libnotify for notifications in glib < 2.40 (#65)Charles Lehner2015-09-20
|
* selftest: new binaryAlfred E. Heggestad2015-08-09
| | | | | | - move selftest code from module/selftest to test/. - create a new binary called 'selftest' - the selftest is testing the Baresip Core only
* add modules using gstreamer-1.0Alfred E. Heggestad2015-08-01
| | | | | | | | | | | | | | | | | | | - gst1.so -- module for audio-streaming using gstreamer 1.0 - gst_video1.so -- module for video encoding using gstreamer 1.0 It is now possible to combine but 0.10 and 1.0 modules, but please be careful when loading a mix of modules with different version of gstreamer! you can also try to compile all of the statically into the same binary: $ make STATIC=1 we might rename the old gst.so to gst0.so at some point ...? fixes issue #38 https://github.com/alfredh/baresip/issues/38
* win32 porting (VC2010)Alfred E. Heggestad2015-07-18
| | | | | | | | https://github.com/alfredh/baresip/pull/52 original patch by Victor Sergienko - the copy of windows .h header files was not included
* Add gtk moduleCharles Lehner2015-07-05
|
* module: build dtmfio for freebsd (patch from Hellmuth Michaelis)Alfred E. Heggestad2015-06-22
|
* sndio: upgrade for OpenBSDAlfred E. Heggestad2015-06-14
|
* aufile: new module for using WAV-files as audio-sourceAlfred E. Heggestad2015-06-13
|
* 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
|
* 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
* 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