summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* stream: rename to rtp_handlerAlfred E. Heggestad2017-09-24
|
* Merge branch 'avcodec_packet_loss'Alfred E. Heggestad2017-09-24
|\
| * avcodec: better handling of packet lossAlfred E. Heggestad2017-09-21
| |
* | jack: fix unused parameter warningAlfred E. Heggestad2017-09-23
| |
* | avahi: fix unused parameter warningAlfred E. Heggestad2017-09-23
| |
* | avahi: two empty lines between functionsAlfred E. Heggestad2017-09-23
|/
* ice: set Retransmission Count to 4 (ref #292)Alfred E. Heggestad2017-09-20
|
* README: added new avahi module from JonathanAlfred E. Heggestad2017-09-20
|
* Local Discovery through Avahi/ZeroConf module (#293)Jonathan Sieber2017-09-20
| | | | | | | | | | * Avahi Service Announce and Discovery * Replace all instances of error() with warning() to work around #295 * avahi: Fix IPv4/v6 support, and a few nitpicks * avahi: Advertise non-standard ports
* avcodec: handle EAGAIN from avcodec_receive_frameAlfred E. Heggestad2017-09-17
|
* ice: set local role correctly (ref #292)Alfred E. Heggestad2017-09-16
|
* ice: call handler once on errorsAlfred E. Heggestad2017-09-15
|
* rename error() to error_msg() fixes #295Alfred E. Heggestad2017-09-15
|
* ua: remove accessor to SIP file descriptor (fd)Alfred E. Heggestad2017-09-11
| | | | | | | - The fd is platform specific, and should not be exposed in the public API. (this function was used a long time ago for iOS applications)
* 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