summaryrefslogtreecommitdiff
path: root/modules/oss
Commit message (Collapse)AuthorAge
* change ausrc/auplay base-class to pointerAlfred E. Heggestad2015-06-16
| | | | | | | - change from a memory-reference to a const pointer - this saves one mem_deref() in the destructor and also decreases the chance of introducing memory leaks - test on debian
* updated some module documentationAlfred E. Heggestad2014-06-21
|
* update audio-driver modules with new ausrc/play APIAlfred E. Heggestad2014-02-13
|
* ausrc/auplay api: change to 16-bit samplesAlfred E. Heggestad2014-02-13
|
* remove fmt parameter from ausrc/auplay apiAlfred E. Heggestad2014-02-13
|
* oss: use native-endian format, so it works on big endian CPUsAlfred E. Heggestad2014-02-09
| | | | | | | | | | | | | tested on i386 and mips (openwrt): --- System info: --- Machine: mips/linux Version: 0.4.10 (libre v0.4.7) Build: 32-bit big endian Kernel: Linux OpenWrt 3.3.8 #1 Sat Mar 23 16:49:30 UTC 2013 Uptime: 1 sec Started: Thu Feb 6 19:21:28 2014 Compiler: 4.6.4
* baresip 0.4.10Alfred E. Heggestad2014-02-09