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
Age
Commit message (
Expand
)
Author
2002-12-27
- decode_int(): always use base 10, so that a time of "1:09" works.
mrg
2002-12-08
remove some #if 0 debug code
mrg
2002-10-13
inline the contents of auconv.c into auconv.h. this makes audiorecord(1)
mrg
2002-09-18
makefile delint. use NETBSDSRCDIR as appropriate
lukem
2002-02-10
- add a AUDIO_FORMAT_DEFAULT. use it. don't change functionity.
mrg
2002-01-25
add $NetBSD$
mrg
2002-01-15
- WARNS=3 (from ross@netbsd.org)
mrg
2002-01-15
for sun output files, if we have unsigned or little endian data, convert
mrg
2002-01-15
sun linear encodings are *signed*
mrg
2002-01-15
- add rudimentary "wav" recording support: don't think it copes with
mrg
2002-01-01
fix 2001/03/04 change: audio_parse_wav_hdr() returns a signed value.
mrg
2001-12-12
MKfoo=no -> NOfoo
tv
2001-06-07
fix bug in audiorecord -t handling.
mrg
2001-03-04
Don't play trailing garbage at end of RIFF WAVE (.wav) files
hubertf
2000-12-22
de-__P()-ify
mrg
2000-12-13
libaudio:
mrg
2000-06-18
remove unused crap.
mrg
1999-09-27
fix off-by-one error in error message array. add a comment.
mrg
1999-09-13
Use "NULL" instead of "0" for null pointer.
tron
1999-03-30
remove duplicate include of <stdio.h>
mrg
1999-03-29
Only 8-bit data is unsigned in WAVE files.
mycroft
1999-03-29
.wav files are little endian.
mrg
1999-03-27
make recording precision/encoding setting sane.
mrg
1999-03-27
add support to play stdin.
mrg
1999-03-26
add missing copyrights.
mrg
1999-03-26
add audiorecord and audioplay tools. audioplay does .au and .wav files. aud...
mrg