summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_sndio.c
Commit message (Expand)AuthorAgeFilesLines
* audio: remove S8, U16, U24, U32 formatswm42015-06-161-12/+8
* audio: define only a single NA speaker IDwm42015-05-071-1/+1
* ao_sndio: add notice about padding channelswm42015-05-061-1/+3
* ao_sndio: open device in blocking mode, don't inflate buffer artificiallyDmitrij D. Czarkoff2015-03-261-20/+2
* audio/out: consistently use double return type for get_delaywm42014-11-091-1/+1
* Add some missing "const"swm42014-10-101-2/+4
* ao_sndio: print a warning when draining audiowm42014-09-261-7/+14
* ao_sndio: update buffer status on get_delaywm42014-09-261-9/+15
* ao_sndio: change p->delay to sampleswm42014-09-261-7/+5
* ao_sndio: set non-blocking flagwm42014-09-261-1/+1
* ao_sndio: fix some incorrect commentswm42014-09-261-2/+2
* ao_sndio: fix U24 bit widthwm42014-09-241-1/+1
* audio: drop swapped-endian audio formatswm42014-09-231-25/+17
* audio/out: always round get_space on period sizewm42014-09-061-1/+2
* ao_sndio: fix a commentwm42014-09-061-2/+2
* audio/out: remove old thingswm42014-09-061-1/+2
* audio/out: make draining a separate operationwm42014-03-091-1/+1
* audio/out: make ao struct opaquewm42014-03-091-0/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* audio/out: prepare for non-interleaved audiowm42013-11-121-4/+4
* audio/out: reject non-interleaved formatswm42013-11-121-0/+3
* audio/out: remove useless info struct and redundant fieldswm42013-10-231-6/+2
* audio/out: add sndio supportChristian Neukirchen2013-10-031-0/+340