summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* First version with MPA codingChristian Hoene2016-04-22
|
* uuid: add debug message about loading UUIDAlfred E. Heggestad2016-04-18
|
* avcodec: fix building with libavcodec54:amd64Alfred E. Heggestad2016-04-18
|
* avcodec: add support for NV12 colorspaceAlfred E. Heggestad2016-04-17
|
* vidinfo: fix warning on osxAlfred E. Heggestad2016-04-11
|
* audiounit: fix warningAlfred E. Heggestad2016-04-11
|
* x11: redirect and borderless windowAlfred E. Heggestad2016-04-11
| | | | many thanks to Doug Blewett for the patch
* update reference to RFC for VP8 and H.265Alfred E. Heggestad2016-03-26
|
* modules/presence: in re_regex calls, added NULL result param for each []Juha Heinanen2016-03-13
| | | | in order to avoid crash
* modules/presence: allow white space before xml element closing tagsJuha Heinanen2016-03-13
|
* avformat: use new type AV_PIX_FMT_YUV420P (ref issue #114)Alfred E. Heggestad2016-03-06
|
* h265: use new type AV_PIX_FMT_YUV420P (ref issue #114)Alfred E. Heggestad2016-03-06
|
* avcodec: use new type AV_PIX_FMT_YUV420P (ref issue #114)Alfred E. Heggestad2016-03-06
|
* audiounit: add compile-time check for IOS or MAC (ref issue #91)Alfred E. Heggestad2016-03-06
|
* menu: add command 'A' for switch audio deviceAlfred E. Heggestad2016-02-28
| | | | | the original patch was written by AlexMarlo https://github.com/alfredh/baresip/pull/109
* avcodec: add module descriptionAlfred E. Heggestad2016-02-14
|
* update opus RFCsAlfred E. Heggestad2016-02-13
|
* menu: configurable bell and set incoming uaAlfred E. Heggestad2016-02-06
| | | | | | | | - add config "menu_bool yes|no" to control if the incoming call should print Bell escape characters to the terminal - on incoming call, set the current user-agent to the one with the incoming call
* alsa: fix crash in playerAlfred E. Heggestad2016-02-02
| | | | reported by Gary Metalle
* v4l2_codec: add list of encoders (fixes #99)Alfred E. Heggestad2016-01-31
|
* Merge pull request #108 from clehner/notifyfixAlfred E. Heggestad2016-01-20
|\ | | | | Fix notification-related things
| * gtk: always handle incoming callsCharles Lehner2016-01-19
| | | | | | | | | | Even if notification support is not built in, incoming calls should get added to the app menu so the user can answer them
| * gtk: remove duplicate notification declaration. Fix #107Charles Lehner2016-01-19
| | | | | | | | Allow using USE_LIBNOTIFY even when GLib >= 2.40 is available
* | menu: stop alert on hangup (fixes #105)Alfred E. Heggestad2016-01-17
| |
* | presence: ignore return value from mem_deref()Alfred E. Heggestad2016-01-17
| |
* | auloop: add 44100 Hz to the table of sample-ratesAlfred E. Heggestad2016-01-16
| |
* | audiounit: add debug of hardware sample-rateAlfred E. Heggestad2016-01-16
| |
* | Fix audiounit recording on OSX, technotes TN2223 and TN2091Sebastian Reimers2016-01-16
| |
* | sndio: initialize "par" to NULLDmitrij D. Czarkoff2016-01-15
| |
* | Merge pull request #102 from czarkoff/gtkAlfred E. Heggestad2016-01-14
|\ \ | | | | | | gtk: make module ANSI C compliant
| * | gtk: make module ANSI C compliantDmitrij D. Czarkoff2016-01-14
| | |
* | | daala: recover after recent api changeDmitrij D. Czarkoff2016-01-14
|/ /
* | move playing of ringtones to the menu-moduleAlfred E. Heggestad2016-01-09
| |
* | alsa: add option to specify sample formatAlfred E. Heggestad2016-01-03
| | | | | | | | | | | | | | | | | | | | | | | | - Default sample format is still S16 - You can specify in baresip config: alsa_sample_format float - Supported formats: s16, float, s24_3le Thanks to Ola Palm for code snippets and testing
* | Merge branch 'master' into jackAlfred E. Heggestad2016-01-03
|\ \
| * | gst1: remove re_printf debug (fixes #96)Alfred E. Heggestad2015-12-19
| | |
| * | contact: disable access-rule that blocks all incoming callsAlfred E. Heggestad2015-12-19
| | |
| * | Multi Call Echo Module - ExperimentalSebastian Reimers2015-12-13
| |/
| * fixes alfredh/baresip#93 glibc >=2.20 _BSD_SOURCE warningSebastian Reimers2015-12-13
| |
| * mwi: remove debug messageAlfred E. Heggestad2015-12-13
| |
| * gtk: fix build warningAlfred E. Heggestad2015-12-04
| | | | | | | | | | | | | | CC [M] build-x86_64/modules/gtk/gtk_mod.o modules/gtk/gtk_mod.c: In function ‘notify_incoming_call’: modules/gtk/gtk_mod.c:340:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
* | Merge branch 'master' into jackAlfred E. Heggestad2015-12-04
|\|
| * 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
* | add JACK audio driver (WIP)Alfred E. Heggestad2015-11-30
|/
* modules: add documentation blocksAlfred E. Heggestad2015-11-29
|