summaryrefslogtreecommitdiffstats
path: root/libao2/ao_oss.c
Commit message (Expand)AuthorAgeFilesLines
* Somewhat hackish fix for A-V desync with ao_oss and frame stepping:reimar2007-07-191-0/+9
* Remove a disabled and completely outdated sample rate mismatch warning.reimar2006-12-101-4/+0
* two variables are made static, one of them additionaly modified to const char...reynaldo2006-07-091-2/+2
* Respect AOPLAY_FINAL_CHUNKpacman2006-06-281-2/+7
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-301-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-5/+5
* -aop is long obsolete.diego2005-11-281-1/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-11-191-1/+1
* Allow setting the mixer per instance so one can fallback betweenalbeu2005-11-101-11/+25
* QUERY_FORMAT supportalex2005-07-031-1/+9
* Have OSS audio out fall back to s16ne instead of u8 if it can't open theivo2005-02-261-2/+3
* print "Unknown/not supported internal format" message only with -v as itreimar2005-01-291-1/+1
* Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...reimar2005-01-061-7/+2
* Check for every 24 and 32 bit AFMT_ separately if it is defined.reimar2005-01-061-4/+28
* more verbose messagesalex2004-12-291-2/+2
* af_fmt2str_shortalex2004-12-281-4/+5
* 100l set default format for AF_FORMATs not supported by sound cardrtognimp2004-12-281-3/+9
* removing AFMT_ dependancyalex2004-12-271-17/+114
* Make include paths consistent.diego2004-12-071-4/+4
* mp_msg transition of unmaintained audio output drivers.ivo2004-09-181-12/+12
* ok this one is beyond stupid. the code didn't even do what was intendedrfelker2004-05-011-1/+1
* uninit immed flagalex2004-04-061-4/+10
* 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