log libao2/ao_oss.c @ 20112:5deee6e61057

age author description
2006-07-09 reynaldo two variables are made static, one of them additionaly modified to const char*. Patch by Stefan Huehner, stefan AT huehner-org
2006-06-28 pacman Respect AOPLAY_FINAL_CHUNK
2006-03-30 reynaldo Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu
2006-02-09 rathann Patch by Stefan Huehner / stefan % huehner ! org \
2005-11-28 diego -aop is long obsolete.
2005-11-19 diego Unify include paths, -I.. is in CFLAGS.
2005-11-10 albeu Allow setting the mixer per instance so one can fallback between
2005-07-03 alex QUERY_FORMAT support
2005-02-26 ivo Have OSS audio out fall back to s16ne instead of u8 if it can't open the
2005-01-29 reimar print "Unknown/not supported internal format" message only with -v as it
2005-01-06 reimar Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...
2005-01-06 reimar Check for every 24 and 32 bit AFMT_ separately if it is defined.
2004-12-29 alex more verbose messages
2004-12-28 alex af_fmt2str_short
2004-12-28 rtognimp 100l set default format for AF_FORMATs not supported by sound card
2004-12-27 alex removing AFMT_ dependancy
2004-12-07 diego Make include paths consistent.
2004-09-18 ivo mp_msg transition of unmaintained audio output drivers.
2004-05-01 rfelker ok this one is beyond stupid. the code didn't even do what was intended
2004-04-06 alex uninit immed flag
2004-01-24 attila add option to select mixer channel
2003-08-13 alex Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon <agapon@cv-nj.com>
2003-03-21 alex 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>
2003-01-28 arpi nice 10l bug, found by Balatoni Denes <pnis@coder.hu>
2003-01-09 arpi 10l
2002-12-28 arpi ao_oss was not using the channel & format returned by the soundcard
2002-11-28 rfelker 1l, opposite meaning of what's intended!
2002-11-28 rfelker avoid giving a /dev/dsp fd to child processes!!
2002-11-01 arpi verbose can be negative
2002-10-08 rfelker remove nonsense warnings now that libaf is used
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-08-28 alex release /dev/dsp on pause patch by Eric Lammerts <eric@lammerts.org> (and D Richard Felker III <dalias@aerifal.cx>)
2002-08-04 arpi format incompatibility warning
2002-07-25 pontscho - add some control (ao_oss, pl_extrastereo)
2002-06-28 alex more informal warning and also fixed a 10l bug. Patch by tibcu
2002-06-03 arpi msg/i18n fixes and some printf->mp_msg
2002-05-20 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
2002-05-13 arpi fix for L<->R swap with 6ch playback - based on patch by Eric Lammerts <eric@lammerts.org>
2002-04-29 arpi nonblock open is not legal for OSS (see OSS api docs), and causes problems on freebsd (and maybe other OSs)
2002-04-27 arpi OpenBSD, NetBSD portability patches by
2002-04-22 arpi AFMT_AC3 autodetect/fallback to S16
2002-03-19 arpi non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>
2002-02-22 alex using PATH_DEV_*
2002-02-21 anders Moved HW dependent mixer stuff to libao and removed master switch
2002-01-15 arpi hwac3 fix for cmedia 8738 by Hans-Peter Raschke <Hans-Peter.Raschke@wintermann-datenservice.de>
2001-12-11 steve limit get_space return <= MAX_OUTBURST, whilst always an exact number of fragments
2001-12-04 steve fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number of channels
2001-11-28 steve Extended oss output driver and libac3 to support 4 and 6 channel output mixes. added -channels command line option
2001-11-26 anders Audio delay bugfix
2001-11-24 anders interface to libao2 changed ao_plugin added
2001-10-04 arpi gcc3 warning fixed
2001-08-15 arpi AFMT_AC3 fixed
2001-08-15 arpi ac3/spdif patch by German Gomez Garcia <german@piraos.com>
2001-08-06 arpi printfs cleanup - moved to higher -v level or moved to stderr
2001-06-21 al3x ao_subdevice support
2001-06-09 al3x using audio_out_format_name
2001-06-08 arpi_esp fixed AFMT_ stuff (inclue afmt.h)
2001-06-05 arpi_esp applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
2001-06-05 arpi_esp Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>
2001-06-03 lgb '-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for both of oss and null driver ;)