summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* use warning() instead of error()Alfred E. Heggestad2017-09-10
|
* use warning() instead of error()Alfred E. Heggestad2017-09-10
| | | | ref https://github.com/alfredh/baresip/issues/295
* g726: no need to include rem.hAlfred E. Heggestad2017-09-10
|
* natbd: clarify RFC 5780 STUN Server (#291)Alfred E. Heggestad2017-09-09
|
* debian: fixed changelog dateJuha Heinanen2017-09-08
|
* baresip version 0.5.5Alfred E. Heggestad2017-09-07
|
* gst_video: add RTP timestampsAlfred E. Heggestad2017-07-30
|
* av1: add RTP timestampAlfred E. Heggestad2017-07-30
|
* update TODOsAlfred E. Heggestad2017-07-29
|
* vidloop: fix warningAlfred E. Heggestad2017-07-29
|
* Video timestamp (#286)Alfred E. Heggestad2017-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add timestamp to video encoder/decoder * update vp8 vp9 * random offset * revert decoder timestamp * cleanup * gst_video1: add timestamp * change timestamp to RTP-timestamp * update modules * timestamp things * save rtp timestamp * packet_handler: align params same as RTP header * align parameters same way like RTP-header * avcodec: calc ts for old FFmpeg versions * cleanup * fix gst avcodec: use correct AVPacket * minor cleanup
* v4l2_codec: extra debugging (ref #283)Alfred E. Heggestad2017-07-28
|
* v4l: add support for more pixel-formats (ref #282)Alfred E. Heggestad2017-07-28
|
* test: check for USE_VIDEOAlfred E. Heggestad2017-07-22
|
* video: add video_calc_rtp_timestamp()Alfred E. Heggestad2017-07-22
|
* video: show resolution of incoming videoAlfred E. Heggestad2017-07-22
|
* avcodec: use level_idc=0x1f for x264Alfred E. Heggestad2017-07-20
|
* vidloop: remove unused parameterAlfred E. Heggestad2017-07-19
|
* vidloop: start vidsrc after codecsAlfred E. Heggestad2017-07-19
|
* account: copy STUN password from auth_pass, if setAlfred E. Heggestad2017-07-19
|
* h265: fix FU decoder bugAlfred E. Heggestad2017-07-18
| | | | | | | | | | [hevc @ 0x7ff75e045a00] PPS id out of range: 22 [hevc @ 0x7ff75e045a00] Error parsing NAL unit #3. vidloop: codec decode: Bad message [hevc @ 0x7ff75e045a00] Could not find ref with POC 0 the size of the Fragmentation Unit (FU) type should be 6 bits and not 5 bits.
* 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
* Merge branch 'ice_gather'Alfred E. Heggestad2017-07-15
|\
| * ice: move gathering from lib to appAlfred E. Heggestad2017-07-14
| | | | | | | | ref: https://github.com/creytiv/re/wiki/ICE-Stacks-merge
* | 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
* vidisp: add fullscreen flagAlfred E. Heggestad2017-07-09
|
* test: remove useragent password for un-authenticated testsAlfred E. Heggestad2017-07-09
|
* account: move password prompt to moduleAlfred E. Heggestad2017-07-09
|
* account: added accessor function to AORAlfred E. Heggestad2017-07-09
|
* contact: rename 'remove' to avoid clash with REMOVE(3)Alfred E. Heggestad2017-07-09
|
* account: handle URL-encoded passwords (fixes #273)Alfred E. Heggestad2017-07-07
|
* sdl2: check events from main threadAlfred E. Heggestad2017-07-06
| | | | | | | this fixes a segfault on MacOSX. can be tested with video-loop: $ baresip -mcairo.so -msdl2.so -e/vidloop
* 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
* docs: added THANKS fileAlfred E. Heggestad2017-07-02
| | | | | | | | Thank you to all the nice people who contributed code or other significate contributions! if you think your name should be on this list, please send me an email or create a PR
* mk: splint is no longer supportedAlfred E. Heggestad2017-07-02
|
* 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
|
* sdl2: toggle fullscreen with key 'f'Alfred E. Heggestad2017-06-25
|
* stream: reset timer on incoming RTCP packets (fixes #271)Alfred E. Heggestad2017-06-24
|
* release version 0.5.4Alfred E. Heggestad2017-06-23
|
* 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
* echo: fix warning about unused paramsAlfred E. Heggestad2017-06-10
|
* module: check if static module is already loadedAlfred E. Heggestad2017-06-10
|