2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-10-17 |
reimar |
Reindent.
|
2010-10-17 |
reimar |
Add support for AOPLAY_FINAL_CHUNK, reportedly also fixes a possible
|
2010-02-20 |
diego |
cosmetics: Remove pointless empty lines at EOF.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-03-06 |
reimar |
Make ao_info_t structs const.
|
2009-02-21 |
reimar |
Move resetting audio_info_t samples, eof and error in ao_sun.c to reset(), avoids
|
2009-01-26 |
diego |
Add standard license headers.
|
2008-04-07 |
reimar |
reset() should not senselessly close and reopen
|
2008-04-07 |
reimar |
AUDIO_DRAIN makes no sense directly after opening
|
2007-06-23 |
reimar |
Fix r23353, it broke ao_sun on non-BSD due to accidentially removing
|
2007-05-20 |
reimar |
Move common ioctl outside of ifdef
|
2007-05-20 |
reimar |
Clean up some unused code and #ifdef mess in ao_sun.c
|
2007-05-20 |
reimar |
Implement flushing of audio data. Fixes bug #754.
|
2007-05-20 |
reimar |
Remove unused code, if it is ever needed it can be recovered from history
|
2006-07-06 |
reynaldo |
modifies function declarations without parameters from ()
|
2006-03-24 |
diego |
printf --> mp_msg
|
2006-03-24 |
diego |
Convert all if(verbose>X) to mp_msg_test calls.
|
2005-01-06 |
reimar |
Cleanup, removing internal conversions. Testing welcome.
|
2004-12-28 |
alex |
af_fmt2str_short
|
2004-12-27 |
reimar |
100l, buf etc. in af_fmt2str call are already pointers...
|
2004-12-27 |
alex |
hopefully final fix
|
2004-12-27 |
alex |
10l
|
2004-12-07 |
diego |
Make include paths consistent.
|
2004-10-04 |
alex |
fixing authors
|
2004-09-18 |
ivo |
mp_msg transition of unmaintained audio output drivers.
|
2004-04-06 |
faust3 |
10l, patch by Bjoern Sandell
|
2004-04-06 |
alex |
uninit immed flag
|
2003-06-22 |
attila |
fix bps calculation when resampling,
|
2003-03-21 |
alex |
64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>
|
2002-11-01 |
arpi |
verbose can be negative
|
2002-10-11 |
jkeil |
- ao_data.bps not set, confuses the A-V sync computation when the audio filters
|
2002-10-07 |
jkeil |
Handle playback of sample rates not supported by the sun audio hardware.
|
2002-09-16 |
arpi |
*bsd doesn't have info.output_muted - patch by Björn Sandell <biorn@dce.chalmers.se>
|
2002-09-12 |
jkeil |
Reconstruct the muting state for the playback from a l/r volume of 0.0.
|
2002-09-12 |
jkeil |
- gui version of mplayer is using the audio 'control' function before(!) the
|
2002-07-03 |
atmos4 |
Patch to improve bufferhandling on OpenBSD and NetBSD, by Björn Sandell and Bernd Ernesti <mplayer at lists.veego.de>
|
2002-04-29 |
jkeil |
Default to the mixer device matching the audio device used for audio output.
|
2002-04-27 |
arpi |
OpenBSD, NetBSD portability patches by
|
2002-03-01 |
jkeil |
Fix a few syntax errors compiling ao_sun.c
|
2002-02-21 |
anders |
Moved HW dependent mixer stuff to libao and removed master switch
|
2001-12-14 |
jkeil |
Use $AUDIODEV environment variable as the default audio device on solaris, if
|
2001-11-26 |
anders |
Audio delay bugfix
|
2001-11-24 |
anders |
interface to libao2 changed ao_plugin added
|
2001-08-31 |
jkeil |
Sun audiocs HW does not support AFMT_U8, try to use AFMT_S8 instead. If AFMT_S8
|
2001-08-06 |
arpi |
printfs cleanup - moved to higher -v level or moved to stderr
|
2001-07-19 |
jkeil |
AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format is
|
2001-07-14 |
jkeil |
On big-endian architectures, all audio decoders default to big-endian 16-bit
|
2001-07-12 |
jkeil |
Support playback of AFMT_S16_LE audio data on a big endian machine
|
2001-06-23 |
arpi_esp |
ao_subdevice support
|
2001-06-22 |
atmosfear |
Applied patch by Jürgen Keil (jk@tools.de), improves smoothness of video playback.
|
2001-06-08 |
arpi_esp |
fixed AFMT_ stuff (inclue afmt.h)
|
2001-06-06 |
arpi_esp |
SUN-Solaris audio out
|