Merge mozilla-central and tracemonkey. (a=blockers)
[mozilla-central.git] / media / libsydneyaudio / README_MOZILLA
blob6e5f1afe0c43ef3b8da991f3f6c26ce66513c718
1 The source from this directory was copied from the libsydneyaudio svn
2 source using the update.sh script. The only changes made were those
3 applied by update.sh and the addition/upate of Makefile.in files for
4 the Mozilla build system.
6 http://svn.annodex.net/libsydneyaudio/trunk
8 The svn revision number used was r3895.
10 pause-resume.patch is applied to implement and fix issues
11 with pausing and resuming audio streams.
13 include-CoreServices.patch is applied to include CoreServices headers
14 on Mac OS X. Fixes a build failure on Mac OS X 10.6. b=492072
16 sydney_os2_base.patch: Bug 448918 - add OS/2 support (this patch should
17                        be removed when OS/2 support is added upstream)
19 sydney_os2_moz.patch:  Bug 448918 - add Mozilla-specific code to
20                        sydney_audio_os2.c
22 bug495794_closeAudio.patch fixes a crash when destroying the sa_stream_t after
23 a failed attempt to open the stream.
25 bug495558_alsa_endian.patch adds support for big endian ALSA platforms.
27 sydney_aix.patch: Bug 499266 - add support for AIX 5.x
29 bug562488_oss_destroy_crash.patch: Fix crash in OSS backend when destroying stream.
31 bug564734-win32-drain.patch: Ensure we can drain audio stream when there's less
32 than one block's worth of data left to be written. Also ensure that data is played.