The NetBSD Project

CVS log for src/usr.bin/audio/common/audio.c

[BACK] Up to [cvs.NetBSD.org] / src / usr.bin / audio / common

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25.8.1: download - view: text, markup, annotated - select for diffs
Tue Mar 12 12:47:40 2024 UTC (10 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +6 -4 lines
Pull up the following revisions, requested by mrg in ticket #1948:

	usr.bin/audio/common/auconv.h                   up to 1.6
	usr.bin/audio/common/audio.c                    up to 1.27
	usr.bin/audio/common/decode.c                   up to 1.2
	usr.bin/audio/common/libaudio.h                 up to 1.22
	usr.bin/audio/common/sun.c                      up to 1.11
	usr.bin/audio/common/wav.c                      up to 1.22
	usr.bin/audio/play/audioplay.1                  up to 1.34
	usr.bin/audio/play/play.c                       up to 1.64
	usr.bin/audio/record/audiorecord.1              up to 1.45
	usr.bin/audio/record/record.c                   up to 1.58

- support for playing 32-bit and 64-bit IEEE FP .wav files
- support for recording 24 bit .wav files
- read-overflow fixes for .wav files, and other fixes for the
  wav parser
- audioplay gains -n flag (no play, like make -n)
- audiorecord manual gained useful examples

Revision 1.25.18.1: download - view: text, markup, annotated - select for diffs
Tue Mar 12 12:41:38 2024 UTC (10 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +6 -4 lines
Pull up the following revisions, requested by mrg in ticket #1818:

	usr.bin/audio/common/auconv.h                   up to 1.6
	usr.bin/audio/common/audio.c                    up to 1.27
	usr.bin/audio/common/decode.c                   up to 1.2
	usr.bin/audio/common/libaudio.h                 up to 1.22
	usr.bin/audio/common/sun.c                      up to 1.11
	usr.bin/audio/common/wav.c                      up to 1.22
	usr.bin/audio/ctl/audioctl.1                    up to 1.25
	usr.bin/audio/play/audioplay.1                  up to 1.34
	usr.bin/audio/play/play.c                       up to 1.64
	usr.bin/audio/record/audiorecord.1              up to 1.45
	usr.bin/audio/record/record.c                   up to 1.58

- support for playing 32-bit and 64-bit IEEE FP .wav files
- support for recording 24 bit .wav files
- read-overflow fixes for .wav files, and other fixes for the
  wav parser
- audioplay gains -n flag (no play, like make -n)
- audioctl manual spruced up
- audiorecord manual gained useful examples

Revision 1.26.8.1: download - view: text, markup, annotated - select for diffs
Tue Mar 12 10:04:22 2024 UTC (10 months ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +3 -3 lines
Pull up the following revisions, requested by mrg in ticket #634:

	usr.bin/audio/common/auconv.h                   up to 1.6
	usr.bin/audio/common/audio.c                    up to 1.27
	usr.bin/audio/common/decode.c                   up to 1.2
	usr.bin/audio/common/libaudio.h                 up to 1.22
	usr.bin/audio/common/sun.c                      up to 1.11
	usr.bin/audio/common/wav.c                      up to 1.22
	usr.bin/audio/play/audioplay.1                  up to 1.34
	usr.bin/audio/play/play.c                       up to 1.64
	usr.bin/audio/record/audiorecord.1              up to 1.45
	usr.bin/audio/record/record.c                   up to 1.58

- support for recording 24 bit .wav files
- read-overflow fixes for .wav files, and other fixes for the
  wav parser
- audioplay gains -n flag (no play, like make -n)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Feb 27 21:05:34 2024 UTC (10 months, 2 weeks ago) by gson
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
Clean up lines containing only tabs.

Revision 1.25.16.1: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:40 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +5 -3 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Nov 9 12:46:44 2019 UTC (5 years, 2 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-10-base, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Branch point for: netbsd-10
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -3 lines
add support for playing IEEE float32 and float64 RIFF WAVE
samples on platforms that have these types natively, and
can handle signed linear 32 bit samples.  explicitly
disabled on vax, run-or-compile-time sizeof() check
disabled for everyone else

now i can play a float32 .wav file i found.
float64 not tested.

copyright maint, update HISTORY, update audio drivers list.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 5 06:54:39 2015 UTC (9 years, 5 months ago) by mrg
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20190609, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, netbsd-9, netbsd-8
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +14 -14 lines
rename struct write_info as struct track_info, and the variable name 'wi'
as 'ti', as this info is useful for reading as well.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jun 21 06:06:01 2015 UTC (9 years, 6 months ago) by mrg
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -79 lines
separate the 3 functions midirecord uses from libaudio.a into its own
file and link it directly, instead of having an (implicit) dependancy
on usr.bin/audio/common being built before usr.bin/midirecord is linked.

Revision 1.22.4.1: download - view: text, markup, annotated - select for diffs
Mon Jan 12 19:15:27 2015 UTC (10 years ago) by martin
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +17 -2 lines
Pull up following revision(s) (requested by mrg in ticket #409):
	usr.bin/audio/common/audio.c: revision 1.23
	usr.bin/audio/common/libaudio.h: revision 1.19
add a decode_uint() function.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Dec 30 01:22:09 2014 UTC (10 years ago) by mrg
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +17 -2 lines
add a decode_uint() function.

Revision 1.21.8.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:04:56 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +74 -2 lines
Rebase to HEAD as of a few days ago.

Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Thu May 22 11:42:42 2014 UTC (10 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +74 -2 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Aug 30 20:57:26 2013 UTC (11 years, 4 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +74 -2 lines
move most of the header writing code from record.c into wav.c and sun.c.

introduce a struct write_info for communication between front ends and
backends.

libaudio API is still pretty ugly, and needs to stay local here for now,
but it is a little more usable for other tools now.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Sep 6 22:41:53 2011 UTC (13 years, 4 months ago) by jmcneill
Branches: MAIN
CVS tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -2 lines
recognize AUDIO_ENCODING_AC3

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Aug 28 01:17:47 2011 UTC (13 years, 4 months ago) by joerg
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +12 -22 lines
ANSIfy. Add static. Add __dead.

Revision 1.18.28.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:32:10 2008 UTC (16 years, 6 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +2 -4 lines
Sync w/ -current. 34 merge conflicts to follow.

Revision 1.18.26.1: download - view: text, markup, annotated - select for diffs
Wed Jun 4 02:05:58 2008 UTC (16 years, 7 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +2 -4 lines
sync with head

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu May 29 14:51:27 2008 UTC (16 years, 7 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-premerge-20101231, matt-mips64-base2, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -4 lines
remove clause #3 from my license where there are no other
copyright holders involved.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Oct 30 16:57:27 2004 UTC (20 years, 2 months ago) by dsl
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-pf42, wrstuden-revivesa
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Add (unsigned char) cast to ctype functions

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jun 23 12:15:00 2003 UTC (21 years, 6 months ago) by agc
Branches: MAIN
CVS tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -1 lines
Add NetBSD RCS Ids.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Dec 27 23:43:15 2002 UTC (22 years ago) by mrg
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -6 lines
- decode_int(): always use base 10, so that a time of "1:09" works.
- 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.

Revision 1.9.6.2: download - view: text, markup, annotated - select for diffs
Tue Jan 29 23:11:15 2002 UTC (22 years, 11 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.9.6.1: preferred, colored; branchpoint 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9.6.1: +41 -177 lines
Pull up revisions 1.10,1.12-1.15 (via patch, requested by mrg):
  Bring in several fixes and enhancements to these tools:
   o fix stdin audioplay
   o add WAV support to audiorecord
   o allows any host to output any endian sample
   o don't output a bogus header
   o fix a bug in audiorecord -t
   o many manual page fixes
   o exit immediately on signals

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 15 23:48:52 2002 UTC (23 years ago) by mrg
Branches: MAIN
CVS tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -8 lines
- WARNS=3 (from ross@netbsd.org)
- fix a bug in WAV conversions

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 15 08:19:37 2002 UTC (23 years ago) by mrg
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +33 -186 lines
- add rudimentary "wav" recording support: don't think it copes with
big-endian systems properly yet -- need to add RIFX support or swap
samples while writing.  more on this coming soon.

- new "-F <format>" option for audiorecord.  supported values of <format>
are "sun", "wav" and "none", plus a few aliases.

- split sun & wav support out into their own files.

- don't assume that WAV header elements are properly aligned for the
type of data they hold.

XXX: still need to clean up libaudio interfaces a lot.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 1 08:07:28 2002 UTC (23 years ago) by mrg
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
fix 2001/03/04 change: audio_parse_wav_hdr() returns a signed value.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 7 12:48:27 2001 UTC (23 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
fix bug in audiorecord -t handling.

Revision 1.9.6.1: download - view: text, markup, annotated - select for diffs
Sun Mar 11 21:29:46 2001 UTC (23 years, 10 months ago) by he
Branches: netbsd-1-5
CVS tags: netbsd-1-5-PATCH002, netbsd-1-5-PATCH001
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -2 lines
Pull up revision 1.11 (via patch, requested by hubertf):
  Do not play trailing garbage at the end of RIFF WAVE (.wav) files.
  Fixes PR#12328.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Mar 4 15:27:35 2001 UTC (23 years, 10 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -2 lines
Don't play trailing garbage at end of RIFF WAVE (.wav) files
Patch sent by YAMAMOTO Takashi <takashi.yamamoto@bigfoot.com> in PR 12328

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Dec 13 08:19:54 2000 UTC (24 years, 1 month ago) by mrg
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +19 -2 lines
libaudio:
- rename audio_get_sun_encoding() to audio_sun_to_encoding()
- add audio_encoding_to_sun()
play.c:
- adapt
record.c:
- convert NetBSD encoding to sun encoding if possible, otherwise don't
output a header at all.
fixes PR#10380 from Michael Eriksson <eramore@era-t.ericsson.se>.

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:36:46 1999 UTC (25 years ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +12 -6 lines
Pull up to last week's -current.

Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Mon Sep 27 05:26:24 1999 UTC (25 years, 3 months ago) by cgd
Branches: netbsd-1-4
CVS tags: netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +12 -6 lines
pull up rev 1.9 from trunk (requested by mrg):
  Fix an off-by-one error in the error message array.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 27 05:06:10 1999 UTC (25 years, 3 months ago) by mrg
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl, comdex-fall-1999-base, comdex-fall-1999
Branch point for: netbsd-1-5
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +12 -6 lines
fix off-by-one error in error message array.  add a comment.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 13 17:35:33 1999 UTC (25 years, 4 months ago) by tron
Branches: MAIN
Branch point for: wrstuden-devbsize
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Use "NULL" instead of "0" for null pointer.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 30 14:46:23 1999 UTC (25 years, 9 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH001
Branch point for: netbsd-1-4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -2 lines
remove duplicate include of <stdio.h>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Mar 29 11:09:04 1999 UTC (25 years, 9 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -2 lines
Only 8-bit data is unsigned in WAVE files.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Mar 29 04:49:49 1999 UTC (25 years, 9 months ago) by mrg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
.wav files are little endian.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 27 17:46:00 1999 UTC (25 years, 9 months ago) by mrg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -38 lines
make recording precision/encoding setting sane.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Mar 27 05:14:37 1999 UTC (25 years, 9 months ago) by mrg
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -2 lines
add support to play stdin.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 26 15:46:22 1999 UTC (25 years, 9 months ago) by mrg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +30 -0 lines
add missing copyrights.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 26 14:02:40 1999 UTC (25 years, 9 months ago) by mrg
Branches: MAIN
add audiorecord and audioplay tools.  audioplay does .au and .wav files.  audiorecord makes .au files only.  uses parts of audioctl..

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>