summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add RTP Header extension for Client-to-Mixer Audio Level Indication (#264)Alfred E. Heggestad2017-06-02
| | | | | | | | | | | | | | | | * add RTP Header extension for Client-to-Mixer Audio Level Indication https://tools.ietf.org/html/rfc6464 requires libre from this commit or later: https://github.com/creytiv/re/commit/1544a1e375c76a80084b411d21b0431f95e9cdfb * fix warnings * fix warnings * minor cleanup
* core: update after libre RTP api changesAlfred E. Heggestad2017-06-01
| | | | | | ref: https://github.com/creytiv/re/commit/920a41d3196445842568a455ab6e8c81723cb29e
* avcodec: add include path for OpenBSDAlfred E. Heggestad2017-05-26
|
* vidfilt: make the API re-entrantAlfred E. Heggestad2017-05-26
|
* Vidisp api reentrant (#258)Alfred E. Heggestad2017-05-26
| | | | | | * vidisp: make the API re-entrant * vidisp: update all modules to re-entrant API
* rtpext: add RTP Header Extensions (RFC 5285) (#257)Alfred E. Heggestad2017-05-23
| | | | | | * rtpext: add RTP Header Extensions (RFC 5285) * whitespace fix
* Vidsrc api reentrant (#256)Alfred E. Heggestad2017-05-23
| | | | | | * vidsrc: make the API re-entrant * vidsrc: update all modules to new API
* zrtp: fix warnings on OSX 10.6Alfred E. Heggestad2017-05-20
|
* vidcodec: make the API re-entrantAlfred E. Heggestad2017-05-20
|
* modules/zrtp: trying to make travis happyJuha Heinanen2017-05-15
|
* modules/zrtp improvements:Juha Heinanen2017-05-15
| | | | | | - registered zrtp_log function with zrtp engine - improved info message on how to verify remote peer - improved setting and printing of zrtp cache file
* release version 0.5.3Alfred E. Heggestad2017-05-14
|
* debian: baresip now requires libre v0.5.3 or laterAlfred E. Heggestad2017-05-13
|
* gst_video1: Fix latency issues (#247)Jonathan Sieber2017-05-10
| | | Tune x264enc for low latency...
* modules/zrtp: fixed text of error messageJuha Heinanen2017-05-09
|
* update of zrtp module to latest libzrtp from freeswitch (#245)juha-h2017-05-08
| | | | | | | | | | | | | | | | | | | | | * use sipsess_offer_handler also for UPDATE request offers * added UPDATE to allowed methods * modules/zrtp: aligned code with latest libzrtp from Freeswitch: - zrtp_cache_set_verified is now zrtp_verified_set - local zid is not anymore included in zrtp_config and needs to be given as argument to zrtp_verified_set - zrtp_config.cache_file_cfg is now zrtp_config.def_cache_path * Revert "added UPDATE to allowed methods" This reverts commit ca093b738598ce75162bda991cbc4cd7dcec9251. * Revert "use sipsess_offer_handler also for UPDATE request offers" This reverts commit 4c6e48fb0f33cd6709eca323ec634f757bb6f866.
* Set correct clock rate for telephone events (#241)Jan Hoffmann2017-05-08
| | | | | | * Set correct clock rate for telephone events * Update to latest changes in libre patch
* Revert "modules/zrtp: aligned code with latest libzrtp from Freeswitch:"Juha Heinanen2017-05-08
| | | | This reverts commit d513794c2ea8f746277853638ab2e97be6ce7f95.
* modules/zrtp: aligned code with latest libzrtp from Freeswitch:Juha Heinanen2017-05-08
| | | | | | | | | - zrtp_cache_set_verified is now zrtp_verified_set - local zid is not anymore included in zrtp_config and needs to be given as argument to zrtp_verified_set - zrtp_config.cache_file_cfg is now zrtp_config.def_cache_path call.c: update info message on received request (re-INVITE or INFO)
* modules/zrtp: fixed prompt text and added param desc to help textJuha Heinanen2017-05-05
|
* attempt to fix SRTP for early-media (ref #229) (#243)Alfred E. Heggestad2017-05-02
|
* test: read correct number of samples in mock aucodecAlfred E. Heggestad2017-05-01
|
* omx: fix warning with OMX_VERSIONAlfred E. Heggestad2017-05-01
|
* audio: add offerer flag to audio_allocAlfred E. Heggestad2017-04-29
|
* httpd: fix a crash (fixes #238)Alfred E. Heggestad2017-04-28
|
* Ice refactor (#239)Alfred E. Heggestad2017-04-28
| | | | | | * ice: remove ice session (struct ice) * ice: api changes
* travis: build against GIT version of libre/libremAlfred E. Heggestad2017-04-28
|
* vumeter: use aulevel_calc_dbov to calculate dBov levelAlfred E. Heggestad2017-04-27
|
* Call event handler for call progress/ringing after media has been set up (#240)Jan Hoffmann2017-04-27
| | | | The handler of the progress event may want to access the audio object of the call (for example to change the audio device). This is only possible if the media stream has already been started.
* aulevel: calculate audio levels in dBovAlfred E. Heggestad2017-04-27
|
* Fixed some problems on OMX/RaspberryPi (#236)Jonathan Sieber2017-04-27
| | | | | | * remove OMX_ERROR_NONE * fixed the green screen bug
* test: added a mock audio-codecAlfred E. Heggestad2017-04-25
|
* README: specify supported Windows toolchainsAlfred E. Heggestad2017-04-18
|
* Update for re/rem/baresip windows projects (#235)Mikhail Barg2017-04-18
| | | | | | * Updated MSVS projects to vs2015 and changed structure * Removed exports_avcodec from static.c, removed wsock32.lib from .vcxproj
* Update to include JACK Audio Driver (#233)tonylangley2017-04-14
| | | This appeared to be missing. Also updated the copyright date to 2017.
* srtp: use crypto-tag=1 in offer to improve interop (#229)Alfred E. Heggestad2017-04-09
|
* Add gapless repeat for tone playback (#231)Jan Hoffmann2017-04-09
| | | | | | | | | | * Add gapless repeat for tone playback This allows to play progress tones with defined intervals continuously, without redundancy in the audio file. * Fix incorrect pointer arithmetic In order to move the output buffer pointer byte-wise it has to be cast first.
* test: added test for audio-playerAlfred E. Heggestad2017-04-08
|
* gst: fix call to ausrc_register()Alfred E. Heggestad2017-04-08
|
* release baresip 0.5.2Alfred E. Heggestad2017-04-07
|
* add omx to READMEAlfred E. Heggestad2017-04-06
|
* omx: formatting, 2 empty lines between functionsAlfred E. Heggestad2017-04-06
|
* add path to doxygen commentAlfred E. Heggestad2017-04-06
|
* omx: remove unused struct membersAlfred E. Heggestad2017-04-06
|
* Video Display Support for Raspberry Pi (#228)Jonathan Sieber2017-04-06
| | | | | | | | | | | | | | * Adding a new video display module for the Raspberry Pi... * Made it work with libomxil-bellagio - Fixed framing woes with vidconv() :) * Some Attention to the build system, Automatically use libomx-bellagio or RPi OMX API Introduces USE_OMX_RPI and USE_OMX_BELLAGIO in mk/modules.mk use sys_usleep() Removed pthread mutexes, they are not needed anymore
* avformat: PIX_FMT_YUVJ420P backwards compatAlfred E. Heggestad2017-04-04
|
* avformat: add pixelformat AV_PIX_FMT_YUVJ420PAlfred E. Heggestad2017-04-03
| | | | - Thanks to Gary Metalle for the patch
* oss: fix build for Solaris 11Alfred E. Heggestad2017-04-02
|
* test: fix for getopt on solarisAlfred E. Heggestad2017-04-02
|
* avformat: fix warning on old OSXAlfred E. Heggestad2017-03-31
|