summaryrefslogtreecommitdiff
path: root/src/srcs.mk
Commit message (Collapse)AuthorAge
* 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.
* mos: add pseudo Mean Opinion Score routineAlfred E. Heggestad2016-03-21
| | | | thanks to Lorenzo Mangani for the original patch
* move H.264 packetization code from avcodec to coreAlfred E. Heggestad2015-10-25
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09