summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* 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
* dtls_srtp: use DTLS-api from libre v0.4.9Alfred E. Heggestad2014-06-18
| | | | | | | | for the dtls_srtp module to compile, you now need libre v0.4.9 or later. also added note about dependency to libre v0.4.9 in README and Debian file
* 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 ..
* fix call mute-state for multiple callsAlfred E. Heggestad2014-05-18
| | | | | | | added audio_ismuted() and remove static state from menu.c thanks to Remik who reported the issue and suggested a nice solution :)
* account: add sample with outbound transportAlfred E. Heggestad2014-05-17
|
* dtls_srtp: clear openssl error queue on errorsAlfred E. Heggestad2014-05-17
| | | | | | | openssl has a nice global error queue, if an error occurs we must read out the error and then call ERR_clear_error(). otherwise other users of openssl in the same process will get our errors, and things will stop working.
* ice: set default candidates for 'lite' modeAlfred E. Heggestad2014-05-01
| | | | | | | | | | | when using ice-lite mode, the baresip ICE module is not setting RTP/RTCP connection line in SDP properly. this should be fixed by making a call to this function after the local candidates have been gathered: icem_lite_set_default_candidates(m->icem); the issue was reported by Juha Heinanen, thanks
* rst: use logging functionsAlfred E. Heggestad2014-04-20
|
* dshow: use info() instead of re_printf()Alfred E. Heggestad2014-04-20
|
* avcapture: use warning() instead of re_printf()Alfred E. Heggestad2014-04-20
|
* rst: remove psize, use sampc insteadAlfred E. Heggestad2014-04-20
|
* v4l2: remove trailing whitespaceAlfred E. Heggestad2014-04-14
|
* whitespaceDmitrij D. Czarkoff2014-04-14
|
* 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.
* modules: use new logging functionsAlfred E. Heggestad2014-04-12
|
* use logging functionsAlfred E. Heggestad2014-04-12
|
* 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
* Merge branch 'master' into ausrc_apiAlfred E. Heggestad2014-04-11
|\
| * dtmfio: include unistd for unlink()Alfred E. Heggestad2014-04-11
| |
* | sndio: update to new ausrc/auplay APIAlfred E. Heggestad2014-04-11
| |
* | Merge branch 'master' into ausrc_apiAlfred E. Heggestad2014-04-11
|\|
| * Merge branch 'master' into nextAlfred E. Heggestad2014-04-11
| |\
| | * sndio: audio driver for OpenBSDAlfred E. Heggestad2014-04-09
| | | | | | | | | | | | It was contributed by Dmitrij D. Czarkoff, thank you!
| * | Merge branch 'master' into nextAlfred E. Heggestad2014-04-05
| |\|
| * | re api changes:Alfred E. Heggestad2014-02-22
| | | | | | | | | | | | | | | - sip_param_decode() renamed to msg_param_decode() - use msg_ctype_cmp() to check for Content-Type
* | | Merge branch 'master' into ausrc_apiAlfred E. Heggestad2014-03-29
|\ \ \ | | |/ | |/|
| * | portaudio: fix clang warningsAlfred E. Heggestad2014-03-23
| | |
| * | dtmfio: fix warnings and improve detectionAlfred E. Heggestad2014-03-23
| | |
| * | dtmfio: fix whitespace and ccheck.py warningsAlfred E. Heggestad2014-03-01
| | |
| * | Spelling fixqwertos2014-02-25
| | |
| * | fixed some spacingAaron Herting2014-02-24
| | |
| * | added dtmfio moduleAaron Herting2014-02-24
| |/
* | update audio-driver modules with new ausrc/play APIAlfred E. Heggestad2014-02-13
| |
* | ausrc/auplay api: change to 16-bit samplesAlfred E. Heggestad2014-02-13
| |
* | remove fmt parameter from ausrc/auplay apiAlfred E. Heggestad2014-02-13
|/
* fakevideo: new module for fake video input/outputAlfred E. Heggestad2014-02-09
| | | | Suggested-by: Fadeev Alexander
* vidloop: use configured video-display module,deviceAlfred E. Heggestad2014-02-09
|
* alsa: use native-endian format SND_PCM_FORMAT_S16Alfred E. Heggestad2014-02-09
| | | | also reduce hardware buffersize to 4 blocks
* oss: use native-endian format, so it works on big endian CPUsAlfred E. Heggestad2014-02-09
| | | | | | | | | | | | | tested on i386 and mips (openwrt): --- System info: --- Machine: mips/linux Version: 0.4.10 (libre v0.4.7) Build: 32-bit big endian Kernel: Linux OpenWrt 3.3.8 #1 Sat Mar 23 16:49:30 UTC 2013 Uptime: 1 sec Started: Thu Feb 6 19:21:28 2014 Compiler: 4.6.4
* baresip 0.4.10Alfred E. Heggestad2014-02-09