summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* auloop: update documentationAlfred E. Heggestad2016-12-10
|
* coreaudio: minor doc updateAlfred E. Heggestad2016-12-10
|
* minor tuning of commandsAlfred E. Heggestad2016-12-09
|
* b2bua: updated command APIAlfred E. Heggestad2016-12-08
|
* gtk: make init/close a bit more robustAlfred E. Heggestad2016-12-08
|
* avcodec: fix warningsAlfred E. Heggestad2016-12-08
|
* avformat: check against version 57.33.100 or higherAlfred E. Heggestad2016-12-08
|
* avformat: use codecpar for newer versions (refs #178)Alfred E. Heggestad2016-12-08
|
* pcp: make logline a bit less wideAlfred E. Heggestad2016-12-07
|
* avcodec: add config exampleAlfred E. Heggestad2016-11-30
|
* Avcodec h264enc (#181)Alfred E. Heggestad2016-11-30
| | | | | | | | | | | | * avcodec: add option to specify H.264 encoder https://github.com/alfredh/baresip/pull/158 refs #158 Thanks to @hargut for the original patch and idea * avcodec: fix build for older versions of ffmpeg
* vidloop: add command vidloop_codec for using a CodecAlfred E. Heggestad2016-11-30
|
* gst1: remove empty header fileAlfred E. Heggestad2016-11-29
|
* v4l2: don't check for native/emulated format (#179)Dmitrij D. Czarkoff2016-11-28
| | | | libv4l2 appends emulated formats to the end of the list, so there is no real chance that native format will follow if we already stumbled upon emulated one.
* v4l2: pick up VID_FMT_NV12 and VID_FMT_NV21 formats as well (#176)Dmitrij D. Czarkoff2016-11-27
|
* cmd: check for duplicated entriesAlfred E. Heggestad2016-11-27
| | | | | | | | | | | - registering duplicate short commands is no longer possible - disable a couple of short commands, use long command instead (short commands should only be used for very frequently used things) - menu: properly register/unregister digit handlers for active calls thanks to Juha Heinanen for reporting an issue with the 'a' key
* 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
|