summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* clean up usage of stderrAlfred E. Heggestad2017-11-12
|
* quicktime: remove deprecate moduleAlfred E. Heggestad2017-11-12
| | | | | | | | | | | from Apple website: "Deprecated in OS X v10.9. Use AVFoundation.framework and AVKit.framework instead." Ref: https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/OSX_Technology_Overview/SystemFrameworks/SystemFrameworks.html please use qtcapture or avcapture modules instead
* pulse: remove garbage at the beginning of a recording (#323)glenvt182017-11-12
|
* add support for specifying sample format (#317)Alfred E. Heggestad2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: ausrc and auplay - add config items for ausrc/auplay format: ausrc_format s16|float auplay_format s16|float - audio.c: convert audio samples to/from signed 16-bit Modules: alsa add test for sample format FLOAT rst: add support for FLOAT sample format audiounit: add support for FLOAT sample format coreaudio: check for signed 16-bit audio format oss: check for signed 16-bit sample format winwave: check for S16LE pulse: add support for FLOAT sample format sndio: check for S16 format gst1: check sample format aufile: check sample format aubridge: check sample format gst: check sample format opensles: check for S16 sample format jack: check sample format alsa: remove usage of local config test: change samples to void pointer test: change sample type to void pointer
* opus: add config param opus_sprop_stereoAlfred E. Heggestad2017-11-09
|
* opus: add opus_stereo config parameterAlfred E. Heggestad2017-11-03
| | | | | | | opus_stereo yes -- Enable stereo (default) opus_stereo no -- Disable stereo thanks to Ola Palm for the original patch
* modules/gzrtp: move SRTP processing to a separate class (#319)glenvt182017-11-02
| | | | Add an option to use libre SRTP processing stuff instead of the one provided by ZRTPCPP (-DGZRTP_USE_RE_SRTP).
* avahi: Bugfix: Destroy resolver after callback (#318)Jonathan Sieber2017-10-31
|
* modules/gzrtp: new module using GNU ZRTP C++ library (#314)glenvt182017-10-28
|
* modules/zrtp: add signaling hash support (#311)glenvt182017-10-15
| | | | Use SDP attribute a=zrtp-hash to protect the Hello message (RFC 6189, section 8.1).
* menu: added about boxAlfred E. Heggestad2017-10-14
|
* avahi: fix warningAlfred E. Heggestad2017-10-14
|
* opensles: fix compiler warningAlfred E. Heggestad2017-10-12
|
* opus: fix encoder bitrate, ref #305Alfred E. Heggestad2017-10-08
|
* modules/zrtp: encrypt/decrypt RTCP packets (#307)glenvt182017-10-04
| | | Incoming RTCP packet's encrypt-flag is checked in libzrtp.
* cairo: draw baresip logo instead of ballAlfred E. Heggestad2017-10-03
|
* modules/opensles: fix recorder speaker setup (#306)juha-h2017-09-30
| | | | | | | | | | * modules/opensles: fix recorder speaker setup - if there is more than one channel, use SL_SPEAKER_FRONT_LEFT | SL_SPEAKER_FRONT_RIGHT speakers x# Please enter the commit message for your changes. Lines starting * modules/zrtp: make travis happy
* modules/zrtp: make travis happyJuha Heinanen2017-09-30
|
* modules/zrtp: inform user that the session is secureJuha Heinanen2017-09-26
| | | | ... with previously verified remote peer
* 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
|
* 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
|
* 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
|
* 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
|
* 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
|
* 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.
* 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: remove ui_input(), use ui_input_key() insteadAlfred E. Heggestad2017-07-10
|
* Make sdl2 Fullscreen Mode configurable (#279)Jonathan Sieber2017-07-10
| | | | | | * vidisp: add fullscreen flag * Add video_fullscreen option