summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* test: added 2 call testsAlfred E. Heggestad2015-10-29
|
* ua: only send UA_EVENT_UNREGISTERING event if we have register-clientsAlfred E. Heggestad2015-10-29
|
* call: add direction flagAlfred E. Heggestad2015-10-25
|
* 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
|
* Merge pull request #84 from alfredh/v4l2_codecAlfred E. Heggestad2015-10-25
|\ | | | | | | V4l2 codec this fixes Issue #64
| * 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
|/
* call: fix warning if USE_VIDEO is not setAlfred 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: use pkg-config for gstreamer detectionDmitrij D. Czarkoff2015-10-16
| | | | | | | | At least on Debian Wheezy old header test was prone to giving false positives.
| * 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.
* audio: add API to set source/player while in callAlfred E. Heggestad2015-10-11
| | | | | | | | | | | int audio_set_source(struct audio *au, const char *mod, const char *device); int audio_set_player(struct audio *au, const char *mod, const char *device); example usage: audio_set_player(call_audio(ua_call(uag_cur())), "alsa", "default"); fixes #70
* 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
* test: use CXX as linkerAlfred E. Heggestad2015-07-19
|
* test: enable TCP and TLS for ua registration testAlfred E. Heggestad2015-10-10
|
* test: run all testcases from an array of testsAlfred E. Heggestad2015-10-10
|
* rst: use sys_msleep for sleeping 4 millisecondsAlfred E. Heggestad2015-10-10
|
* Merge pull request #81 from czarkoff/masterAlfred E. Heggestad2015-10-10
|\ | | | | Get rid of VAR += `pkg-config ...` idiom
| * 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
| |
* | fix ccheck.py warnings in makefileAlfred E. Heggestad2015-10-05
| |
* | Merge pull request #77 from quentusrex/masterAlfred E. Heggestad2015-10-05
|\ \ | | | | | | Adding pkg-config support to libbaresip for the shared lib.
| * | Adding pkg-config support to libbaresip for the shared lib.William King2015-10-05
|/ /
* | test: use new sipsrv from retestAlfred E. Heggestad2015-10-04
| |
* | ice: additional loggingAlfred E. Heggestad2015-10-03
| |
* | move nested structs outside of 'struct config'Alfred E. Heggestad2015-09-30
| | | | | | | | | | | | | | | | | | | | - nested structs will be visible in global namespace in C - when baresip.h is compiled with a C++ compiler, the nested structs will be places in local namespace of struct config making them all global, so they can be compiled with both C and C++ thanks to Gary Metalle for reporting this :)
* | test: added a test for C++ api compatibilityAlfred E. Heggestad2015-09-30
|/
* Merge pull request #75 from czarkoff/masterAlfred E. Heggestad2015-09-27
|\ | | | | test: do actual testing
| * test: do actual testingDmitrij D. Czarkoff2015-09-27
| |
* | Merge pull request #74 from czarkoff/daalaAlfred E. Heggestad2015-09-27
|\ \ | |/ |/| daala: upstream doesn't have ogg_packet structure any more
| * daala: upstream doesn't have ogg_packet structure any moreDmitrij D. Czarkoff2015-09-27
|/
* baresip version 0.4.15Alfred E. Heggestad2015-09-26
|
* ua: add UA_EVENT_CALL_DTMF_START/ENDAlfred E. Heggestad2015-09-26
| | | | the patch was written by Gary Metalle, thanks a lot!
* make sip_req_send() publicAlfred E. Heggestad2015-09-26
|
* magic: use __func__ for C99Alfred E. Heggestad2015-09-26
|
* better detection of avcodec/avformatAlfred E. Heggestad2015-09-26
|
* alsa: add extra logging using debug()Alfred E. Heggestad2015-09-20
|