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
/
usr.bin
/
audio
/
common
/
wav.c
Age
Commit message (
Expand
)
Author
2023-04-15
Add support for recording 24bit wav files.
mlelstv
2019-11-09
add support for playing IEEE float32 and float64 RIFF WAVE
mrg
2017-11-25
need getle16() for ext.sub_tag too
jdolecek
2015-08-05
rename struct write_info as struct track_info, and the variable name 'wi'
mrg
2013-10-18
fix unused variable warnings
christos
2013-08-30
move most of the header writing code from record.c into wav.c and sun.c.
mrg
2011-08-28
ANSIfy. Add static. Add __dead.
joerg
2009-06-18
- add extended WAVE header support
mrg
2008-05-29
remove clause #3 from my license where there are no other
mrg
2004-01-21
apply the patch from PR#24127: make audio_wav_parse_hdr() take u_int *
mrg
2003-06-23
Add NetBSD RCS Ids.
agc
2003-04-06
Respect the law: Use A-law and mu-law as spellings as far as easily possible.
wiz
2002-12-08
remove some #if 0 debug code
mrg
2002-01-25
add $NetBSD$
mrg
2002-01-15
- WARNS=3 (from ross@netbsd.org)
mrg
2002-01-15
- add rudimentary "wav" recording support: don't think it copes with
mrg