index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
aucat
/
abuf.c
Age
Commit message (
Expand
)
Author
2009-07-25
fix comments, remove no longer needed declaration, reorder includes
Alexandre Ratchov
2009-07-19
missing va_end in abuf_dprn. ok ratchov@
Martynas Venckus
2009-02-13
style and typos fixes from Thomas Pfaff
Alexandre Ratchov
2009-01-23
spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>
Alexandre Ratchov
2008-11-09
make aucat(1) stop automatically the audio(1) device if it's idle. This
Alexandre Ratchov
2008-11-03
A small optimization: handle most N-channel <-> M-channel conversions
Alexandre Ratchov
2008-10-26
add minimal server capability to aucat(1). When started in server
Alexandre Ratchov
2008-08-14
in abuf_rgetblk() the ``start'' pointer may take a value beyond the
Alexandre Ratchov
2008-08-14
add a bytes counter to abuf structures to count the number of
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-05-25
give argument to LIST_END(), don't use variable lenght arrays as last
Alexandre Ratchov
2008-05-23
add support for:
Alexandre Ratchov