summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* 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