netbsd-bugs@netbsd.org
[Top] [All Lists]

PR/30612 CVS commit: [netbsd-2] src/usr.bin/audio/record

Subject: PR/30612 CVS commit: [netbsd-2] src/usr.bin/audio/record
From: Jeff Rizzo
Date: Mon, 18 Jul 2005 04:12:02 +0000 UTC
The following reply was made to PR bin/30612; it has been noted by GNATS.

From: Jeff Rizzo <riz@xxxxxxxxxx>
To: gnats-bugs@xxxxxxxxxx
Cc: 
Subject: PR/30612 CVS commit: [netbsd-2] src/usr.bin/audio/record
Date: Mon, 18 Jul 2005 04:11:00 +0000 (UTC)

 Module Name:   src
 Committed By:  riz
 Date:          Mon Jul 18 04:11:00 UTC 2005
 
 Modified Files:
        src/usr.bin/audio/record [netbsd-2]: record.c
 
 Log Message:
 Pull up revisions 1.39-1.41 (requested by mrg in ticket #5498):
 1.39:
 check that an output file is given before doing any other work.
 avoids touching the audio device and then printing an error.
 
 1.40:
 move some more processing before opening the audio device.  don't
 default the encoding to ulaw; default it to what ever the device
 has.  the latter fixes PR#30612.
 
 1.41:
 play.c: allow empty files to exit gracefully rather than with an error
 of "header seems really large".  reported by wiz.
 
 record.c: don't use total_size in the header if is -1 (it's initial value)
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.36.2.2 -r1.36.2.2.2.1 src/usr.bin/audio/record/record.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 

<Prev in Thread] Current Thread [Next in Thread>
  • PR/30612 CVS commit: [netbsd-2] src/usr.bin/audio/record, Jeff Rizzo <=