hacks from first sndio days that aren't necessary any longer.
Suggested by Reimar Doeffinger. Tweaks from Tim van der Molen
and naddy@. Tested by many, ok dcoppa
chaining two soft volume knobs. Stop audio during pause to consume
less CPU. Honour AOPLAY_FINAL_CHUNK flag which fixes playback of very
short files.
ok & tweaks stsp@, ok sthen@, dcoppa@, go ahead edd@ (maintainer)
Remove pointless "mad" flavor. On arm, we now default to the
internal ffmp3 integer decoder.
Clean up README and DESCR.
Various contributions from edd@, jakemsr@, sthen@
locally:
* fix audio when using bsdbt848 video driver (problems noted by simon@)
* allow 24-bit audio output formats in the sndio backend (from ratchov@)
mostly from edd@ (MAINTAINER)
``bufsz'' which is deprecated and doesn't work in all cases. This
allows mplayer to work without underruns whatever the the buffer
size used by aucat is.
set the block size to 10ms, otherwise depending on the defaults,
the blocksize may be too large for mplayer, causing video to
stutter.
move "-ao libsndio" to "-ao sndio", suggested by naddy@
ok naddy@
* if the sample rate returned in sio_getpar is within 3% of the rate
requested in sio_setpar, tell mplayer we're using the requested
rate so it doesn't try to resample. however, use the returned
sample rate to calculate bitrate, so A/V sync continues to work.
* use a variable to represent bytes per frame
* remove unused variables
ok ratchov@