summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* menu: Small patch to fix NULL pointer in baresip when there are no UAs ↵Alfred E. Heggestad2015-06-24
| | | | (patch from Hans Petter Selasky)
* wincons: add output-handler, thanks to ggcoding for the patchAlfred E. Heggestad2015-06-24
|
* freebsd: add include path to /local/include (thanks to Hellmuth Michaelis)Alfred E. Heggestad2015-06-24
|
* module: build dtmfio for freebsd (patch from Hellmuth Michaelis)Alfred E. Heggestad2015-06-22
|
* update rpm and debianAlfred E. Heggestad2015-06-20
|
* update Changelog for 0.4.13Alfred E. Heggestad2015-06-20
|
* sdl: fix warningAlfred E. Heggestad2015-06-20
|
* avformat: rename .c fileAlfred E. Heggestad2015-06-20
|
* avformat: use av_freeAlfred E. Heggestad2015-06-20
|
* baresip version 0.4.13Alfred E. Heggestad2015-06-20
|
* module documentationAlfred E. Heggestad2015-06-20
|
* snapshot: use key 'O' as 'o' is used by optionsAlfred E. Heggestad2015-06-20
|
* module: add more documentationAlfred E. Heggestad2015-06-20
|
* dtls_srtp: additional SDP protocols for increased interopAlfred E. Heggestad2015-06-20
|
* g7221: fix some typos in documentationAlfred E. Heggestad2015-06-20
|
* vidisp: use const pointer to base-classAlfred E. Heggestad2015-06-20
|