summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* audio: add timing in tx threadAlfred E. Heggestad2017-12-12
| | | | | | | | | | | | | - added timing code in the transmit thread to pace out RTP packets at the right interval (e.g. ptime 20ms) The transmit aubuf is set to max 100ms. This ensures that if audio samples are coming too fast from the audio driver/device, the oldest samples will be dropped. Ref: https://github.com/alfredh/baresip/issues/325 cleanup
* README: add mqttAlfred E. Heggestad2017-12-10
|
* avcodec: change x264 rate control mode to ABR (#334)Jonathan Sieber2017-12-10
|
* ua: add UA_EVENT_CALL_RTCP eventAlfred E. Heggestad2017-12-09
| | | | | | this event is called for every received RTCP report. mqtt: add JSON encoding of RTCP stats
* gst1: define __USE_POSIX199309 firstAlfred E. Heggestad2017-12-08
|
* v4l2: make HAVE_LIBV4L2 detection more robustAlfred E. Heggestad2017-12-08
|
* v4l2: additional debugAlfred E. Heggestad2017-12-08
|
* account: update warning messageAlfred E. Heggestad2017-12-03
|
* mqtt: new module for MQTT (#332)Alfred E. Heggestad2017-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | mqtt: relay ua_event with publish relay incoming message to long commands (with '/' prefix) mqtt: add file for publish mqtt: add command response mqtt: add subscribe.c mqtt: use fd_listen for READ/WRITE Make + Config entry for MQTT module (#329) * include mqtt in modules and config * Check for mosquitto-dev * fix mqtt module checks * Moving MQTT config to module_app block mqtt: add JSON payload for events mqtt: add JSON decoding of command mqtt: add config for broker host/port
* audio: added tx aubuf statisticsAlfred E. Heggestad2017-11-27
|
* audio: use correct samplesize for tx aubufAlfred E. Heggestad2017-11-27
|
* audio: better layout of audio_debugAlfred E. Heggestad2017-11-26
|
* audio: fix warnings when building with HAVE_PTHREAD=Alfred E. Heggestad2017-11-26
|
* audio: save max aubuf size on structAlfred E. Heggestad2017-11-26
|
* config: add support for setting audio transmit modeAlfred E. Heggestad2017-11-26
| | | | | | | | | | audio_txmode poll|thread 1. "poll" -- uses the audio driver thread to encode and send RTP packets (default) 2. "thread" -- uses a dedicated thread to encode and send RTP packets
* audio: remove support for AUDIO_MODE_TMRAlfred E. Heggestad2017-11-26
|
* test: test all audio tx modesAlfred E. Heggestad2017-11-26
|
* omx: include re.h without re/ pathAlfred E. Heggestad2017-11-19
|
* config: refresh templateAlfred E. Heggestad2017-11-17
|
* audio: update EBU-ACIP sdp parametersAlfred E. Heggestad2017-11-17
| | | | | | | - add config "ebuacip_jb_type auto|fixed" - add ebuacip qosrec thanks to Ola Palm for the patch
* audio: remove support for tx realtime threadAlfred E. Heggestad2017-11-16
| | | | | | | | | | - there is no need to run this thread in "realtime" mode, as the network will add much more jitter compared to an internal thread. (Setting a high thread priority may be a different option) the only modules that needs Real-time is the drivers close to I/O such as audio/video input/output drivers.
* log: print to stdout (ref #320)Alfred E. Heggestad2017-11-14
|
* docs: update THANKS file with contributorsAlfred E. Heggestad2017-11-12
|
* modules/gzrtp: make send handler thread-safe (#324)glenvt182017-11-12
| | | It can be called from another thread (audio/video read).
* menu: print incoming message using ui_output()Alfred E. Heggestad2017-11-12
|
* move some printing from stderr to stdout (ref #320)Alfred E. Heggestad2017-11-12
|
* clean up usage of stderrAlfred E. Heggestad2017-11-12
|