index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
auconv.c
Age
Commit message (
Expand
)
Author
2017-10-02
Allow maxused to be an odd number of bytes. This makes single byte
nat
2017-10-02
Improve LINEAR_LINEARN macro - inparticular BE/LE conversions.
nat
2017-07-30
The audio module will now compile with WARNS=5.
nat
2017-07-28
Mixer device bounds checking.
nat
2017-07-27
Add a null_filter to help with the audio autoconfig of pmax.
nat
2017-06-22
comment out unused variables.
christos
2017-06-20
Add support for more formats. At present 24 bit formats do not work and
nat
2017-06-01
Add infrastructure for modularization of audio, midi, and sequencer
pgoyette
2011-11-23
Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From
jmcneill
2011-09-07
auconv_exact_match: don't check precision, validbits, or channels for AC3
jmcneill
2011-09-06
Add AUDIO_ENCODING_AC3 encoding type.
jmcneill
2009-01-03
remove extra semicolons.
yamt
2008-03-04
Split device_t and softc for audio(4), and other related cosmetic changes.
cube
2007-03-01
TRUE -> true, FALSE -> false
thorpej
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-03-18
Revert local changes not meant for previous commit.
jmcneill
2006-03-18
Check the return value of AUCONV_MALLOC. Fixes a pile of CIDs related to
jmcneill
2006-02-26
fix tyop in debug printf
pooka
2006-02-26
make compile with AUCONV_DEBUG: rename encoding_names to encoding_dbg_names
pooka
2005-12-11
merge ktrace-lwp.
christos
2005-01-10
merge kent-audio1 branch, which introduces audio filter pipeline to the MI
kent
2004-11-13
add the following four functions:
kent
2002-03-15
audio.c: revert a part of previous change.
kent
2002-03-09
Move sampling rate conversion functions to aurateconv.c.
kent
2002-03-07
Sampling rate and mono-stereo conversion described in
kent
2002-02-18
Add ulinear8 to/from slinear16 transforms.
augustss
2002-01-15
<dev/auconv.h> -> "auconv.h"; this makes auconv.c portable.
mrg
2001-11-13
add RCSIDs
lukem
2001-10-02
ANSIfy.
augustss
1999-11-01
Make little endian and big endian version of all functions
augustss
1997-08-24
Add trivial conversions between 8 and 16 bits.
augustss
1997-07-31
Audio changes:
augustss