summaryrefslogtreecommitdiff
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.
* metric: fix average bitrate calculationAlfred E. Heggestad2014-04-12
|
* modules: use new logging functionsAlfred E. Heggestad2014-04-12
|
* added some missing commentsAlfred E. Heggestad2014-04-12
|
* use logging functionsAlfred E. Heggestad2014-04-12
|
* play: fix warnings when compiling with OPT_SIZE=1Alfred 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 pull request #6 from alfredh/ausrc_apiAlfred E. Heggestad2014-04-11
|\ | | | | Ausrc api
| * Merge branch 'master' into ausrc_apiAlfred E. Heggestad2014-04-11
| |\ | |/ |/|
* | dtmfio: include unistd for unlink()Alfred E. Heggestad2014-04-11
| |
* | debian: baresip now needs libre v0.4.8 or laterAlfred 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 pull request #5 from alfredh/nextAlfred E. Heggestad2014-04-11
|\ \ | | | | | | Next
| * \ 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
| |\ \ | |/ / |/| |
* | | config: add opensles to templateAlfred E. Heggestad2014-03-30
| | |
| * | stream_debug: also print local SDP addressAlfred E. Heggestad2014-02-22
| | |
| * | 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
| | |\ | |_|/ |/| |
* | | added call_setup_duration() and some small thingsAlfred E. Heggestad2014-03-27
| | | | | | | | | | | | - Thanks to Lorenzo Mangani for this work
* | | ua: prefix contact-user cookie with SIP usernameAlfred E. Heggestad2014-03-27
| | |
* | | 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
|/
* main: unload modules on forced exitAlfred E. Heggestad2014-02-12
|
* CFLAGS: remove -Wno-shadowAlfred E. Heggestad2014-02-12
|
* git ignore build* directoriesAlfred E. Heggestad2014-02-12
|
* add SYSROOT/lib to LIBSAlfred E. Heggestad2014-02-12
| | | | From: Alexander <fadeev.alexander@mybranto.com>
* gitignore: ignore binary and static.cAlfred E. Heggestad2014-02-09
|
* 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
|
* use new logging functionsAlfred E. Heggestad2014-02-09
|
* play: convert from Little to Native endian, ptime=40Alfred 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
* debian: upgrade files and fix lintian warningsAlfred E. Heggestad2014-02-09
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09
|
* Initial commitAlfred E. Heggestad2014-02-09