summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bug at stereo wih 16 and 24kChristian Hoene2016-05-19
|
* Merged with master and added proper RTP time stamp handlingChristian Hoene2016-05-14
|\
| * minor nicifyChristian Hoene2016-05-14
| |
| * Considered ccheck hintsChristian Hoene2016-05-12
| |
| * debug output pretty printChristian Hoene2016-05-12
| |
| * Fixed bug of sending empty packetsChristian Hoene2016-05-12
| |
| * Rewrote decoding, fixed memory leaks, add cr to print outsChristian Hoene2016-05-11
| |
| * Bug during mode parsingroot2016-05-11
| |
| * Some minor issuesChristian Hoene2016-05-06
| |
* | Revert "gtk: require glib 2.32"Alfred E. Heggestad2016-05-12
| | | | | | | | This reverts commit ce25d76161ce78c5bc0436e7e02e20935b7412cc.
* | Merge pull request #128 from clehner/masterAlfred E. Heggestad2016-05-09
|\ \ | | | | | | Build gtk module only with new enough glib
| * | gtk: require glib 2.32Charles Lehner2016-05-09
| | | | | | | | | | | | Fix #122
* | | v4l2_codec: minor debug tuningAlfred E. Heggestad2016-05-09
|/ /
* | config: remove unrelated natbd_xxx optionsAlfred E. Heggestad2016-05-09
| |
* | h265: remove call to x265_cleanup, fix crashAlfred E. Heggestad2016-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unloading the h265.so module crashes on OpenBSD, inside the libx265.* code. this could be related to linking to both libavcodec and libx265, where also libavcodec links to libx265. the OpenBSD packages supply both static (.a) and shared (.so) libraries, and perhaps there is a problem here that the static version is picked during link time. running baresip+h265.so with valgrind gives more than 1000 warnings so I doubt that it is free of memory leaks. this commit is a work-around for #106 (fixes #106) https://github.com/alfredh/baresip/issues/106
* | h265: add auto-detection of moduleAlfred E. Heggestad2016-05-08
| |
* | opus: add more config optionsAlfred E. Heggestad2016-05-07
| | | | | | | | | | | | | | opus_bitrate 128000 # Average bitrate in [bps] opus_cbr {yes,no} # Constant Bitrate (inverse of VBR) opus_inbandfec {yes,no} # Enable inband Forward Error Correction (FEC) opus_dtx {yes,no} # Enable Discontinuous Transmission (DTX)
* | Merge pull request #126 from alfredh/aucodec_split_srateAlfred E. Heggestad2016-05-07
|\ \ | | | | | | aucodec: split srate into srate and crate (Clock Rate)
| * | aucodec: split srate into srate and crate (Clock Rate)Alfred E. Heggestad2016-05-01
|/ /
* | mpa: fix warning about unused variableAlfred E. Heggestad2016-04-27
| |
* | docs: update list of modulesAlfred E. Heggestad2016-04-24
| |
* | mpa: fix warnings on OSXAlfred E. Heggestad2016-04-24
| |
* | fix some ccheck warningsAlfred E. Heggestad2016-04-24
| |
* | Merge pull request #125 from choene/masterAlfred E. Heggestad2016-04-24
|\| | | | | Added support for MPA coding
| * Addressed code review and added start mute because of sync problemsChristian Hoene2016-04-24
| |
| * Tested encoder and cleanupChristian Hoene2016-04-23
| |
| * Added resampler to decodeChristian Hoene2016-04-22
| |
| * Removed false fileChristian Hoene2016-04-22
| |
| * 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
* test: fix warning on osxAlfred E. Heggestad2016-04-09
|
* test: add test-case for DNS SRV loadbalancing and authentication (refs #39)Alfred E. Heggestad2016-04-09
|
* Merge pull request #121 from alfredh/test_sip_dnsAlfred E. Heggestad2016-04-03
|\ | | | | Test sip dns
| * fix warningAlfred E. Heggestad2016-04-03
| |
| * auth test: add all transportsAlfred E. Heggestad2016-04-03
| |
| * test: added test-case for authenticated registerAlfred E. Heggestad2016-04-03
| |
| * add test for SIP with DNSAlfred E. Heggestad2016-04-02
|/
* update reference to RFC for VP8 and H.265Alfred E. Heggestad2016-03-26
|
* mos: use stdint typesAlfred E. Heggestad2016-03-22
|
* mos: add pseudo Mean Opinion Score routineAlfred E. Heggestad2016-03-21
| | | | thanks to Lorenzo Mangani for the original patch
* 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
|
* baresip release v0.4.18Alfred E. Heggestad2016-03-12
|
* 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
|