summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* 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
|
* Merge pull request #73 from clehner/libnotifyAlfred E. Heggestad2015-09-20
|\ | | | | More ways to answer calls in GTK+
| * 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
|
* ua: change 486 reason to 'max calls'Alfred E. Heggestad2015-09-19
|
* audio: lookup pt for telephone-event (fixes #72)Alfred E. Heggestad2015-09-19
|
* Update README.mdAlfred E. Heggestad2015-08-30
|
* gst_video1: review comments from Tomasz OstrowskiAlfred E. Heggestad2015-08-16
|
* video: fix possible null deref (thanks to Tomasz Ostrowski)Alfred E. Heggestad2015-08-16
|
* selftest: new binaryAlfred E. Heggestad2015-08-09
| | | | | | - move selftest code from module/selftest to test/. - create a new binary called 'selftest' - the selftest is testing the Baresip Core only
* vumeter: cast structs to void-pointerAlfred E. Heggestad2015-08-08
|
* fix some typosAlfred E. Heggestad2015-08-08
|
* baresip v0.4.14Alfred E. Heggestad2015-08-08
|
* gst1/gst_video1: add -Wno-cast-align to CFLAGS to avoid clang warningsAlfred E. Heggestad2015-08-08
|
* gtk: initialize GtkCheckMenuItemAlfred E. Heggestad2015-08-08
|
* audio: print module/device-name if ausrc_alloc failsAlfred E. Heggestad2015-08-02
|
* x11: add -Wno-variadic-macros to CFLAGS to avoid warning in X11 header filesAlfred E. Heggestad2015-08-02
|
* speex: put back no-strict-prototypesAlfred E. Heggestad2015-08-01
|
* gst: update doxygen headersAlfred E. Heggestad2015-08-01
|
* add modules using gstreamer-1.0Alfred E. Heggestad2015-08-01
| | | | | | | | | | | | | | | | | | | - gst1.so -- module for audio-streaming using gstreamer 1.0 - gst_video1.so -- module for video encoding using gstreamer 1.0 It is now possible to combine but 0.10 and 1.0 modules, but please be careful when loading a mix of modules with different version of gstreamer! you can also try to compile all of the statically into the same binary: $ make STATIC=1 we might rename the old gst.so to gst0.so at some point ...? fixes issue #38 https://github.com/alfredh/baresip/issues/38
* convert some module to use the new MOD_ prefix for CFLAGSAlfred E. Heggestad2015-08-01
|
* sdl: macro USE_SDL is not used anymoreAlfred E. Heggestad2015-08-01
|
* Merge pull request #58 from alfredh/modules_mkAlfred E. Heggestad2015-08-01
|\ | | | | Modules mk