summaryrefslogtreecommitdiff
path: root/modules/gst
Commit message (Collapse)AuthorAge
* add support for specifying sample format (#317)Alfred E. Heggestad2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: ausrc and auplay - add config items for ausrc/auplay format: ausrc_format s16|float auplay_format s16|float - audio.c: convert audio samples to/from signed 16-bit Modules: alsa add test for sample format FLOAT rst: add support for FLOAT sample format audiounit: add support for FLOAT sample format coreaudio: check for signed 16-bit audio format oss: check for signed 16-bit sample format winwave: check for S16LE pulse: add support for FLOAT sample format sndio: check for S16 format gst1: check sample format aufile: check sample format aubridge: check sample format gst: check sample format opensles: check for S16 sample format jack: check sample format alsa: remove usage of local config test: change samples to void pointer test: change sample type to void pointer
* gst: fix call to ausrc_register()Alfred E. Heggestad2017-04-08
|
* build infrastructure: get rid of " = `pkg-config ...`" idiomDmitrij D. Czarkoff2015-10-16
|
* Revert "Get rid of VAR += `pkg-config ...` idiom"Alfred E. Heggestad2015-10-12
| | | | This reverts commit 3e4957cbf3342fc90fb5578125cb492a12e84cd4.
* Get rid of VAR += `pkg-config ...` idiomDmitrij D. Czarkoff2015-10-10
| | | | | Output of pkg-config shouldn't change during build, so it is sufficient to run it once per check.
* gst: update doxygen headersAlfred E. Heggestad2015-08-01
|
* convert some module to use the new MOD_ prefix for CFLAGSAlfred E. Heggestad2015-08-01
|
* gst: add documentation headerAlfred E. Heggestad2015-06-19
|
* 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
* fix warnings on Mac OSXAlfred E. Heggestad2014-10-18
|
* modules: use new logging functionsAlfred E. Heggestad2014-04-12
|
* ausrc/auplay api: change to 16-bit samplesAlfred E. Heggestad2014-02-13
|
* remove fmt parameter from ausrc/auplay apiAlfred E. Heggestad2014-02-13
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09