summaryrefslogtreecommitdiff
path: root/mk
Commit message (Collapse)AuthorAge
* 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
|
* baresip version 0.4.13Alfred E. Heggestad2015-06-20
|
* sndio: upgrade for OpenBSDAlfred E. Heggestad2015-06-14
|
* aufile: new module for using WAV-files as audio-sourceAlfred E. Heggestad2015-06-13
|
* 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