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