summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* daala: is now deprecatedAlfred E. Heggestad2016-11-27
|
* added experimental AV1 video codecAlfred E. Heggestad2016-11-27
|
* added experimental AV1 video codecAlfred E. Heggestad2016-11-27
|
* snapshot: disable short commandAlfred E. Heggestad2016-11-27
|
* snapshot: fix after changes in command API (#174)Dmitrij D. Czarkoff2016-11-27
|
* swscale: new module using FFmpeg libswscaleAlfred E. Heggestad2016-11-20
|
* wincons: graceful closing of thread (fixes #151)Alfred E. Heggestad2016-11-20
|
* vp8: check macros VPX_CODEC_USE_OUTPUT_PARTITION and VPX_FRAME_IS_FRAGMENTAlfred E. Heggestad2016-11-05
|
* vp8: check for VPX_ERROR_RESILIENT_DEFAULTAlfred E. Heggestad2016-11-05
|
* Opus mirror (#166)Alfred E. Heggestad2016-11-02
| | | | | | | | * opus: mirroring of incoming parameters * opus: added 'opus_mirror' boolean config * opus: mirror only incoming SDP
* avformat: log a message when rewinding streamAlfred E. Heggestad2016-10-30
| | | | ref. issue #163
* opensles: for 2 channels, use mask SL_SPEAKER_FRONT_LEFT|SL_SPEAKER_FRONT_RIGHTJuha Heinanen2016-10-24
| | | | - original patch by Vijay Pratap Singh
* remap 'a' to answer incoming callAlfred E. Heggestad2016-10-23
|
* 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
|