summaryrefslogtreecommitdiff
path: root/mk
Commit message (Collapse)AuthorAge
* mk: avahi does not depend on avcodecAlfred E. Heggestad2017-12-30
|
* baresip version 0.5.7Alfred E. Heggestad2017-12-25
|
* mqtt: new module for MQTT (#332)Alfred E. Heggestad2017-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | mqtt: relay ua_event with publish relay incoming message to long commands (with '/' prefix) mqtt: add file for publish mqtt: add command response mqtt: add subscribe.c mqtt: use fd_listen for READ/WRITE Make + Config entry for MQTT module (#329) * include mqtt in modules and config * Check for mosquitto-dev * fix mqtt module checks * Moving MQTT config to module_app block mqtt: add JSON payload for events mqtt: add JSON decoding of command mqtt: add config for broker host/port
* modules/gzrtp: new module using GNU ZRTP C++ library (#314)glenvt182017-10-28
|
* version 0.5.6Alfred E. Heggestad2017-10-14
|
* Local Discovery through Avahi/ZeroConf module (#293)Jonathan Sieber2017-09-20
| | | | | | | | | | * Avahi Service Announce and Discovery * Replace all instances of error() with warning() to work around #295 * avahi: Fix IPv4/v6 support, and a few nitpicks * avahi: Advertise non-standard ports
* baresip version 0.5.5Alfred E. Heggestad2017-09-07
|
* release version 0.5.4Alfred E. Heggestad2017-06-23
|
* release version 0.5.3Alfred E. Heggestad2017-05-14
|
* Update for re/rem/baresip windows projects (#235)Mikhail Barg2017-04-18
| | | | | | * Updated MSVS projects to vs2015 and changed structure * Removed exports_avcodec from static.c, removed wsock32.lib from .vcxproj
* 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
* version 0.5.1Alfred E. Heggestad2017-03-03
|
* libsrtp is deprecated, use srtp insteadAlfred E. Heggestad2017-02-12
|
* add test for sndfile on *BSD. (#194)jungle-boogie2016-12-27
|
* bump version to 0.5.0Alfred E. Heggestad2016-09-20
|
* debug_cmd.so: new module for Debug CommandsAlfred E. Heggestad2016-07-30
| | | | move some debug commands from menu.so to debug_cmd.so
* baresip version 0.4.20Alfred E. Heggestad2016-07-22
|
* 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
|
* baresip version 0.4.19Alfred E. Heggestad2016-05-20
|
* 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
|
* baresip release v0.4.18Alfred E. Heggestad2016-03-12
|
* release baresip 0.4.17Alfred E. Heggestad2016-01-17
|
* mk: add build detection of audiounit module for OSXAlfred E. Heggestad2016-01-16
|
* baresip version 0.4.16Alfred E. Heggestad2015-12-01
|
* 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-11-02
|
* build infrastructure: silent and verbose modesDmitrij D. Czarkoff2015-11-01
| | | | | | | | | | | | In *silent* mode build infrastructure prints only short messages in format: TOOL filename and toolchain's warnings. In *verbose* mode it additionally echoes exact commands including all compiler and linker flags. By default baresip is built in *silent* mode (as before this commit); *verbose* mode can be set either by unsetting `HIDE` variable (running `make HIDE=`) or by setting `V` variable to any value (eg. `make V=1` or `make V=yes`).
* 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.
* baresip version 0.4.15Alfred E. Heggestad2015-09-26
|
* 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
* baresip v0.4.14Alfred E. Heggestad2015-08-08
|
* 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
* make: added $(MOD)_CFLAGS to module.mkAlfred E. Heggestad2015-08-01
| | | | | | | | | | each module can now choose between CFLAGS and/or $(MOD)_CFLAGS - CFLAGS will append the flags to the global CFLAGS and thus be used when compiling all .c files (core and modules) - $(MOD)_CFLAGS will only be used for compiling that specific module and will not pollute the global CFLAGS space
* 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
|