summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* av1: update to latest aom libraryAlfred E. Heggestad2018-02-26
|
* video: change video_fps from int to double floatAlfred E. Heggestad2018-02-25
|
* vidcodec: change rtp_ts from 32-bit to 64-bitAlfred E. Heggestad2018-02-24
| | | | | | the extended RTP timestamp from the video encoder should now contain a full extended timestamp, that must never wrap.
* video: fix warningAlfred E. Heggestad2018-02-23
|
* video: change RTP send timestamp to 64-bitAlfred E. Heggestad2018-02-23
| | | | | | | | | - change RTP timestamp for packet_handler from 32-bit to 64-bit (extended RTP timestamp). This timestamp must be monotonically increasing, and now the application does not have to handle wrapping of send timestamp. - save first/last RTP timestamp sent
* docs: have verb in sentence (#360)Christian Oeien2018-02-22
|
* modules/menu: added "statmode_default" config variable (#359)juha-h2018-02-21
| | | | | | | | * modules/menu: added "statmode_default" config variable - if given value "off" statsmode defaults to STATMODE_OFF - otherwise statsmode initial value is STATMODE_CALL * hopefully made travis happy
* v4l2_codec: fix ccheckAlfred E. Heggestad2018-02-14
|
* v4l2_codec: add debug message for updateAlfred E. Heggestad2018-02-14
|
* timestamp: new file for timestamp helpersAlfred E. Heggestad2018-02-14
|
* video: add statistics for source/disp framesAlfred E. Heggestad2018-02-14
|
* audio: silence warning about aubuf underrunAlfred E. Heggestad2018-02-14
|
* avcodec: additional fragment debugAlfred E. Heggestad2018-02-14
|
* Revert "avcodec: Return EPROTO when encountering missing fragments in H264 ↵Alfred E. Heggestad2018-02-14
| | | | | | | | | | | | | stream, to trigger intra-frame request (#339)" This reverts commit 369b0c0f0e96c529823a11cfc9ab55ce7ade4451. unfortunately I have to revert this commit. in case of packet loss, it might enter a state where no frames are display, and it never gets out of this state. https://github.com/alfredh/baresip/issues/353
* omx: add omx prefix to debug messagesAlfred E. Heggestad2018-02-14
|
* baresip version 0.5.8Alfred E. Heggestad2018-02-11
|
* config: add videnc_format to templateAlfred E. Heggestad2018-02-11
|
* 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
|