- Aug 22, 2001
-
-
Stan Seibert authored
separate subdirectories of $libdir/ao. git-svn-id: http://svn.xiph.org/trunk/ao@1905 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 21, 2001
-
-
Stan Seibert authored
like "make debug" (which switch the CFLAGS) will still work. git-svn-id: http://svn.xiph.org/trunk/ao@1902 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@1901 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 20, 2001
-
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@1898 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 17, 2001
-
-
Stan Seibert authored
where # is the plugin version number. Now multiple versions of libao can coexist safely. git-svn-id: http://svn.xiph.org/trunk/ao@1893 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 13, 2001
-
-
Stan Seibert authored
on device. git-svn-id: http://svn.xiph.org/trunk/ao@1862 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
rather than ao_initialize(). This has the benefit of avoiding autodetection unless is it necessary. git-svn-id: http://svn.xiph.org/trunk/ao@1854 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1848 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1845 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1843 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1842 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Gregory Maxwell authored
git-svn-id: http://svn.xiph.org/trunk/ao@1835 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1825 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1824 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1819 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1814 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 12, 2001
-
-
Jack Moffitt authored
git-svn-id: http://svn.xiph.org/trunk/ao@1757 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
opens the dsp between plugin_test() and plugin_open(). Now we always open it with O_NONBLOCK and remove the blocking later if needed. The ALSA docs claim that this is required by the OSS spec, but that is not so obvious. git-svn-id: http://svn.xiph.org/trunk/ao@1756 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 11, 2001
-
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@1735 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
files from being piped to other programs. We now write the wav header at the beginning with bogus (max signed 32 bit int - header size) size info and go back and fix it if the file is seekable at the end. git-svn-id: http://svn.xiph.org/trunk/ao@1733 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 10, 2001
-
-
Stan Seibert authored
- Fixed problem caused by the OSS emulation in ALSA. open() would block if the dsp was already in use, causing the driver autodetect code to stall. git-svn-id: http://svn.xiph.org/trunk/ao@1718 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
(currently unsupported). git-svn-id: http://svn.xiph.org/trunk/ao@1717 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 06, 2001
-
-
Kenneth C. Arnold authored
git-svn-id: http://svn.xiph.org/trunk/ao@1699 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Kenneth C. Arnold authored
git-svn-id: http://svn.xiph.org/trunk/ao@1698 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Kenneth C. Arnold authored
git-svn-id: http://svn.xiph.org/trunk/ao@1697 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Kenneth C. Arnold authored
git-svn-id: http://svn.xiph.org/trunk/ao@1696 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 05, 2001
-
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@1683 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 04, 2001
-
-
Stan Seibert authored
I was on when I did that earlier. git-svn-id: http://svn.xiph.org/trunk/ao@1681 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
(cut'n'paste from vorbis-tools/configure.in) git-svn-id: http://svn.xiph.org/trunk/ao@1680 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@1677 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jul 06, 2001
-
-
Stan Seibert authored
the arts Makefile from clobbering custom CFLAGS. git-svn-id: http://svn.xiph.org/trunk/ao@1540 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jun 18, 2001
-
-
Chris Cheney authored
13 archs (hopefully) git-svn-id: http://svn.xiph.org/trunk/ao@1506 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1500 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1489 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Jack Moffitt authored
git-svn-id: http://svn.xiph.org/trunk/ao@1485 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jun 13, 2001
-
-
Stan Seibert authored
script. Thanks to Marc Martinez for the suggested fix. git-svn-id: http://svn.xiph.org/trunk/ao@1478 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 29, 2001
-
-
Michael Smith authored
git-svn-id: http://svn.xiph.org/trunk/ao@1467 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 17, 2001
-
-
Jack Moffitt authored
Patch from Christian Weisgerber <naddy@openbsd.org> git-svn-id: http://svn.xiph.org/trunk/ao@1451 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 13, 2001
-
-
Jack Moffitt authored
provided by William T. Mahan <wtm2@duke.edu> git-svn-id: http://svn.xiph.org/trunk/ao@1444 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 06, 2001
-
-
Jack Moffitt authored
git-svn-id: http://svn.xiph.org/trunk/ao@1441 0101bb08-14d6-0310-b084-bc0e0c8e3800
-