summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* | Basic support for X-RTP-Stat reports in BYE/200 OKLorenzo Mangani2014-05-18
|/
* audio: fix timestamp calculation for sendingAlfred E. Heggestad2014-05-17
| | | | | | | | | | according to RFC 3551 the RTP timestamp is independent of number of channels and encoding. fix the timestamp calculation for outgoing RTP packets, by dividing the total number of samples on number of channels. the bug was not affecting calls with mono audio, but was very likely to affect calls with stereo audio (e.g. OPUS)
* rtp_stats: skip if no packets were sent/recv'dAlfred E. Heggestad2014-05-17
|
* call: check common audio codecs for incoming callAlfred E. Heggestad2014-04-21
| | | | | | | | for incoming calls, check that we have at least 1 common audio codec. if there are no common audio codecs, reject the call with 488 status code. Suggested and Tested by Juha Heinanen -- thanks!
* modules: add USE_AVCAPTURE and try to detect itAlfred E. Heggestad2014-04-21
|
* metric: fix average bitrate calculationAlfred E. Heggestad2014-04-12
|
* added some missing commentsAlfred E. Heggestad2014-04-12
|
* play: fix warnings when compiling with OPT_SIZE=1Alfred E. Heggestad2014-04-12
|
* Merge branch 'master' into ausrc_apiAlfred E. Heggestad2014-04-11
|\
| * Merge branch 'master' into nextAlfred E. Heggestad2014-04-05
| |\
| | * config: add opensles to templateAlfred E. Heggestad2014-03-30
| | |
| * | stream_debug: also print local SDP addressAlfred E. Heggestad2014-02-22
| | |
| * | re api changes:Alfred E. Heggestad2014-02-22
| | | | | | | | | | | | | | | - sip_param_decode() renamed to msg_param_decode() - use msg_ctype_cmp() to check for Content-Type
* | | Merge branch 'master' into ausrc_apiAlfred E. Heggestad2014-03-29
|\ \ \ | | |/ | |/|
| * | added call_setup_duration() and some small thingsAlfred E. Heggestad2014-03-27
| | | | | | | | | | | | - Thanks to Lorenzo Mangani for this work
| * | ua: prefix contact-user cookie with SIP usernameAlfred E. Heggestad2014-03-27
| | |
| * | added dtmfio moduleAaron Herting2014-02-24
| |/
* | ausrc/auplay api: change to 16-bit samplesAlfred E. Heggestad2014-02-13
| |
* | remove fmt parameter from ausrc/auplay apiAlfred E. Heggestad2014-02-13
|/
* main: unload modules on forced exitAlfred E. Heggestad2014-02-12
|
* use new logging functionsAlfred E. Heggestad2014-02-09
|
* play: convert from Little to Native endian, ptime=40Alfred E. Heggestad2014-02-09
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09