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_6_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.22   9 years  ratchov   Simplify internals and rewrite file header parsing code: - remove -M, -t, -w, -C...
[TXT] abuf.c  1.30   7 years  ratchov   Assert we're not freeing buffers we didn't allocate (DEBUG mode).
[TXT] abuf.h  1.26   9 years  ratchov   Simplify internals and rewrite file header parsing code: - remove -M, -t, -w, -C...
[TXT] afile.c  1.8   3 years  naddy   const-ify lookup tables; ok ratchov@
[TXT] afile.h  1.2   4 years  ratchov   Rename WAV_H "include guard" macro of afile.h to AFILE_H. Fix from Jan Stary <h...
[TXT] aucat.1  1.116   4 years  jmc   sort SEE ALSO;
[TXT] aucat.c  1.177   3 years  naddy   const-ify lookup tables; ok ratchov@
[TXT] defs.h  1.3   4 years  ratchov   16 channels is not enough to handle all common uaudio(4) devices, so crank the m...
[TXT] dsp.c  1.16   3 years  naddy   const-ify lookup tables; ok ratchov@
[TXT] dsp.h  1.7   3 years  naddy   const-ify lookup tables; ok ratchov@
[TXT] sysex.h  1.4   9 years  ratchov   Simplify internals and rewrite file header parsing code: - remove -M, -t, -w, -C...
[TXT] utils.c  1.6   4 years  ratchov   Fix spacing and comments, no code change.
[TXT] utils.h  1.3   7 years  ratchov   Sync utils.c and utils.h to sndiod.