summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* 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
|