Commit Graph

19 Commits

Author SHA1 Message Date
ratchov
7343a20978 Use a lookup table for supported audio parameters, remove
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
2012-08-25 15:05:51 +00:00
ratchov
441a463737 Use sndio volume knob if available (consumes less CPU), rather than
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)
2012-01-26 20:21:31 +00:00
edd
a91a5554e9 Update mplayer to a newer snapshot, this time with dynamic linking of ffmpeg!
With help from and OK landry@, jakemsr@
2011-03-29 20:04:41 +00:00
edd
666f370183 Update to mplayer-20101024. Noteworthy improvements include vpx
(webm) support and alpha support. This work is a joint effort from
myself, naddy@ and jakemsr@. Cheers.

OK jakemsr@
2010-11-08 21:25:44 +00:00
naddy
7927c2232b restore AC3/DTS pass-through over S/PDIF; ok edd@ jakemsr@ 2010-08-24 14:55:30 +00:00
naddy
b409cc53fb Fix Ogg demuxing by using internal Tremor implementation.
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@
2010-08-06 20:05:18 +00:00
jakemsr
64c85bac4a support 24-bit audio formats
ok ratchov
2010-06-30 07:59:53 +00:00
jakemsr
8cf7b6253f update to mplayer-export-snapshot-20100308
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)
2010-05-26 21:29:56 +00:00
dcoppa
911c03d638 mention x11/smplayer in README.OpenBSD
OK edd@, sthen@
2010-05-18 05:14:17 +00:00
naddy
fe1e15b998 * add support for 32-bit audio; from jakemsr@
* enable AC3/DTS pass-through over S/PDIF
2009-12-26 19:23:12 +00:00
jakemsr
f3b336481e user ldt not needed without win32 codec support
ok many in budapest
2009-10-13 01:36:49 +00:00
edd
b4530c988d New version of mplayer based upon a snapshot (20090708).
* fixes some flv playback
  * removed ggi output - broken i386/sparc64.
  * removed gui (deprecated) - use gnome-mplayer instead.
  * removed win32 codecs - opensource codecs are good quality.

OK, naddy@, sthen@
2009-10-11 13:36:23 +00:00
ratchov
c8c58e1ab4 set ``appbufsz'' to the required buffer size, rather than setting
``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@
2008-12-28 19:09:13 +00:00
ratchov
fabfe9bde3 add missing license in the sndio backend (from license.template)
suggested and ok brad@
2008-11-02 14:45:40 +00:00
jakemsr
c20c1f3963 * tweak previous: always keep frame alignment
* 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@
2008-11-01 12:03:41 +00:00
jakemsr
468c026a90 work around what appears to be a bug in mplayer.
ok ratchov@
2008-10-31 07:12:45 +00:00
ratchov
65bd1c865f add libsndio backend to mplayer
ok sthen@
2008-10-30 18:33:42 +00:00
mglocker
36bb204cd3 Add Copyright to file.
as discussed with jakemsr@
2008-02-12 13:42:35 +00:00
jakemsr
a635a0e257 add support for librtunes-0.7. this allows one to stream audio output
from mplayer to AirPort Express devices.  supports both IPv4 and IPv6.

example:

$ mplayer -ao rtunes:device=192.168.0.10:af=inet music.mp3

requested/tested/ok mglocker@ (librtunes author)
2008-02-12 11:33:16 +00:00