summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* vidloop: detect error in vidisp_display()Alfred E. Heggestad2015-03-21
|
* add video error handlerAlfred E. Heggestad2015-03-21
|
* zrtp: initialize remote_zidAlfred E. Heggestad2015-03-08
| | | | thanks to Ingo Feinerer for the patch
* video: add video-queue for pacing outgoing RTP packetsAlfred E. Heggestad2015-03-01
|
* contact: add access-parameterAlfred E. Heggestad2015-02-14
| | | | | | | | - basic access-control for incoming calls, originally based on a patch from Doug Blewett (thanks!) - each contact-entry can optionally have a ;access={block,allow} parameter. - add a hash-table for all contacts for fast lookup
* h265: more flexible logic for selecting colorspace (pixel-format)Alfred E. Heggestad2014-12-30
|
* vidloop: define internal pixel-format, tuningAlfred E. Heggestad2014-12-30
|
* Merge pull request #34 from oej/masterAlfred E. Heggestad2014-12-30
|\ | | | | ua.c Do not core dump when no calls are active
| * ua.c Do not core dump when no calls are activeOlle E. Johansson2014-12-30
|/ | | | Using "l" in menu.so caused a core dump.
* vidloop: check return value of enable_codec()Alfred E. Heggestad2014-12-28
|
* Merge pull request #33 from lmangani/http-modAlfred E. Heggestad2014-12-26
|\ | | | | HTTPD module RAW output mode for curling
| * Default configuration entry for HTTP moduleLorenzo Mangani2014-12-26
| |
| * HTTPD module RAW output mode for curling (/raw/?cmd)Lorenzo Mangani2014-12-26
| |
* | b2bua: new experimental moduleAlfred E. Heggestad2014-12-26
| |
* | account: no SIP accounts is not an error anymoreAlfred E. Heggestad2014-12-26
|/
* Merge branch 'master' of git://github.com/lmangani/baresipAlfred E. Heggestad2014-12-26
|\
| * Fix warningsLorenzo Mangani2014-12-26
| |
| * Add TOGGLE ACCOUNT key option T in addition to current SPACELorenzo Mangani2014-12-26
| |
| * New cmd R: Create User-Agent from command line (same format as config)Lorenzo Mangani2014-12-26
| |
* | docs: update READMEAlfred E. Heggestad2014-12-26
|/
* added h265 moduleAlfred E. Heggestad2014-12-26
|
* gst_video: new vidcodec module using gstreamerAlfred E. Heggestad2014-12-25
| | | | | | | | | | the original code was based on avcodec, and written by Victor Sergienko and Fadeev Alexander. Later the code was reviewed by Alfred and cleaned up a bit. this module can use hardware-encoding of H.264 for devices that support it (via gstreamer), by tweaking the pipeline string a bit.
* vidcodec: add support for encode- or decode-only vidcodec modulesAlfred E. Heggestad2014-12-25
|
* debian: added missing dependency on libswscale-devJuha Heinanen2014-12-25
|
* release baresip version 0.4.12Alfred E. Heggestad2014-12-24
|
* presence: use correct reference to RFC 3903Alfred E. Heggestad2014-12-24
|
* main: added -t for test modeAlfred E. Heggestad2014-12-24
|
* use correct definition of kilobit (1000 bits)Alfred E. Heggestad2014-12-07
| | | | http://en.wikipedia.org/wiki/Kilobit
* gruu: use the correct contact-headerAlfred E. Heggestad2014-12-06
|
* cons: add output handlerAlfred E. Heggestad2014-11-30
|
* ui: make ui_output() take a formatted stringAlfred E. Heggestad2014-11-30
| | | | | | | - minor cleanup in logging - use ui_output() for interactive output - avoid using re_printf() - stdio: added an output_handler (to stderr)
* celt: module deleted, use opus.so insteadAlfred E. Heggestad2014-11-30
|
* httpd: register UI handlersAlfred E. Heggestad2014-11-30
|
* evdev: fix bug, call ui_register() on initAlfred E. Heggestad2014-11-30
|
* ua: fix doxygen warningAlfred E. Heggestad2014-11-30
|
* added sample configAlfred E. Heggestad2014-11-23
|
* improve FFmpeg/libav module detectionAlfred E. Heggestad2014-11-22
| | | | | | | - remove FFmpeg keyword, as both FFmpeg and libav is supported - avcodec.so need libavcodec - avformat.so needs libavformat and others - also made the "quicktime.so" module deprecated
* winwave: call waveOutClose/waveInClose lastAlfred E. Heggestad2014-11-22
|
* ua: use fixed strings in sip error repliesAlfred E. Heggestad2014-11-22
|
* presence: fix whitespace formatting (use TAB)Alfred E. Heggestad2014-11-20
|
* presence: publish online status when ua first registers successfullyJuha Heinanen2014-11-19
| | | | | - reset publish fail count to 0 after success - shortened initial publish delay to 10 ms
* presence: fixed typo in stringJuha Heinanen2014-11-19
|
* ua: make ua_event(), allow handlers to unregister itselfAlfred E. Heggestad2014-11-18
|
* presence: fix formattingAlfred E. Heggestad2014-11-18
|
* presence: added ua param to publisher and notifier update status functionsJuha Heinanen2014-11-18
|
* presence: made presence status UA specificJuha Heinanen2014-11-18
|
* winwave: use READ_BUFFERS-1 instead of 3Alfred E. Heggestad2014-11-15
|
* uuid: generate UUID internally in moduleAlfred E. Heggestad2014-11-15
|
* ui: no call-status while in editing modeAlfred E. Heggestad2014-11-09
|
* conf: allow second value of conf_get_csv() to be quotedAlfred E. Heggestad2014-11-09
| | | | | | | | | this applies to config values such as "audio_player", "audio_source", "video_source" etc. example: audio_player alsa,"ALC887-VD Digital [ALC887-VD Digital]"