Age | Commit message (Expand) | Author |
2008-11-07 | expose the block size in the sndio API by making par->round writable | Alexandre Ratchov |
2008-11-07 | when attaching a new stream, don't overwrite it's parameters | Alexandre Ratchov |
2008-11-06 | drop/silence calculation is wrong when xrun occurs and client and | Alexandre Ratchov |
2008-11-04 | conversions are smarter now, remove corresponding ``BUGS'' item | Alexandre Ratchov |
2008-11-04 | split code that converts any->any in two parts: one to encode | Alexandre Ratchov |
2008-11-04 | cleanup: remove channel mapping bits from encoding conversion code. | Alexandre Ratchov |
2008-11-04 | add "new" conversion code to map any channel range into any other | Alexandre Ratchov |
2008-11-04 | cleanup: resample stream while in native format and remove resampling | Alexandre Ratchov |
2008-11-04 | optimization: add "new" resampling code (actually based on the existing | Alexandre Ratchov |
2008-11-03 | rename mixxxx and subxxx fields of struct abuf to avoid confusion: | Alexandre Ratchov |
2008-11-03 | A small optimization: handle most N-channel <-> M-channel conversions | Alexandre Ratchov |
2008-10-30 | since people often ask, add BUGS entry to explain why | Alexandre Ratchov |
2008-10-29 | chmod(2) the aucat socket, as if aucat(1) was started with | Alexandre Ratchov |
2008-10-28 | Use -Werror unconditionnaly again. | Miod Vallat |
2008-10-27 | No -Werror on m88k, hairy gcc bug generates false ``variable might be used | Miod Vallat |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov |
2008-10-26 | zap `q' from the getopts string too, | Alexandre Ratchov |
2008-10-26 | sync SYNOPSIS and usage(); | Jason McIntyre |
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre Ratchov |
2008-08-25 | minor tweak for removal of "[-d devel]" (change done in r1.19 and r1.21). | Igor Sobrado |
2008-08-20 | abuf_flush() must be called only from the ``xxx_in()'' routines (ie | Alexandre Ratchov |
2008-08-14 | fix comments suggested by eric@, remove stupid DPRINTF() | Alexandre Ratchov |
2008-08-14 | in abuf_rgetblk() the ``start'' pointer may take a value beyond the | Alexandre Ratchov |
2008-08-14 | move all device related stuff from aucat.c to a new dev.c file. | Alexandre Ratchov |
2008-08-14 | in file.c, before dereferencing pointers to in(), out(), eof(), | Alexandre Ratchov |
2008-08-14 | add an "AUTOQUIT" flag to mix and sub aprocs. If the flag is | Alexandre Ratchov |
2008-08-14 | add a bytes counter to abuf structures to count the number of | Alexandre Ratchov |
2008-08-14 | add a xxx_done() method to aproc structures, that cleans up just | Alexandre Ratchov |
2008-08-14 | move mix/sub underrun/overrun handling code and data in the | Alexandre Ratchov |
2008-08-14 | factor code that discards data from abuf strucure into a single | Alexandre Ratchov |
2008-06-03 | group the descriptions for -CcHhEeRr in such a way as to avoid | Jason McIntyre |
2008-06-03 | Allow aucat to play/record from input-only or output-only devices. | Dale Rahn |
2008-06-02 | fix up ENVIRONMENT a little; | Jason McIntyre |
2008-06-02 | - tweak previous | Jason McIntyre |
2008-06-02 | document latest changes: -d flag is replaced by AUCAT_DEBUG | Alexandre Ratchov |
2008-06-02 | currently, we start the device as soon as write() blocks; it's better | Alexandre Ratchov |
2008-06-02 | if aucat is suspended, then the kernel continues running the device | Alexandre Ratchov |
2008-06-02 | allow the user to choose the aucat behaviour when underruns/overruns | Alexandre Ratchov |
2008-06-02 | (remove -d, second part) use strtonum() instead of sscanf() and inlined | Alexandre Ratchov |
2008-06-02 | since underruns/overruns are handled outside devices, remove code that | Alexandre Ratchov |
2008-06-02 | (remove -d, first part) replace -d flag by AUCAT_DEBUG environment | Alexandre Ratchov |
2008-06-02 | Allows any input/output stream to underrun/overrun without disturbing | Alexandre Ratchov |
2008-05-29 | try to clearly describe interaction between -CcEeHhRr and -fiou options; | Jason McIntyre |
2008-05-28 | if aucat is resumed (after suspend), kernel buffers are empty, thus write() | Alexandre Ratchov |
2008-05-26 | signpost encodings and formats a little better; | Jason McIntyre |
2008-05-26 | put -q in the right place; | Jason McIntyre |
2008-05-26 | add -q option which enables "quiet" operation. | Jacob Meuser |
2008-05-25 | give argument to LIST_END(), don't use variable lenght arrays as last | Alexandre Ratchov |
2008-05-23 | various fixes for aucat.1, and sync usage(); ok ratchov | Jason McIntyre |
2008-05-23 | add support for: | Alexandre Ratchov |