| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inspired by Igor Sobrado in PR 19680.
|
|
|
|
for correct formatting of the SYNOPSIS any longer.
|
|
|
|
- decode_time(): 60 seconds in a minute, really.
both from tsarna@netbsd.org.
- be verbose about the time we are going to record for, if verbose.
|
|
|
|
|
|
|
|
|
|
check if the filesize causes a size_t overflow and if so, use the fallback
read/write loop method.
|
|
Fix duplicate word in comment.
Based on patch from Christian Biere in PR 18902, with a style nit fixed.
|
|
|
|
Some nits.
|
|
slightly smaller (about 200 bytes on x86) and i would guess slightly faster.
|
|
|
|
encoding.
|
|
|
|
+ fix totally bogus -i text
|
|
|
|
|
|
|
|
|
|
|
|
- fix the function selection in sunau conversions.
- be more verbose when given -V. (hi lennart! :)
|
|
|
|
of PR#12809...
|
|
|
|
|
|
for spotting the problem.
|
|
|
|
|
|
|
|
if the stdout was same as the audio device. It's no longer relevant,
and the check was broken anyway (code used st_dev rather than st_rdev
when comparing the character devices).
A by-product of this is that 'audioctl -a > /dev/null' now works.
Okay'ed by Lennart.
|
|
mixer or audioctl device. The support for '-f' is kept for compatibility
for now.
|
|
|
|
|
|
- fix a bug in WAV conversions
|
|
|
|
|
|
|
|
conversion.
|
|
it to signed big endian data. pull in a modified copy of the kernels'
auconv.[ch] to help with this (and remove some home grown code that did
some of the same things.)
|
|
|