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
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2017-01-03
Assert we're not freeing buffers we didn't allocate (DEBUG mode).
Alexandre Ratchov
2016-09-30
Remove unnecessary includes. From Michael W. Bombardieri <mb at ii.net>.
Alexandre Ratchov
2016-01-10
trailing spaces, fit in 80 columns
Alexandre Ratchov
2015-11-09
Remove xfree(). From Michael W. Bombardieri.
mmcc
2015-01-21
Simplify internals and rewrite file header parsing code:
Alexandre Ratchov
2013-11-18
add missing prototypes
Alexandre Ratchov
2012-04-11
Use "unsigned int" rather than "unsigned". No object change.
Alexandre Ratchov
2011-10-12
Simplify and improve the way options are parsed and remove ~300 lines
Alexandre Ratchov
2010-06-04
Allow the audio device to be opened only while it's actually used.
Alexandre Ratchov
2010-04-06
aucat (server):
Alexandre Ratchov
2010-04-03
backout last change, committed by mistake, sorry...
Alexandre Ratchov
2010-04-03
doc fixes from jmc
Alexandre Ratchov
2010-01-11
When resuming from suspend, prime play buffers with silence,
Alexandre Ratchov
2010-01-10
Add traces to help tracking subtle timing bugs often causing
Alexandre Ratchov
2009-10-09
Make abuf structure smaller:
Alexandre Ratchov
2009-09-27
remove all debug traces
Alexandre Ratchov
2009-08-21
make aucat(1) expose a MIDI device to control server behaviour in
Alexandre Ratchov
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