aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_sndio.c
Commit message (Expand)AuthorAge
* ao_sndio: drop AF_FORMAT_S24 usageGravatar wm42017-07-07
* audio/out: require AO drivers to report period size and correct bufferGravatar wm42017-06-25
* options: remove remaining deprecated audio device selection optionsGravatar wm42017-04-23
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* audio/out: deprecate device sub-optionsGravatar wm42016-09-05
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* ao_sndio: fix commentGravatar wm42015-06-26
* audio: remove S8, U16, U24, U32 formatsGravatar wm42015-06-16
* audio: define only a single NA speaker IDGravatar wm42015-05-07
* ao_sndio: add notice about padding channelsGravatar wm42015-05-06
* ao_sndio: open device in blocking mode, don't inflate buffer artificiallyGravatar Dmitrij D. Czarkoff2015-03-26
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* Add some missing "const"sGravatar wm42014-10-10
* ao_sndio: print a warning when draining audioGravatar wm42014-09-26
* ao_sndio: update buffer status on get_delayGravatar wm42014-09-26
* ao_sndio: change p->delay to samplesGravatar wm42014-09-26
* ao_sndio: set non-blocking flagGravatar wm42014-09-26
* ao_sndio: fix some incorrect commentsGravatar wm42014-09-26
* ao_sndio: fix U24 bit widthGravatar wm42014-09-24
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* audio/out: always round get_space on period sizeGravatar wm42014-09-06
* ao_sndio: fix a commentGravatar wm42014-09-06
* audio/out: remove old thingsGravatar wm42014-09-06
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
* audio/out: reject non-interleaved formatsGravatar wm42013-11-12
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* audio/out: add sndio supportGravatar Christian Neukirchen2013-10-03