summaryrefslogtreecommitdiffstats
path: root/libao2/ao_oss.c
Commit message (Expand)AuthorAgeFilesLines
* add option to select mixer channelattila2004-01-241-3/+36
* Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon <ag...alex2003-08-131-0/+4
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>alex2003-03-211-1/+1
* nice 10l bug, found by Balatoni Denes <pnis@coder.hu>arpi2003-01-281-0/+1
* 10larpi2003-01-091-2/+1
* ao_oss was not using the channel & format returned by the soundcardarpi2002-12-281-5/+5
* 1l, opposite meaning of what's intended!rfelker2002-11-281-1/+1
* avoid giving a /dev/dsp fd to child processes!!rfelker2002-11-281-0/+4
* verbose can be negativearpi2002-11-011-2/+0
* remove nonsense warnings now that libaf is usedrfelker2002-10-081-0/+4
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+1
* release /dev/dsp on pause patch by Eric Lammerts <eric@lammerts.org> (and D R...alex2002-08-281-2/+4
* format incompatibility warningarpi2002-08-041-0/+3
* - add some control (ao_oss, pl_extrastereo)pontscho2002-07-251-0/+3
* more informal warning and also fixed a 10l bug. Patch by tibcualex2002-06-281-1/+1
* msg/i18n fixes and some printf->mp_msgarpi2002-06-031-24/+20
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-2/+3
* fix for L<->R swap with 6ch playback - based on patch by Eric Lammerts <eric@...arpi2002-05-131-1/+4
* nonblock open is not legal for OSS (see OSS api docs), and causes problems on...arpi2002-04-291-0/+11
* OpenBSD, NetBSD portability patches byarpi2002-04-271-0/+2
* AFMT_AC3 autodetect/fallback to S16arpi2002-04-221-5/+11
* non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-03-191-5/+13
* using PATH_DEV_*alex2002-02-221-2/+2
* Moved HW dependent mixer stuff to libao and removed master switchanders2002-02-211-22/+17
* hwac3 fix for cmedia 8738 by Hans-Peter Raschke <Hans-Peter.Raschke@winterman...arpi2002-01-151-0/+5
* limit get_space return <= MAX_OUTBURST, whilst always an exact number of frag...steve2001-12-111-1/+4
* fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number ...steve2001-12-041-3/+4
* Extended oss output driver and libac3 to support 4 and 6 channel output mixes...steve2001-11-281-15/+31
* Audio delay bugfixanders2001-11-261-1/+1
* interface to libao2 changed ao_plugin addedanders2001-11-241-44/+43
* gcc3 warning fixedarpi2001-10-041-3/+0
* AFMT_AC3 fixedarpi2001-08-151-2/+3
* ac3/spdif patch by German Gomez Garcia <german@piraos.com>arpi2001-08-151-1/+11
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-061-2/+2
* ao_subdevice supportal3x2001-06-211-0/+55
* using audio_out_format_nameal3x2001-06-091-2/+4
* fixed AFMT_ stuff (inclue afmt.h)arpi_esp2001-06-081-0/+1
* applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>arpi_esp2001-06-051-66/+13
* Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>arpi_esp2001-06-051-3/+73
* '-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for...lgb2001-06-031-1/+1
* audio out driversarpi_esp2001-06-021-0/+191