File: ChangeLog

package info (click to toggle)
audiooss 1.0.0-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 208 kB
  • ctags: 750
  • sloc: ansic: 2,062; makefile: 43; sh: 12
file content (64 lines) | stat: -rw-r--r-- 2,492 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
1.0.0	Lazy open - gets rid of the minute-long startup wait for mpg123.
	Improved debug and error output and handling.

0.9.16	Fixed locking issues introduced in the code cleanups.

0.9.15  Minor runtime and compiletime fixes, tested and working build on
	Solaris 2.8/sparc. Thanks to Rick P. Channing and Ziying Sherwin for
	providing a guest account and being responsive to email.
	Code cleanups, now -Wall -pedantic doesn't yell too loud.

0.9.14	Integrated Tobias Diedrich's rewrite of nasaudio.c. He seems to
	actually understand NAS a bit, which can not be said of me.
	Removed quite a few ugly warts.
	Stole a trick from alsa-oss by Abramo Bagnara - so now
	 cat argh.wav >/dev/{dsp,audio} works.
	In general, should work a lot better than the previous version.
	Upgrade recommended.

0.9.13	Fixed the multithreading problem that 0.9.12's introduction of the
	mixer brought to light.

0.9.12	Oops. Introduced a new, more severe bug in select() while fixing the
	smaller ones - fixed. Accidentally broke sound in Flash, too. Fixed.
	Several cleanups.
	A working mixer, mapped to the NAS gain control for the active device.
	If something broke now, please do tell me ...

0.9.11	Fixed a dup2() bug, and a select() bug or two ...
	so now bufplay/bfp works.

0.9.10	A proper empty mixer added. Vmware might work now. Cleanups.
	Buffering and GETODELAY reworked - Realplayer has proper
	audio/video synchronization now.

0.9.9	Fixes to select() for amp and derivatives' buffering mode.
	Less noisy debug mode.
	AUDIOOSS_WINE_HACK added - see readme.

0.9.8	Fixes for low-samplerate realplayer streams.

0.9.7	SNDCTL_DSP_GETOSPACE reworked after a look at the FreeAmp source
	to figure out what had to be done to support it. Incidentally,
	this made the Shockwave Flash plugin almost work, and another
	workaround made it work fine, too.
	Also got rid of the annoying pauses in realplayer/mpegtv/plaympeg
	playback.

0.9.6	ULAW8 support added, the early cutoff problem worked around for now.
	/dev/audio now works properly, so Everybuddy works.
	"cat blah.au >/dev/audio" still does not work, though.

0.9.5   fopen() and friends wrapped, so sox and play works now.

0.9.4	Minor bugfixes.

0.9.3	Corrected developer's disease (assuming every user has as updated
	kernel and includes as he has)

0.9.2	Very many small changes. Now runs most output-only OSS programs.
	(10.September.2000)

0.9.1   Included missing patch to NAS distribution (22.July.2000)

0.9.0	Initial release (18.July.2000)