summaryrefslogtreecommitdiff
path: root/mk/modules.mk
Commit message (Collapse)AuthorAge
* Update to include JACK Audio Driver (#233)tonylangley2017-04-14
| | | This appeared to be missing. Also updated the copyright date to 2017.
* release baresip 0.5.2Alfred E. Heggestad2017-04-07
|
* Video Display Support for Raspberry Pi (#228)Jonathan Sieber2017-04-06
| | | | | | | | | | | | | | * Adding a new video display module for the Raspberry Pi... * Made it work with libomxil-bellagio - Fixed framing woes with vidconv() :) * Some Attention to the build system, Automatically use libomx-bellagio or RPi OMX API Introduces USE_OMX_RPI and USE_OMX_BELLAGIO in mk/modules.mk use sys_usleep() Removed pthread mutexes, they are not needed anymore
* libsrtp is deprecated, use srtp insteadAlfred E. Heggestad2017-02-12
|
* add test for sndfile on *BSD. (#194)jungle-boogie2016-12-27
|
* debug_cmd.so: new module for Debug CommandsAlfred E. Heggestad2016-07-30
| | | | move some debug commands from menu.so to debug_cmd.so
* pulse: enable auto-detection of pulse.so moduleAlfred E. Heggestad2016-06-26
|
* vp9: needs libvpx v1.3.0 or laterAlfred E. Heggestad2016-06-06
|
* vp9: add VP9 video codecAlfred E. Heggestad2016-06-04
|
* vp8: rename vpx.so module to vp8.soAlfred E. Heggestad2016-06-04
|
* gtk: check for both gtk+-2.0 and glib-2.0Alfred E. Heggestad2016-05-18
|
* mk: add detection of v4l2_codec moduleAlfred E. Heggestad2016-05-16
|
* Revert "gtk: require glib 2.32"Alfred E. Heggestad2016-05-12
| | | | This reverts commit ce25d76161ce78c5bc0436e7e02e20935b7412cc.
* gtk: require glib 2.32Charles Lehner2016-05-09
| | | | Fix #122
* h265: add auto-detection of moduleAlfred E. Heggestad2016-05-08
|
* First version with MPA codingChristian Hoene2016-04-22
|
* mk: add build detection of audiounit module for OSXAlfred E. Heggestad2016-01-16
|
* mk: build vidinfo if cairo is presentAlfred E. Heggestad2015-11-29
|
* modules: added detection of zrtp.so moduleAlfred E. Heggestad2015-11-28
|
* fix ccheck warningsAlfred E. Heggestad2015-10-19
|
* build infrastructure: use pkg-config for gstreamer detectionDmitrij D. Czarkoff2015-10-16
| | | | At least on Debian Wheezy old header test was prone to giving false positives.
* 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