summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* zrtp: fix ZRTP over TURNAlfred E. Heggestad2015-12-01
|
* alsa: fix memory leaks from valgrindAlfred E. Heggestad2015-11-30
|
* zrtp: fix warningsAlfred E. Heggestad2015-11-30
|
* daala: update to latest libdaala apiAlfred E. Heggestad2015-11-30
|
* oss: remove debugAlfred E. Heggestad2015-11-30
|
* oss: added thread for ausrc/recordingAlfred E. Heggestad2015-11-30
| | | | | - fd_listen with kqueue does not work on FreeBSD 10.2 most likely because /dev/dsp is a device
* modules: add documentation blocksAlfred E. Heggestad2015-11-29
|
* srtp: add documentation blockAlfred E. Heggestad2015-11-29
|
* modules: added missing documentation headersAlfred E. Heggestad2015-11-29
|
* modules: use pkg-config for cairo and vidinfoAlfred E. Heggestad2015-11-29
|
* modules: update documentation headerAlfred E. Heggestad2015-11-29
|
* gtk: cleanup some formattingAlfred E. Heggestad2015-11-29
|
* zrtp: suppress warnings from libzrtp headers, print zrtp configAlfred E. Heggestad2015-11-28
|
* x11,x11grab: added documentation headerAlfred E. Heggestad2015-11-28
|
* fix warnings in mwi and presence moduleAlfred E. Heggestad2015-11-23
|
* ua: add event UA_EVENT_SHUTDOWNAlfred E. Heggestad2015-11-22
| | | | | | | | | | | - this event is sent when the uag is shutting down - modules can subscribe to this event to check when the shutdown sequence has started - presence,mwi: add usage of SHUTDOWN event and add 500ms delay fixes #30 https://github.com/alfredh/baresip/issues/30
* presence: use struct sipevent_sock instance from coreAlfred E. Heggestad2015-10-31
| | | | | | | | | | - remove own instance of "struct sipevent_sock" in notifier - add a new handler uag_set_sub_handler for incoming SUBSCRIBE messages after this patch there should be only 1 global instance of sipevent_sock, in ua.c -- this patch will also fix a bug where sipevent could not find the subscription/notification and replies with 481
* vidinfo: new module for displaying video-infoAlfred E. Heggestad2015-10-25
| | | | | | | - implemented as a video-filter (vidfilt) - displays information about the current video stream, like encode/decode FPS and a graph of timing information
* vidloop: check explicitly if frame is valid, before calling displayAlfred E. Heggestad2015-10-25
|
* v4l2_codec: fix warningsAlfred E. Heggestad2015-10-25
|
* v4l2_codec: fix warningsAlfred E. Heggestad2015-10-25
|
* v4l2_codec: fix warningsAlfred E. Heggestad2015-10-25
|
* added experimental module v4l2_codecAlfred E. Heggestad2015-10-25
|
* gst_video: delete h264-code, use h264-api from coreAlfred E. Heggestad2015-10-25
|
* move H.264 packetization code from avcodec to coreAlfred E. Heggestad2015-10-25
|
* avcodec: dont use deprecated me_methodAlfred E. Heggestad2015-10-25
|
* zrtp: fix ZID verification checkAlfred E. Heggestad2015-10-24
| | | | patch from Ingo Feinerer
* fix ccheck warningsAlfred E. Heggestad2015-10-19
|
* modules: replace CFLAGS by _CFLAGSAlfred E. Heggestad2015-10-18
|
* Merge pull request #83 from czarkoff/masterAlfred E. Heggestad2015-10-18
|\ | | | | build infrastructure: get rid of " = `pkg-config ...`" idiom
| * build infrastructure: get rid of " = `pkg-config ...`" idiomDmitrij D. Czarkoff2015-10-16
| |
* | gtk: fix use-after-free (patch from Charles Lehner)Alfred E. Heggestad2015-10-17
|/
* Revert "gtk: don't run pkg-config on every operation"Alfred E. Heggestad2015-10-12
| | | | This reverts commit 788de5afe6feea1f4b773ed87302117ac0dc03d7.
* Revert "Get rid of VAR += `pkg-config ...` idiom"Alfred E. Heggestad2015-10-12
| | | | This reverts commit 3e4957cbf3342fc90fb5578125cb492a12e84cd4.
* ua: add support for hold+answerAlfred E. Heggestad2015-10-11
| | | | | | | - added ua_hold_answer() which will first put on-hold the active call (if exist) and then answer the new incoming call fixes #50
* rst: use sys_msleep for sleeping 4 millisecondsAlfred E. Heggestad2015-10-10
|
* Get rid of VAR += `pkg-config ...` idiomDmitrij D. Czarkoff2015-10-10
| | | | | Output of pkg-config shouldn't change during build, so it is sufficient to run it once per check.
* Merge pull request #80 from czarkoff/masterAlfred E. Heggestad2015-10-10
|\ | | | | gtk: don't run pkg-config on every operation
| * gtk: don't run pkg-config on every operationDmitrij D. Czarkoff2015-10-09
| |
* | ice: additional loggingAlfred E. Heggestad2015-10-03
|/
* daala: upstream doesn't have ogg_packet structure any moreDmitrij D. Czarkoff2015-09-27
|
* make sip_req_send() publicAlfred E. Heggestad2015-09-26
|
* alsa: add extra logging using debug()Alfred E. Heggestad2015-09-20
|
* gst_video1: remove re_printf debugAlfred E. Heggestad2015-09-20
|
* gtk: fix warnings for Debian 7.8Alfred E. Heggestad2015-09-20
|
* gtk: fix warningsAlfred E. Heggestad2015-09-20
|
* gtk: clean up more things on module unloadCharles Lehner2015-09-20
|
* Add submenu per incoming callCharles Lehner2015-09-20
| | | | Allows answering calls without GNotification/Libnotify
* Use libnotify for notifications in glib < 2.40 (#65)Charles Lehner2015-09-20
|
* zrtp: add presz of 36 bytes for TURN headersAlfred E. Heggestad2015-09-19
|