Age | Commit message (Expand) | Author |
2009-01-17 | cleanup: remove prototypes of inexistent functions, move few private | Alexandre Ratchov |
2009-01-12 | replace s/routine/function/, as other manuals do | Alexandre Ratchov |
2009-01-10 | make all private functions static | Alexandre Ratchov |
2009-01-08 | oops, i messed up tim's patch; correction from Tim van der Molen | Jason McIntyre |
2009-01-08 | a little macro cleanup; from Tim van der Molen | Jason McIntyre |
2008-12-27 | when polling aucat(1) socket, don't set the POLLIN bit if we | Alexandre Ratchov |
2008-12-27 | when using the aucat(1) backend, don't mask the POLLHUP bit | Alexandre Ratchov |
2008-12-21 | remove mixer bits from the audio(4) backend of libsndio, it's not | Alexandre Ratchov |
2008-12-21 | fix more spelling errors and typos, | Alexandre Ratchov |
2008-12-17 | stop using stderr in the library, wrap all diagnostic fprintfs | Alexandre Ratchov |
2008-12-17 | tweak previous; | Jason McIntyre |
2008-12-17 | fix spell errors, from Thomas Pfaff <tpfaff(at)tp76.info>, thanks! | Alexandre Ratchov |
2008-12-17 | add a writable ``appbufsz'' field to the sa_par structure, containing | Alexandre Ratchov |
2008-11-20 | make both aucat(1) and audio(4) backends use the AUDIODEVICE env | Alexandre Ratchov |
2008-11-20 | while setting the block size, try smaller blocks half of the retries and | Alexandre Ratchov |
2008-11-17 | occures -> occurs; | Jason McIntyre |
2008-11-17 | allow aucat to run as server in play-only and record-only mode, so | Alexandre Ratchov |
2008-11-16 | document that sio_revents() can return POLLHUP | Alexandre Ratchov |
2008-11-16 | when the aucat backend is used, sio_revents(3) should return POLLHUP | Alexandre Ratchov |
2008-11-11 | tweak previous; | Jason McIntyre |
2008-11-11 | expose a volume knob in the sndio API: add sio_setvol(3) and | Alexandre Ratchov |
2008-11-09 | typos; ok ratchov@ jmc@ | Christian Weisgerber |
2008-11-09 | if the device is not started, make sio_pollfd() pass 0 events bitmap | Alexandre Ratchov |
2008-11-09 | sio_revents() should return 0 poll events if the device isn't started | Alexandre Ratchov |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-10-30 | only few (frequency, blocksize) pairs are compatible with both resampling | Alexandre Ratchov |
2008-10-29 | document LIBSIO_DEBUG | Todd T. Fries |
2008-10-28 | fix missing n in error message | Alexandre Ratchov |
2008-10-28 | sio_initpar() is supposed to return void like the documentation | Jonathan Gray |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |