- Jan 13, 2010
-
-
Monty Montgomery authored
ability to turn it on to options interface as well as configure script). This fix is not yet tested on a windows build. believed to fix #1278 git-svn-id: http://svn.xiph.org/trunk/ao@16779 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Monty Montgomery authored
git-svn-id: http://svn.xiph.org/trunk/ao@16778 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Feb 14, 2008
-
-
j authored
git-svn-id: http://svn.xiph.org/trunk/ao@14510 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Nov 19, 2007
-
-
Ivo Emanuel Gonçalves authored
fixes for segmentation fault caused by integer overflow and improvements to buffer handling using patch in ticket #665 git-svn-id: http://svn.xiph.org/trunk/ao@14184 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Nov 15, 2007
-
-
Ivo Emanuel Gonçalves authored
git-svn-id: http://svn.xiph.org/trunk/ao@14148 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 24, 2007
-
-
Benjamin Gérard authored
git-svn-id: http://svn.xiph.org/trunk/ao@12983 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Benjamin Gérard authored
This is the new win32 driver. Currently it should be compile as a buil-tin driver because of the lack of portable DSO loader. This driver is for Window Multi Media API (WMM) not for DirectSound. git-svn-id: http://svn.xiph.org/trunk/ao@12981 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Benjamin Gérard authored
git-svn-id: http://svn.xiph.org/trunk/ao@12979 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Dec 11, 2006
-
-
Conrad Parker authored
Also make same change in implementation (src/audio_out.c). Closes ticket:1086 git-svn-id: http://svn.xiph.org/trunk/ao@12204 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jul 18, 2006
-
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/trunk/ao@11708 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/trunk/ao@11706 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/trunk/ao@11705 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jul 16, 2005
-
-
Ralph Giles authored
string were leaking whenever open succeeded on the non-devfs device path. git-svn-id: http://svn.xiph.org/trunk/ao@9575 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
j authored
- apply patch from clemens (at) ladisch.de (fixes:612) The attached patch makes various enhancements to libao's ALSA plugin: * it isn't necessary to use a separate snd_pcm_access_mask_t variable to set the access mask; * add a sample rate check (similar to the OSS plugin); * return the correct error code when calling snd_pcm_prepare() after an underrun; * set the start_threshold to a positive value – using zero can result in an immediate underrun when the first write is very small; * various comments were wrong or misleading. git-svn-id: http://svn.xiph.org/trunk/ao@9570 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jul 12, 2005
-
-
j authored
- continue if no data transferred or interrupt signal (fixes #683) - rename alsa -> alsa05 and alsa09 -> alsa git-svn-id: http://svn.xiph.org/trunk/ao@9562 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jan 11, 2005
-
-
Ralph Giles authored
git-svn-id: http://svn.xiph.org/trunk/ao@8739 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Jan 10, 2005
-
-
j authored
git-svn-id: http://svn.xiph.org/trunk/ao@8720 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Nov 06, 2004
-
-
j authored
from Lennart Poettering <mzyvonbcbylc (at) 0pointer (dot) de> git-svn-id: http://svn.xiph.org/trunk/ao@8181 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- May 25, 2004
-
-
Warren Dukes authored
for setting rate in OSS plugin, bump sample rate tolerance from 1% to 2% (nForce2 uses a sample rate of 48813) git-svn-id: http://svn.xiph.org/trunk/ao@6751 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Mar 09, 2004
-
-
Warren Dukes authored
bump version to 0.8.5 in configure.in git-svn-id: http://svn.xiph.org/trunk/ao@5924 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Warren Dukes authored
b/c the optimal fragment size depends on these settings, but also GEBLKSIZE causes the fragment size to be set (which cannot be changed w/o closing and reopening the device). This fixes a problem a user was having with oss emu10k1 driver where libao app's were skipping. git-svn-id: http://svn.xiph.org/trunk/ao@5919 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Oct 13, 2003
-
-
Warren Dukes authored
git-svn-id: http://svn.xiph.org/trunk/ao@5461 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Oct 11, 2003
-
-
Warren Dukes authored
The option is "use_mmap". Accepted values for enabling are: "yes","y","true","t","1". Anything else disables mmap support. If mmio is enable at compile time, use that as the default. git-svn-id: http://svn.xiph.org/trunk/ao@5456 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Warren Dukes authored
Set threshold to 0, as that seems to be causing dmix to deadlock in poll(). git-svn-id: http://svn.xiph.org/trunk/ao@5455 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Oct 04, 2003
-
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@5402 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
values from OSS writes to ensure all the data was written. Closes bug 460. git-svn-id: http://svn.xiph.org/trunk/ao@5401 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Sep 23, 2003
-
-
Stan Seibert authored
0 to be used for playback. Closes bug 455. git-svn-id: http://svn.xiph.org/trunk/ao@5365 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Sep 10, 2003
-
-
Stan Seibert authored
later. Closes bug 450. git-svn-id: http://svn.xiph.org/trunk/ao@5326 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 31, 2003
-
-
Stan Seibert authored
(H�kan Hjort). Closes bug 260. git-svn-id: http://svn.xiph.org/trunk/ao@5261 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 30, 2003
-
-
Stan Seibert authored
underrun bugs being experienced by mpg321 users. git-svn-id: http://svn.xiph.org/trunk/ao@5259 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@5258 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@5257 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 29, 2003
-
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@5256 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
Solaris 2.7 as a targe which requires RTLD_LAZY to work. Closes bug 240. git-svn-id: http://svn.xiph.org/trunk/ao@5255 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 26, 2003
-
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@5251 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@5250 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
- Aug 07, 2003
-
-
Stan Seibert authored
with autoconf or use ltdl. git-svn-id: http://svn.xiph.org/trunk/ao@5204 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@5203 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@5202 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Stan Seibert authored
git-svn-id: http://svn.xiph.org/trunk/ao@5201 0101bb08-14d6-0310-b084-bc0e0c8e3800
-