summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* update changelog etc. before 0.5.0 releaseAlfred E. Heggestad2016-12-22
|
* copyright yearAlfred E. Heggestad2016-12-10
|
* docs: move TODO items to Roadmap WikiAlfred E. Heggestad2016-11-30
|
* README: change to markdown formatAlfred E. Heggestad2016-11-29
|
* docs: update READMEAlfred E. Heggestad2016-11-26
|
* debug_cmd.so: new module for Debug CommandsAlfred E. Heggestad2016-07-30
| | | | move some debug commands from menu.so to debug_cmd.so
* pcp: new module for Port Control Protocol (PCP)Alfred E. Heggestad2016-07-24
|
* baresip version 0.4.20Alfred E. Heggestad2016-07-22
|
* pulse: enable auto-detection of pulse.so moduleAlfred E. Heggestad2016-06-26
|
* update TODOAlfred E. Heggestad2016-06-08
|
* 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.
* Update READMEAlfred E. Heggestad2016-06-05
|
* vp8: rename vpx.so module to vp8.soAlfred E. Heggestad2016-06-04
|
* baresip version 0.4.19Alfred E. Heggestad2016-05-20
|
* docs: update list of modulesAlfred E. Heggestad2016-04-24
|
* First version with MPA codingChristian Hoene2016-04-22
|
* update reference to RFC for VP8 and H.265Alfred E. Heggestad2016-03-26
|
* baresip release v0.4.18Alfred E. Heggestad2016-03-12
|
* update opus RFCsAlfred E. Heggestad2016-02-13
|
* release baresip 0.4.17Alfred E. Heggestad2016-01-17
|
* move playing of ringtones to the menu-moduleAlfred E. Heggestad2016-01-09
|
* conf: keep the struct conf allocatedAlfred E. Heggestad2016-01-03
|
* baresip now needs librem v0.4.7 or laterAlfred E. Heggestad2016-01-03
|
* docs: added JACK module to READMEAlfred E. Heggestad2016-01-03
|
* docs: add echo-server module to READMEAlfred E. Heggestad2015-12-19
|
* baresip version 0.4.16Alfred E. Heggestad2015-12-01
|
* update TODOAlfred E. Heggestad2015-11-30
|
* README: updated list of modules and RFCsAlfred E. Heggestad2015-11-29
|
* baresip version 0.4.15Alfred E. Heggestad2015-09-26
|
* baresip v0.4.14Alfred E. Heggestad2015-08-08
|
* Add gtk moduleCharles Lehner2015-07-05
|
* update Changelog for 0.4.13Alfred E. Heggestad2015-06-20
|
* speex, docs, src: added speex_mode_nb and speex_mode_wb config varsJuha Heinanen2015-06-04
| | | | - Slightly modified patch provided by Dmitrij D. Czarkoff
* docs, src: reverted speex_quality/speex_complexity changesJuha Heinanen2015-06-04
| | | | - speex_quality/speex_complexity value is not mapped to sdp mode value
* src, docs: added opus codec params to default config and exampleJuha Heinanen2015-06-04
|
* docs, src: use draft-ietf-avt-rtp-speex-01 specified speex encoding modeJuha Heinanen2015-06-04
|
* update copyright to 2015Alfred E. Heggestad2015-05-02
|
* docs: update READMEAlfred E. Heggestad2014-12-26
|
* release baresip version 0.4.12Alfred E. Heggestad2014-12-24
|
* celt: module deleted, use opus.so insteadAlfred E. Heggestad2014-11-30
|
* added sample configAlfred E. Heggestad2014-11-23
|
* improve FFmpeg/libav module detectionAlfred E. Heggestad2014-11-22
| | | | | | | - remove FFmpeg keyword, as both FFmpeg and libav is supported - avcodec.so need libavcodec - avformat.so needs libavformat and others - also made the "quicktime.so" module deprecated
* gruu: update docs, upgrade deps to libre v0.4.10Alfred E. Heggestad2014-10-20
|
* 0.4.11 -- updated ChangeLogAlfred E. Heggestad2014-06-21
|
* srtp: split srtp-module into 'srtp' and 'libsrtp'Alfred E. Heggestad2014-06-18
| | | | | | | | | | | libre v0.4.9 has a very fast and robust SRTP-stack and we want to use it in baresip. however libsrtp is also working so we want to keep the module using libsrtp around for a while. two modules providing SDES-SRTP: - libsrtp.so -- SRTP using libsrtp - srtp.so -- Native SRTP-stack in libre
* dtls_srtp: use DTLS-api from libre v0.4.9Alfred E. Heggestad2014-06-18
| | | | | | | | for the dtls_srtp module to compile, you now need libre v0.4.9 or later. also added note about dependency to libre v0.4.9 in README and Debian file
* remove support for Symbian OSAlfred E. Heggestad2014-06-15
| | | | | R.I.P. Symbian it was nice to know you, too bad the people at Nokia did not take better care of you ..
* sndio: audio driver for OpenBSDAlfred E. Heggestad2014-04-09
| | | | It was contributed by Dmitrij D. Czarkoff, thank you!
* fakevideo: new module for fake video input/outputAlfred E. Heggestad2014-02-09
| | | | Suggested-by: Fadeev Alexander
* baresip 0.4.10Alfred E. Heggestad2014-02-09