summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* avformat network initialization (#157)Maciej Koman2016-10-18
| | | | | | | | * avformat network initialization * avformat network deinitialization and version support checking * formatting
* opengl: fix deprecated warnings on OSX 10.12Alfred E. Heggestad2016-10-09
|
* opengl: remove call to deprecated useOptimizedDrawingAlfred E. Heggestad2016-10-09
|
* alsa: define _DEFAULT_SOURCE to make struct timespec visible (fixes #154)Alfred E. Heggestad2016-10-08
|
* v4l2_codec: define _DEFAULT_SOURCE to make struct timespec visible (refs #154)Alfred E. Heggestad2016-10-08
|
* sndio: use driver-suggested buffer sizeDmitrij D. Czarkoff2016-09-25
| | | | | Sndio provides value of buffer size (par->bufsz) that is equal to audio delay in audio driver. Using buffer under this size causes underruns.
* h265: add profile-id=1 to SDPAlfred E. Heggestad2016-09-11
|
* remove ua_prm(), use ua_account() insteadAlfred E. Heggestad2016-09-04
|
* play: make it re-entrant, add struct playerAlfred E. Heggestad2016-09-04
|
* h265: add definition of Aggregation Packets (AP)Alfred E. Heggestad2016-09-03
|
* vidcodec: add 'intra' parameter to decoder apiAlfred E. Heggestad2016-08-17
| | | | | | | | - the intra flag must be set to true, if the decoded video frame is a full intra frame (Key frame) - the video decoder can use this flag to cancel sending of FIR packets
* avcodec: fix bug using new libavcodec encoder apiAlfred E. Heggestad2016-08-17
|
* avcodec: make h264_decode staticAlfred E. Heggestad2016-08-17
|
* avcodec: remove unused prototypeAlfred E. Heggestad2016-08-17
|
* contact: check if chat_peer is setAlfred E. Heggestad2016-08-16
|
* presence: fix doxygen warningAlfred E. Heggestad2016-08-14
|
* ignore KEYCODE_NONE, refs #149Alfred E. Heggestad2016-08-13
|
* cmd: make it fully re-entrantAlfred E. Heggestad2016-08-07
|
* cmd: add support for long commandsAlfred E. Heggestad2016-08-07
| | | | | | | | | | | | | | | | | | - Long commands are commands that is 2 or more characters, and MUST be completed by pressing enter. - A given command can have a long-command, a short-command or both. - All long commands are using '/' (slash) prefix - a simple TAB-completion is supported, while punching in your long command you can press TAB to see a list of commands that matches the input string. Feedback is welcome, specially on the long-command strings itself. If you want to suggest changes, please make a small and non-intrusive patch and send it as a Pull Request (PR).
* move some debug commands from menu to debug_cmdAlfred E. Heggestad2016-08-01
| | | | | | | | | - Move commands 'g' 'u' and 'i' from menu.so module to debug.cmd.so module - This can be useful for example if baresip is loaded with a server-type module_app (e.g. echo.so and b2bua.so) instead of a client-type module app (menu.so)
* define KEYCODE_REL for key releaseAlfred E. Heggestad2016-07-31
|
* debug_cmd.so: new module for Debug CommandsAlfred E. Heggestad2016-07-30
| | | | move some debug commands from menu.so to debug_cmd.so
* add '@' command to switch calls using line numbersAlfred E. Heggestad2016-07-26
| | | | | | | | | | | 1. for a given UA, each call has a unique line number starting from 1 2. the list of calls is sorted in an arbitrary order, but the last list element indicates "current call" 3. the '@' command takes a numeric argument which is the line-number of the wanted call
* conf: add handler argument to line-handlerAlfred E. Heggestad2016-07-24
|
* contact: make contacts re-entrantAlfred E. Heggestad2016-07-24
|
* pcp: new module for Port Control Protocol (PCP)Alfred E. Heggestad2016-07-24
|
* plc,g7221: add XXX_EXPOSE_INTERNAL_STRUCTURESAlfred E. Heggestad2016-07-23
| | | | | | | ensure that baresip will build with any version of G.722.1 and SpanDSP libraries. thanks to Steve Underwood for the patch
* audiounit: use expanded value of kAudioFormatFlagsCanonicalAlfred E. Heggestad2016-07-20
|
* avformat: fix warningAlfred E. Heggestad2016-07-19
|
* avformat: use av_packet_unref() for lavc 57.12.100 and laterAlfred E. Heggestad2016-07-19
|
* avcodec_decode_video2 is deprecatedAlfred E. Heggestad2016-07-19
|
* avformat: remove usage of swscaleAlfred E. Heggestad2016-07-19
| | | | | the application will now get whatever size the input file is
* update doxygen commentsAlfred E. Heggestad2016-07-19
|
* add support for rtp_timeout and redialAlfred E. Heggestad2016-07-19
| | | | | | | | | | | | | | | | 1. Added support for RTP timeout. The feature is disabled by default and can be enabled with config "rtp_timeout N" where N is the number of seconds of RTP inactivity. If this is detected, the call is closed with a "special" SIP reason code of 701. 2. Added support for automatic re-connect in the menu module. This can be enabled by setting the 2 config items: redial_attempts 3 redial_delay 5 This work was contributed by Sveriges Radio. Thanks goes to Ola Palm and Jim Eld.
* pulse: fix warnings on osxAlfred E. Heggestad2016-06-26
|
* natpmp: minor cleanupsAlfred E. Heggestad2016-06-26
|
* natpmp: add support for RTCPAlfred E. Heggestad2016-06-26
|
* opengl: close window in destructor (ref #135)Alfred E. Heggestad2016-06-25
|
* cons: relay log-messages (fixes #144)Alfred E. Heggestad2016-06-25
|
* pulse: rename error to pa_errorAlfred E. Heggestad2016-06-12
|
* Merge pull request #142 from alfredh/pulseAlfred E. Heggestad2016-06-11
|\ | | | | Pulse
| * add pulseaudio moduleAlfred E. Heggestad2016-06-08
| |
* | presence: define the SHUTDOWN_DELAY value as enumAlfred E. Heggestad2016-06-11
|/
* wincons: use ReadConsoleInput, thanks to GGGO (fixes #139)Alfred E. Heggestad2016-06-08
|
* presence: use correct struct in deref_handlerAlfred E. Heggestad2016-06-08
|
* vp9: fix for Debian Jessie (fixes #138)Alfred E. Heggestad2016-06-06
|
* menu: fix warningAlfred E. Heggestad2016-06-06
|
* net: make networking code re-entrantAlfred E. Heggestad2016-06-06
| | | | | | | | | | | - The network instance is now in struct network and does not use any local/static data - A new top-level struct in baresip.c owns the single instance of struct network it is a long-term goal to remove all local/static data from libbaresip and make it fully re-entrant.
* vp9: needs libvpx v1.3.0 or laterAlfred E. Heggestad2016-06-06
|
* opensles: add extra debugAlfred E. Heggestad2016-06-05
|