OpenBSD CVS

src/usr.bin/aucat/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / aucat

Current tag: OPENBSD_5_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.15   13 years  ratchov   move amsg.h containing protocol defs from aucat side to libsndio side. requeste...
[TXT] abuf.c  1.22   13 years  ratchov   Allow the audio device to be opened only while it's actually used. This is neces...
[TXT] abuf.h  1.23   13 years  ratchov   use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding AMSG_xxx macr...
[TXT] aucat.1  1.86   12 years  ratchov   make -u flag per-device similarly to -a and -w
[TXT] aucat.c  1.119   12 years  ratchov   make -u flag per-device similarly to -a and -w
[TXT] sysex.h  1.2   12 years  ratchov   expose audio client names through sysex messages, this way any midi client could...
[TXT] aparams.c (in the Attic) [Hide]  1.13   13 years  ratchov   remove deadcode, use err(1, "%s", str) instead of err(1, str) from Michael W. Bo...
[TXT] aparams.h (in the Attic) [Hide]  1.11   13 years  ratchov   Add experimental support for 24-bit arithmetic, meaning that full dynamic range ...
[TXT] aproc.c (in the Attic) [Hide]  1.66   12 years  ratchov   make clipping less ugly, from Sviatoslav Chagaev
[TXT] aproc.h (in the Attic) [Hide]  1.39   12 years  ratchov   add a new -w flag to control whether master volume is automatically adjusted whe...
[TXT] conf.h (in the Attic) [Hide]  1.22   13 years  ratchov   include signal.h
[TXT] dbg.c (in the Attic) [Hide]  1.2   12 years  ratchov   switch to license in /usr/share/misc/license.template
[TXT] dbg.h (in the Attic) [Hide]  1.2   12 years  ratchov   switch to license in /usr/share/misc/license.template
[TXT] dev.c (in the Attic) [Hide]  1.66   12 years  ratchov   Make -aoff option apply to MIDI ports (-q) as well, ensuring the device stays cl...
[TXT] dev.h (in the Attic) [Hide]  1.29   12 years  ratchov   Make -aoff option apply to MIDI ports (-q) as well, ensuring the device stays cl...
[TXT] file.c (in the Attic) [Hide]  1.27   12 years  ratchov   Display the CPU usage when -ddddd is used, ie the time spent on calculations com...
[TXT] file.h (in the Attic) [Hide]  1.11   12 years  ratchov   Display the CPU usage when -ddddd is used, ie the time spent on calculations com...
[TXT] headers.c (in the Attic) [Hide]  1.19   13 years  ratchov   Convert ulaw/alaw to native format (ie using ADATA_XXX defines) rather than s16 ...
[TXT] listen.c (in the Attic) [Hide]  1.16   13 years  ratchov   If the string of the address to listen on is '-' then listen on all addresses (i...
[TXT] listen.h (in the Attic) [Hide]  1.7   13 years  ratchov   Implement a new authentication method allowing aucat and midicat to work over TC...
[TXT] midi.c (in the Attic) [Hide]  1.36   12 years  ratchov   remove two forgotten debug printf()s
[TXT] midi.h (in the Attic) [Hide]  1.9   13 years  ratchov   Allow the audio device to be opened only while it's actually used. This is neces...
[TXT] midicat.1 (in the Attic) [Hide]  1.17   12 years  ratchov   Make -aoff option apply to MIDI ports (-q) as well, ensuring the device stays cl...
[TXT] miofile.c (in the Attic) [Hide]  1.6   12 years  ratchov   Make -aoff option apply to MIDI ports (-q) as well, ensuring the device stays cl...
[TXT] miofile.h (in the Attic) [Hide]  1.2   12 years  ratchov   Make -aoff option apply to MIDI ports (-q) as well, ensuring the device stays cl...
[TXT] opt.c (in the Attic) [Hide]  1.10   13 years  ratchov   Handle all streams the same way because there's no actual difference between aud...
[TXT] opt.h (in the Attic) [Hide]  1.9   13 years  ratchov   use MODE_xxx and XRUN_xxx macros everywhere, and zap corresponding AMSG_xxx macr...
[TXT] pipe.c (in the Attic) [Hide]  1.12   13 years  deraadt   use more volatile sig_atomic_t in signal handlers ok ratchov
[TXT] pipe.h (in the Attic) [Hide]  1.5   14 years  ratchov   aucat (server): - make the ``-m mode'' option per subdevice, allowing sub...
[TXT] siofile.c (in the Attic) [Hide]  1.7   12 years  ratchov   Display the CPU usage when -ddddd is used, ie the time spent on calculations com...
[TXT] siofile.h (in the Attic) [Hide]  1.5   14 years  ratchov   Clean up device handling code to clarify different initialization phases and dif...
[TXT] sock.c (in the Attic) [Hide]  1.60   12 years  ratchov   factor tests for f->opt->join flag, no behaviour change
[TXT] sock.h (in the Attic) [Hide]  1.19   13 years  ratchov   Implement a new authentication method allowing aucat and midicat to work over TC...
[TXT] wav.c (in the Attic) [Hide]  1.26   12 years  ratchov   Reorganize the way command line options are parsed and stored. No behaviour chan...
[TXT] wav.h (in the Attic) [Hide]  1.11   13 years  ratchov   remove 2 years old compatibility mode