summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* Bug with reinit of codec structsChristian Hoene2016-05-25
|
* ccheck warnings fixedChristian Hoene2016-05-19
|
* 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
| |
* | v4l2_codec: minor debug tuningAlfred 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
* | 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)
* | aucodec: split srate into srate and crate (Clock Rate)Alfred E. Heggestad2016-05-01
| |
* | mpa: fix warning about unused variableAlfred E. Heggestad2016-04-27
| |
* | mpa: fix warnings on OSXAlfred E. Heggestad2016-04-24
| |
* | fix some ccheck warningsAlfred E. Heggestad2016-04-24
|/
* 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
* update reference to RFC for VP8 and H.265Alfred E. Heggestad2016-03-26
|
* 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
|
* 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
|
* avcodec: use new type AV_PIX_FMT_YUV420P (ref issue #114)Alfred E. Heggestad2016-03-06
|
* audiounit: add compile-time check for IOS or MAC (ref issue #91)Alfred E. Heggestad2016-03-06
|
* menu: add command 'A' for switch audio deviceAlfred E. Heggestad2016-02-28
| | | | | the original patch was written by AlexMarlo https://github.com/alfredh/baresip/pull/109
* avcodec: add module descriptionAlfred E. Heggestad2016-02-14
|
* update opus RFCsAlfred E. Heggestad2016-02-13
|
* menu: configurable bell and set incoming uaAlfred E. Heggestad2016-02-06
| | | | | | | | - add config "menu_bool yes|no" to control if the incoming call should print Bell escape characters to the terminal - on incoming call, set the current user-agent to the one with the incoming call
* alsa: fix crash in playerAlfred E. Heggestad2016-02-02
| | | | reported by Gary Metalle
* v4l2_codec: add list of encoders (fixes #99)Alfred E. Heggestad2016-01-31
|
* Merge pull request #108 from clehner/notifyfixAlfred E. Heggestad2016-01-20
|\ | | | | Fix notification-related things
| * gtk: always handle incoming callsCharles Lehner2016-01-19
| | | | | | | | | | Even if notification support is not built in, incoming calls should get added to the app menu so the user can answer them
| * gtk: remove duplicate notification declaration. Fix #107Charles Lehner2016-01-19
| | | | | | | | Allow using USE_LIBNOTIFY even when GLib >= 2.40 is available
* | menu: stop alert on hangup (fixes #105)Alfred E. Heggestad2016-01-17
| |
* | presence: ignore return value from mem_deref()Alfred E. Heggestad2016-01-17
| |
* | auloop: add 44100 Hz to the table of sample-ratesAlfred E. Heggestad2016-01-16
| |
* | audiounit: add debug of hardware sample-rateAlfred E. Heggestad2016-01-16
| |
* | Fix audiounit recording on OSX, technotes TN2223 and TN2091Sebastian Reimers2016-01-16
| |