summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
| * speex: use _CFLAGSAlfred E. Heggestad2015-08-01
| |
| * make: added $(MOD)_CFLAGS to module.mkAlfred E. Heggestad2015-08-01
| | | | | | | | | | | | | | | | | | | | each module can now choose between CFLAGS and/or $(MOD)_CFLAGS - CFLAGS will append the flags to the global CFLAGS and thus be used when compiling all .c files (core and modules) - $(MOD)_CFLAGS will only be used for compiling that specific module and will not pollute the global CFLAGS space
* | menu: fix whitespaceAlfred E. Heggestad2015-08-01
| |
* | ua: added prototype for ua_prev_call()Alfred E. Heggestad2015-08-01
| |
* | --add hold for previous call command(too hold active call when we have ↵xanm2015-07-20
|/ | | | incoming call)
* gtk: use GLIB_CHECK_VERSIONAlfred E. Heggestad2015-07-18
|
* gtk: check for macro (fixes #53)Alfred E. Heggestad2015-07-18
|
* Merge pull request #54 from clehner/openbsd-fixesAlfred E. Heggestad2015-07-18
|\ | | | | Attempt to fix OpenBSD 5.7 gtk module compile errors
| * gtk: avoid shadowing global declarationCharles Lehner2015-07-18
| |
| * gtk: support glib <2.4.2Charles Lehner2015-07-18
|/
* win32 porting (VC2010)Alfred E. Heggestad2015-07-18
| | | | | | | | https://github.com/alfredh/baresip/pull/52 original patch by Victor Sergienko - the copy of windows .h header files was not included
* gtk: minor cleanups and formattingAlfred E. Heggestad2015-07-07
|
* gtk: add command for activating the popup menuCharles Lehner2015-07-05
|
* Add gtk moduleCharles Lehner2015-07-05
|
* Add transfer failed call eventCharles Lehner2015-07-05
|
* Merge pull request #47 from czarkoff/masterAlfred E. Heggestad2015-07-02
|\ | | | | config: mention kqueue on platforms supporting it
| * config: mention kqueue on platforms supporting itDmitrij D. Czarkoff2015-07-02
|/ | | | While at it, also make spacing of this configuration item more consistent.
* daala: new experimental video-codec moduleAlfred E. Heggestad2015-06-28
|
* dtmfio: add error checkingAlfred E. Heggestad2015-06-27
|
* vidcodec: move packet-handler to encode_updateAlfred E. Heggestad2015-06-27
|
* added -m option to pre-load modules before config is parsedAlfred E. Heggestad2015-06-27
|
* ua: move whitespace to next line, a bit more readableAlfred E. Heggestad2015-06-26
|
* src/ua: skip initial white space from user given uriJuha Heinanen2015-06-25
|