summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* speex_{aec,pp}: always link to libspeexdspAlfred E. Heggestad2018-01-30
|
* avcodec: use AV_INPUT_BUFFER_MIN_SIZE (ref #351)Alfred E. Heggestad2018-01-30
|
* openbsd: add system include path to /usr/local/includeAlfred E. Heggestad2018-01-30
|
* ctrl_tcp: using sprintf is not safe, use re_snprintf insteadAlfred E. Heggestad2018-01-29
|
* ctrl_tcp: correct name for module export symbolAlfred E. Heggestad2018-01-29
|
* ctrl_tcp: use re_snprintf, fix warningAlfred E. Heggestad2018-01-29
|
* ctrl_tcp module (#346)José Luis Millán2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ctrl_tcp module * ua: set a default reason for UA_EVENT_CALL_CLOSED on user hangup * ctrl_tcp: netstring * ctrl_tcp: fix typo * ctrl_tcp: avoid compiler warnings * ctrl_tcp: fix memory leak * ctrl_tcp: make linter happy * ctrl_tcp: make linter happy * ctrl_tcp: enhance message definition * ctrl_tcp: work on command error and empty response * ctrl_tcp: add response message attribute 'ok' * ctrl_tcp: cleanup * ctrl_tcp: linter. Fix too wide line * ctrl_tcp: Fix. remove unused variable * ctrl_tcp: rename 'netstring-c' folder by 'netstring' * ctrl_tcp: rename 'netstring.[ch]' by 'tcp_netstring.[ch]' * ctrl_tcp: reformat 'netstring' code * ctrl_tcp: move 'netstring_error_str' function to 'netstring' code * ctrl_tcp: remove cstring README file * ctrl_tcp: cleanup cstring makefile * ctrl_tcp: remove makefile and testsuite files from 'netstring' * ctrl_tcp: move variable decalaration to the beginning of the function * ctrl_tcp: add copyright headers
* update account templates with new password syntaxAlfred E. Heggestad2018-01-28
|
* call: save session callid on the structAlfred E. Heggestad2018-01-27
|
* call: print error-string to reasonAlfred E. Heggestad2018-01-24
|
* event: add call-id to JSON dictAlfred E. Heggestad2018-01-24
|
* timer: include winsock2.h to avoid warningAlfred E. Heggestad2018-01-19
|
* call: add call_id accessorAlfred E. Heggestad2018-01-17
|
* event: fix memory leakAlfred E. Heggestad2018-01-17
| | | | | | thanks to José Luis Millán who fixed it in his PR: https://github.com/alfredh/baresip/pull/346
* selftest: add testcase for eventsAlfred E. Heggestad2018-01-17
|
* timer: add compile-time check for clock_gettime (#347)Alfred E. Heggestad2018-01-17
|
* reg: add display-name to SIP registerAlfred E. Heggestad2018-01-08
|
* avcodec: Return EPROTO when encountering missing fragments in H264 stream, ↵Jonathan Sieber2018-01-07
| | | | to trigger intra-frame request (#339)
* update copyright year to 2018Alfred E. Heggestad2018-01-07
|
* omx: include bcm_host.h (ref #344)Alfred E. Heggestad2018-01-07
|
* omx: use -isystem to avoid warning in system header filesAlfred E. Heggestad2018-01-07
|
* omx: minor fixesAlfred E. Heggestad2018-01-07
|
* update some modules with new aucodec apiAlfred E. Heggestad2018-01-06
|
* audio: add sample formats to debugAlfred E. Heggestad2018-01-06
|
* audio: sample format for audio encoder/decoderAlfred E. Heggestad2018-01-06
| | | | | | | | | | | config: auenc_format s16 # s16, float audec_format s16 # s16, float modules: only opus module supports this for now. default is s16
* account: update template with auth_pass parameterAlfred E. Heggestad2018-01-06
|
* auloop: initialize bitrate field in struct auenc_paramAlfred E. Heggestad2018-01-05
|
* audio: add function to set encoder bitrateAlfred E. Heggestad2018-01-05
| | | | | | | - auenc API updated with bitrate in bits/s - new command to set encoder bitrate: /aubitrate 128000
* timer: add tmr_jiffies_usecAlfred E. Heggestad2018-01-05
|
* video: add some more details to video_debugAlfred E. Heggestad2018-01-01
|
* account: password in SIP uri is now deprecatedAlfred E. Heggestad2017-12-30
| | | | | | | | | | <sip:user:password@domain.com> ^^^^^^^^ deprecated please use the "auth_pass" parameter instead: <sip:user@domain.com>;auth_pass=xxx
* vidutil: new file for video utility functionsAlfred E. Heggestad2017-12-30
|
* avformat: use av_dump_format()Alfred E. Heggestad2017-12-30
|
* mk: avahi does not depend on avcodecAlfred E. Heggestad2017-12-30
|
* update READMEAlfred E. Heggestad2017-12-25
|
* audio: update doxygen commentsAlfred E. Heggestad2017-12-25
|
* update debian and rpmAlfred E. Heggestad2017-12-25
|
* baresip version 0.5.7Alfred E. Heggestad2017-12-25
|
* gst1: define _DEFAULT_SOURCEAlfred E. Heggestad2017-12-22
|
* stream: make rtp-timeout more robust against clock adjustmentAlfred E. Heggestad2017-12-17
|
* debug_cmd: add command 'conf_reload' to reload configuration fileAlfred E. Heggestad2017-12-17
|
* event: add check for USE_VIDEOAlfred E. Heggestad2017-12-16
|
* event: move encoding of event from mqtt to event.c (ref #331)Alfred E. Heggestad2017-12-16
|
* event: new file for generic event handlingAlfred E. Heggestad2017-12-16
|
* config: update doxygen commentsAlfred E. Heggestad2017-12-16
|
* video: increase buffer size for video device stringAlfred E. Heggestad2017-12-16
|
* avformat: added more debug loggingAlfred E. Heggestad2017-12-15
|
* menu: add 'ringback_disabled' configAlfred E. Heggestad2017-12-14
|
* config: add conf_get_aufmt() to resolve audio sample formatAlfred E. Heggestad2017-12-14
|
* audio: added aubuf statistics for receiveAlfred E. Heggestad2017-12-12
|