- Aug 31, 2001
-
-
Stan Seibert authored
associated with a particular file output driver. The additional plugin function is optional, so drivers that don't need to implement it don't have to. That's why we don't need to bump the plugin API version number. git-svn-id: http://svn.xiph.org/trunk/ao@1946 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@1942 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@1941 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 24, 2001
-
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1916 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 23, 2001
-
-
Jeff Squyres authored
git-svn-id: http://svn.xiph.org/trunk/ao@1915 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Jeff Squyres authored
allow users to build with !(gcc && gmake) from CVS by adding the use of the $AUTOMAKE_FLAGS environment variable. (gcc && gmake) users will notice no difference. - Added HACKING file to all four projects that gives a brief description on how to build the source from CVS. Mainly: "cvs update. ./autogen.sh. ./configure. make. Oongowa." git-svn-id: http://svn.xiph.org/trunk/ao@1914 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1913 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1912 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Chris Cheney authored
git-svn-id: http://svn.xiph.org/trunk/ao@1911 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- 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
-