Age | Commit message (Expand) | Author |
2009-12-30 | explain what sio_close() drains play buffers as if sio_close() was | Alexandre Ratchov |
2009-12-02 | we don't expose overruns/underruns as negative positions anymore, | Alexandre Ratchov |
2009-11-03 | in block size calculations, use SIO_BPS(precision) instead of | Alexandre Ratchov |
2009-10-26 | reader state cannot be IDLE, terminate the stream if so rather | Alexandre Ratchov |
2009-10-24 | Flow control blocks the client in sio_write(3). Split the data | Alexandre Ratchov |
2009-10-22 | set protocol version number for midi too. Fixes aucat refusing | Alexandre Ratchov |
2009-10-22 | When starting playback, the client tries to write ``bufsz'' frames | Alexandre Ratchov |
2009-10-17 | Add version number to aucat protocol. It's not used yet, | Alexandre Ratchov |
2009-10-10 | when setting parameters of sun devices, check that selected encoding | Alexandre Ratchov |
2009-10-10 | at initialization of sun devices, use sio_setpar(3) instead of | Alexandre Ratchov |
2009-10-10 | since AUDIO_INITINFO() may set parameters to whatever is supported | Alexandre Ratchov |
2009-08-28 | don't consider calling sio_close() without calling sio_stop() first | Alexandre Ratchov |
2009-08-28 | when using aucat backend, wait for the server to drop the connection | Alexandre Ratchov |
2009-08-28 | add a new AMSG_BYE, sent by the client to requst the server to | Alexandre Ratchov |
2009-08-26 | handle incoming AMSG_SETVOL messages, allows the client to be notified | Alexandre Ratchov |
2009-08-21 | make aucat(1) expose a MIDI device to control server behaviour in | Alexandre Ratchov |
2009-08-01 | honor non-blocking flag in mio_open_rmidi(), fixes programs | Alexandre Ratchov |
2009-07-27 | don't use ``return'' in sio_close() and mio_close() | Alexandre Ratchov |
2009-07-26 | more style improvemets, from Thomas Pfaff | Alexandre Ratchov |
2009-07-26 | use ``sizeof(string) - 1'' rather than ``strlen(string)'' on static | Alexandre Ratchov |
2009-07-26 | remove the (bogus) special case when mio_open() is called with | Alexandre Ratchov |
2009-07-26 | rephrase description of (MIO_IN | MIO_OUT) mode | Alexandre Ratchov |
2009-07-26 | Make ``static'' few functions that are prototyped as static but are not | Alexandre Ratchov |
2009-07-26 | sort and space headers as per style(9) | Alexandre Ratchov |
2009-07-25 | use const qualifier in libsndio, making it slightly more consistent | Alexandre Ratchov |
2009-07-25 | add sndio.7, forgotten in last commit | Alexandre Ratchov |
2009-07-25 | Currently midi capable programs can control midi hardware, but | Alexandre Ratchov |
2009-05-16 | don't set mode in sio_setpar(), already done at initialization | Alexandre Ratchov |
2009-05-16 | add a new ``hello'' message to aucat protocol useful to work on | Alexandre Ratchov |
2009-05-16 | fix style to make future diffs contain functional changes only | Alexandre Ratchov |
2009-05-16 | in aucat_getpar() and aucat_getcap(), initialize the message to send | Alexandre Ratchov |
2009-05-15 | cleanup forgotten calls to exit(3) | Alexandre Ratchov |
2009-05-15 | replace s/sa/sio/, left from when libsa was renamed to libsndio | Alexandre Ratchov |
2009-05-15 | in headers, macro definitions come first, prototypes come next | Alexandre Ratchov |
2009-05-15 | if DEBUG is defined, use a global debug level rather | Alexandre Ratchov |
2009-05-15 | describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn values | Alexandre Ratchov |
2009-04-21 | no need to install includes from here anymore | Theo de Raadt |
2009-04-21 | move src/lib/libsndio/sndio.h into src/include where other include | Alexandre Ratchov |
2009-04-13 | protypes in sndio.h make reference to struct pollfd; applications | Alexandre Ratchov |
2009-02-26 | don't use ``hdl->filling'' flag uninitialized | Alexandre Ratchov |
2009-02-25 | after the STOP message is sent, move the receiver to the RMSG state | Alexandre Ratchov |
2009-02-18 | in aucat_stop(), after the STOP message was send, put the receiver | Alexandre Ratchov |
2009-02-09 | ignore evironment variables if the program is setuid or setgid | Alexandre Ratchov |
2009-02-04 | update the default socket paths, to reflect recent aucat changes | Alexandre Ratchov |
2009-02-04 | explain that it's ok if we get a slightly different rate than | Alexandre Ratchov |
2009-02-04 | Programs have no direct access do the device file descriptor. So, if | Alexandre Ratchov |
2009-02-03 | in server mode, create /tmp/aucat-userid/ directory with | Alexandre Ratchov |
2009-01-21 | fix bugs section: clarify that sio_start() and sio_stop() should | Alexandre Ratchov |
2009-01-21 | explain what ``frame'' does mean | Alexandre Ratchov |
2009-01-21 | make declarations "C" to allow c++ code to compile | Alexandre Ratchov |