summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* video: add video_calc_rtp_timestamp()Alfred E. Heggestad2017-07-22
|
* video: show resolution of incoming videoAlfred E. Heggestad2017-07-22
|
* account: copy STUN password from auth_pass, if setAlfred E. Heggestad2017-07-19
|
* account: optional param 'auth_pass' for passwordAlfred E. Heggestad2017-07-15
| | | | | | | | example SIP account: <sip:username@domain.com>;auth_pass=XXXXXX ref. https://github.com/alfredh/baresip/issues/281
* ui: make API re-entrantAlfred E. Heggestad2017-07-14
|
* ui: clean up the code a bitAlfred E. Heggestad2017-07-10
|
* ui: remove ui_input(), use ui_input_key() insteadAlfred E. Heggestad2017-07-10
|
* video: fullscreen flag was moved to struct vidisp_prmAlfred E. Heggestad2017-07-10
|
* Make sdl2 Fullscreen Mode configurable (#279)Jonathan Sieber2017-07-10
| | | | | | * vidisp: add fullscreen flag * Add video_fullscreen option
* account: move password prompt to moduleAlfred E. Heggestad2017-07-09
|
* account: added accessor function to AORAlfred E. Heggestad2017-07-09
|
* account: handle URL-encoded passwords (fixes #273)Alfred E. Heggestad2017-07-07
|
* contact: update doxygen commentsAlfred E. Heggestad2017-07-06
|
* Presence: Handle contacts added at run-time (#276)Jonathan Sieber2017-07-06
| | | | | | | | * Add contact_presence getter * Add contact_remove() function * presence: Handle contacts added at runtime
* add commands to load/unload module (#275)Alfred E. Heggestad2017-07-06
| | | | | | | | * add commands to load/unload module * fix warning * module: update doxygen
* core: move core commands to baresip.cAlfred E. Heggestad2017-06-30
|
* module: use module-list from libre modAlfred E. Heggestad2017-06-30
| | | | | | needs this commit or later: https://github.com/creytiv/re/commit/9ca4ebb078d4b9b4c2b53775e2c011461d981130
* module: check module-type for module_app directiveAlfred E. Heggestad2017-06-29
|
* stream: reset timer on incoming RTCP packets (fixes #271)Alfred E. Heggestad2017-06-24
|
* core: dont open RTP ports when receiving OPTIONSAlfred E. Heggestad2017-06-11
| | | | | | | - also added struct stream_param which contains common parameters for the media stream, passed down from call.c to stream.c ref #265
* module: check if static module is already loadedAlfred E. Heggestad2017-06-10
|
* ua: handle OPTIONS according to RFC 3261Alfred E. Heggestad2017-06-08
| | | | | | | | | | | | - the response will contain SDP only if the Accept header is missing or if the Accept header contains application/sdp An Accept header field SHOULD be included to indicate the type of message body the UAC wishes to receive in the response. Typically, this is set to a format that is used to describe the media capabilities of a UA, such as SDP (application/sdp). ref #265
* ua: add ua_progress() and testcaseAlfred E. Heggestad2017-06-03
|
* 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
* 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
* vidcodec: make the API re-entrantAlfred E. Heggestad2017-05-20
|
* 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)
* attempt to fix SRTP for early-media (ref #229) (#243)Alfred E. Heggestad2017-05-02
|
* audio: add offerer flag to audio_allocAlfred E. Heggestad2017-04-29
|
* 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
|
* 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.
* add path to doxygen commentAlfred E. Heggestad2017-04-06
|
* additional debug (ref #225)Alfred E. Heggestad2017-03-25
|
* call: print warning if sdp_decode failsAlfred E. Heggestad2017-03-25
|
* video: check if any video-source modules are loadedAlfred E. Heggestad2017-03-23
|
* aufilt: make the API re-entrantAlfred E. Heggestad2017-03-22
|
* Ausrc auplay reentrant (#227)Alfred E. Heggestad2017-03-22
| | | | | | | | | | | | * ausrc: re-entrant api * fix ausrc api for linux * fix ccheck * auplay: make it re-entrant * auplay: update more modules
* update doxygen commentsAlfred E. Heggestad2017-03-04
| | | | | fix all warnings reported by doxygen version 1.8.13 (make dox)
* aucodec: move list of aucodec to struct baresip (#221)Alfred E. Heggestad2017-03-04
|
* message: update doxygen commentsAlfred E. Heggestad2017-03-03
|
* Message reentrant (#214)Alfred E. Heggestad2017-02-23
| | | | | | * message: make it re-entrant * clean up message test-code
* cmd: rename functionAlfred E. Heggestad2017-01-29
|
* cmd: make struct commands opaqueAlfred E. Heggestad2017-01-28
|