summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* README: add ctrl_tcp to list of modulesAlfred E. Heggestad2018-02-11
|
* version 0.5.8Alfred E. Heggestad2018-02-11
|
* config: ifdef USE_VIDEO check for conf_get_vidfmtAlfred E. Heggestad2018-02-11
|
* mqtt: update README with correct JSON syntax (ref #356)Alfred E. Heggestad2018-02-11
|
* call: fix memory leak in case sipsess_connect() failsAlfred E. Heggestad2018-02-11
|
* log: rename log_enable_stderr to log_enable_stdoutAlfred E. Heggestad2018-02-11
|
* log: add doxygen commentsAlfred E. Heggestad2018-02-11
|
* stream: print a message when incoming RTP stream is establishedAlfred E. Heggestad2018-02-11
|
* avcodec: extra logging for decode packetAlfred E. Heggestad2018-02-10
|
* vidloop: fix comparison between signed and unsigned integer warningAlfred E. Heggestad2018-02-10
|
* video: fix comparison between signed and unsigned integer warningAlfred E. Heggestad2018-02-10
|
* config: add configurable video pixel formatAlfred E. Heggestad2018-02-10
| | | | | | | | config: videnc_format yuv420p # yuv420p, yuv444p, ... The default pixel format is still YUV420P
* avcodec: add support for YUV444P pixel formatAlfred E. Heggestad2018-02-10
|
* gst1: define _POSIX_C_SOURCE to make nanosleep visibleAlfred E. Heggestad2018-02-09
| | | | - this fixes a compile error on CentOS 7.4
* test: make 'struct user' opaqueAlfred E. Heggestad2018-02-06
| | | | avoid conflict with struct user defined in <sys/user.h>
* ctrl_tcp: add module entry to config file template (#357)José Luis Millán2018-02-06
|
* silk: updated aucodec APIAlfred E. Heggestad2018-02-04
|
* audio: check sample formatsAlfred E. Heggestad2018-02-03
|
* Aucodec sample format (#352)Alfred E. Heggestad2018-02-03
| | | | | | | | | | | | | | | | * aucodec: merge s16 and fmt encode/decode into one having 2 different encode functions for s16 and other formats turned out to be a bit impractical. better to have 1 function where the sample format (fmt) can be specified. * update some aucodec modules * update test * update codec2 * update g7221 module
* set exact installation pathes at build time (#354)Guillaume Rousse2018-02-03
| | | | | Thank you, this is a very nice contribution. Alfred
* metric: fix calculation of average bitrateAlfred E. Heggestad2018-01-31
|
* video: save and show pixel format of incoming videoAlfred E. Heggestad2018-01-31
|
* avcodec: fix ccheck warningAlfred E. Heggestad2018-01-31
|
* avcodec: remove swap fileAlfred E. Heggestad2018-01-31
|
* avcodec: backwards compat for FF_MIN_BUFFER_SIZEAlfred E. Heggestad2018-01-31
|
* 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