aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_oss.c
Commit message (Expand)AuthorAge
* Somewhat hackish fix for A-V desync with ao_oss and frame stepping:Gravatar reimar2007-07-19
* Remove a disabled and completely outdated sample rate mismatch warning.Gravatar reimar2006-12-10
* two variables are made static, one of them additionaly modified to const char...Gravatar reynaldo2006-07-09
* Respect AOPLAY_FINAL_CHUNKGravatar pacman2006-06-28
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-30
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* -aop is long obsolete.Gravatar diego2005-11-28
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-19
* Allow setting the mixer per instance so one can fallback betweenGravatar albeu2005-11-10
* QUERY_FORMAT supportGravatar alex2005-07-03
* Have OSS audio out fall back to s16ne instead of u8 if it can't open theGravatar ivo2005-02-26
* print "Unknown/not supported internal format" message only with -v as itGravatar reimar2005-01-29
* Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...Gravatar reimar2005-01-06
* Check for every 24 and 32 bit AFMT_ separately if it is defined.Gravatar reimar2005-01-06
* more verbose messagesGravatar alex2004-12-29
* af_fmt2str_shortGravatar alex2004-12-28
* 100l set default format for AF_FORMATs not supported by sound cardGravatar rtognimp2004-12-28
* removing AFMT_ dependancyGravatar alex2004-12-27
* Make include paths consistent.Gravatar diego2004-12-07
* mp_msg transition of unmaintained audio output drivers.Gravatar ivo2004-09-18
* ok this one is beyond stupid. the code didn't even do what was intendedGravatar rfelker2004-05-01
* uninit immed flagGravatar alex2004-04-06
* add option to select mixer channelGravatar attila2004-01-24
* Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon <ag...Gravatar alex2003-08-13
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>Gravatar alex2003-03-21
* nice 10l bug, found by Balatoni Denes <pnis@coder.hu>Gravatar arpi2003-01-28
* 10lGravatar arpi2003-01-09
* ao_oss was not using the channel & format returned by the soundcardGravatar arpi2002-12-28
* 1l, opposite meaning of what's intended!Gravatar rfelker2002-11-28
* avoid giving a /dev/dsp fd to child processes!!Gravatar rfelker2002-11-28
* verbose can be negativeGravatar arpi2002-11-01
* remove nonsense warnings now that libaf is usedGravatar rfelker2002-10-08
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* release /dev/dsp on pause patch by Eric Lammerts <eric@lammerts.org> (and D R...Gravatar alex2002-08-28
* format incompatibility warningGravatar arpi2002-08-04
* - add some control (ao_oss, pl_extrastereo)Gravatar pontscho2002-07-25
* more informal warning and also fixed a 10l bug. Patch by tibcuGravatar alex2002-06-28
* msg/i18n fixes and some printf->mp_msgGravatar arpi2002-06-03
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* fix for L<->R swap with 6ch playback - based on patch by Eric Lammerts <eric@...Gravatar arpi2002-05-13
* nonblock open is not legal for OSS (see OSS api docs), and causes problems on...Gravatar arpi2002-04-29
* OpenBSD, NetBSD portability patches byGravatar arpi2002-04-27
* AFMT_AC3 autodetect/fallback to S16Gravatar arpi2002-04-22
* non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>Gravatar arpi2002-03-19
* using PATH_DEV_*Gravatar alex2002-02-22
* Moved HW dependent mixer stuff to libao and removed master switchGravatar anders2002-02-21
* hwac3 fix for cmedia 8738 by Hans-Peter Raschke <Hans-Peter.Raschke@winterman...Gravatar arpi2002-01-15
* limit get_space return <= MAX_OUTBURST, whilst always an exact number of frag...Gravatar steve2001-12-11
* fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number ...Gravatar steve2001-12-04
* Extended oss output driver and libac3 to support 4 and 6 channel output mixes...Gravatar steve2001-11-28