summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * update winwave module for ausrc/auplay apiAlfred E. Heggestad2015-06-17
| |
| * upgrade opensles moduleAlfred E. Heggestad2015-06-17
| |
| * audiounit: upgrade for new AUSRC/AUPLAY apiAlfred E. Heggestad2015-06-17
| |
| * upgrade coreaudio for OSXAlfred E. Heggestad2015-06-16
| |
| * sndio: upgrade for OpenBSDAlfred E. Heggestad2015-06-14
| |
| * change ausrc/auplay base-class to pointerAlfred E. Heggestad2015-06-16
|/ | | | | | | - change from a memory-reference to a const pointer - this saves one mem_deref() in the destructor and also decreases the chance of introducing memory leaks - test on debian
* aubridge: use input samples directly, if resampler is not neededAlfred E. Heggestad2015-06-16
|
* account: add doxygen group and check return valueAlfred E. Heggestad2015-06-16
|
* amr: add support for octet-align modeAlfred E. Heggestad2015-06-14
| | | | | | | | - this fixes compliance with RFC 4867 - this will break interop with older versions of baresip - Bandwidth-Efficient Mode can be added later fixes issue #37
* aufile: use sys_msleep() to sleepAlfred E. Heggestad2015-06-13
|
* aufile: new module for using WAV-files as audio-sourceAlfred E. Heggestad2015-06-13
|
* Merge pull request #42 from czarkoff/masterAlfred E. Heggestad2015-06-04
|\ | | | | speex: fix config parsing
| * speex: fix config parsingDmitrij D. Czarkoff2015-06-04
|/
* speex, docs, src: added speex_mode_nb and speex_mode_wb config varsJuha Heinanen2015-06-04
| | | | - Slightly modified patch provided by Dmitrij D. Czarkoff
* docs, src: reverted speex_quality/speex_complexity changesJuha Heinanen2015-06-04
| | | | - speex_quality/speex_complexity value is not mapped to sdp mode value
* src, docs: added opus codec params to default config and exampleJuha Heinanen2015-06-04
|
* modules/opus: use configured or received sending rateJuha Heinanen2015-06-04
| | | | | | | | determine sending rate as follows: - if opus_bitrate is configured and maxaveragebitrate is received, use minimum of the two - if one is missing, use the one that is given - if both are missing, use the default (OPUS_AUTO)
* docs, src: use draft-ietf-avt-rtp-speex-01 specified speex encoding modeJuha Heinanen2015-06-04
|
* modules/dtls_srtp: fixed case of fingerprint sdp attribute valueJuha Heinanen2015-06-04
|
* updated WAV-files from Doug BlewettAlfred E. Heggestad2015-05-02
|
* update copyright to 2015Alfred E. Heggestad2015-05-02
|
* update message.wav from Doug BlewettAlfred E. Heggestad2015-04-27
|
* v4l2: include videoio.h for netbsdAlfred E. Heggestad2015-04-05
|
* avcapture: register 1 vidsrc moduleAlfred E. Heggestad2015-03-28
|
* x11: catching window deleteAlfred E. Heggestad2015-03-21
| | | | | | based on a patch from Doug Blewett if the X11 window is deleted, close all resources and return ENODEV
* 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
|