edd
e83f71737f
make mplayer build with thew new libass.
...
OK sthen@
2011-06-25 14:15:42 +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
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
phessler
f92d2c5701
enable building on loongson
...
OK jasper@
ports is unlocked for a while only for those who have been informed.
2010-02-23 19:59:13 +00:00
jakemsr
d14310d223
* simple patch to make it work on mips64
...
* audio/tremor is a LIB_DEPENDS, no need to also be a BUILD_DEPENDS
ok edd@, jasper@, ajacoutot@
2009-11-18 21:20:15 +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
naddy
dfa8040fc6
Use libdca for DTS support (-ac dts). This allows playing DTS audio tracks
...
on DVDs. ok biorn@
2009-07-14 19:43:07 +00:00
sthen
6477c16298
make FLAVOR=DEBUG work better (the upstream configure script adds -O2
...
with DEBUG so that SSE can build; only -O1 is actually needed though,
and is cleaner in GDB. -O0 builds fail with SSE; disabling SSE is
not helpful for debugging real problems).
from Valery Masiutsin with feedback from myself and Björn Sandell
(maintainer, who is ok with the diff).
2009-05-05 11:40:08 +00:00
naddy
dd8e5c9eef
Switch default CD/DVD device to /dev/rcd0c because rcd0a doesn't work for
...
audio CDs. Document the device in the man page. ok biorn@
2009-02-08 20:25:09 +00:00
jakemsr
c7929be36a
- remove artsd and esd support and related patches
...
- update DESCR to reflect reality
2009-01-16 02:39:53 +00:00
naddy
5d595b79bd
SECURITY:
...
Fix for stack buffer overflow vulnerability while parsing malformed
TwinVQ media files. From upstream SVN. ok biorn@
2008-12-15 21:30:07 +00:00
ratchov
65bd1c865f
add libsndio backend to mplayer
...
ok sthen@
2008-10-30 18:33:42 +00:00
sthen
206adb4748
fix the test for jack in configure, so that --disable-jack is
...
correctly honoured. unbreaks bulk build packages.
ok jakemsr
2008-05-01 13:52:19 +00:00
jakemsr
5f5750a4da
add jack support as a FLAVOR
...
"no objections" MAINTAINER
2008-04-16 01:43:12 +00:00
espie
4826675824
very sloppy update, restore realplayer support
2008-02-18 16:37:38 +00:00
jakemsr
d11f853ac6
maintenence update to mplayer-1.0rc2
...
ok biorn@ (MAINTAINER), ajacoutot@, brad@
2008-02-08 17:32:41 +00:00
jakemsr
2bcfc1e21d
- quit using select() for audio playback. we end up counting bytes
...
in the playback buffer and waiting until there's enough space anyway.
- use -pthread instead of -lpthread for pthreads linkage
- don't even try to use the "real time sample counter" on *BSD, since
it's not that same as with Sun audio.
- use the audio(4) interface to the mixer "master" volume control
- actually mute the audio when output volume is '0'
- set the audio(4) blocksize to match size of chunks to be written
- provide *BSD equivilents to some Sun functionality
2007-11-15 07:50:27 +00:00
ajacoutot
c2b0a0cb83
- add live555 support
...
- regen patches while here
from brad
ok robert@
2007-04-19 08:37:09 +00:00
espie
df6efb0282
enable xvidcore
...
tweak default dvd device to match OpenBSD.
2007-01-22 15:04:04 +00:00
biorn
76637ed9ac
Bring back CPU extentions on amd64.
...
"lock ok" sturm@
2006-08-16 15:17:15 +00:00
robert
59001cbfbf
update to versio 1.0pre8; include the speex and mpcdec codecs by default;
...
this version of mplayer now uses gtk2;
ok biorn@ and tested by many
2006-07-19 21:40:47 +00:00
jakemsr
cc53e054b2
enable bktr(4) support, and enhance the bktr(4) support by:
...
- adding support for setting the channel set
- making it use audio(4) instead of ossaudio(3)
- making it explicitly mute the tuner on exit
- use the tuner as default video source, as opposed to RCA
ok biorn@, robert@
2006-01-17 07:41:58 +00:00
biorn
6a664a3a92
Fix breakage in internal faad2 detection. Noted by jolan@
2005-11-23 00:05:39 +00:00
pvalchev
db5bd865a3
recognise zaurus/cats (not the most elegant way but least intrusive now)
2005-05-27 04:33:06 +00:00
biorn
093049d8da
unbreak aa FLAVOR. Found and tested by Matthias Kilian
2005-05-13 16:14:00 +00:00
biorn
f5271b838d
Update to 1.0pre7
...
Don't depend on ogg/vorbis as it's built in now
Put fontconfig and freetype in WANTLIB and BUILD_DEPEND on pkgconfig if
FLAVOR is not no_x11.
2005-05-09 12:24:38 +00:00
pvalchev
8077758448
change x86_64->amd64 now; from biorn
2005-04-09 22:06:19 +00:00
biorn
1d0de42f06
- Make amd64 use MMX and friends. Tested by niallo and naddy.
...
- Avoid picking up libdv and libsmb
Looks fine, naddy@
2005-04-01 06:28:57 +00:00
biorn
abd23476d9
Finally take it to 1.0pre6a
...
Prodded by espi@, ok sturm@
2005-03-09 16:07:29 +00:00
biorn
8d2742283d
Security: Upgrade to 1.0pre5try2 (see http://www.mplayerhq.hu/ )
...
Also unbreak arts FLAVOR (from Stephan Tesch) and fix up DESCR
(from Michael Knudsen and joshua stein).
ok sturm@
2004-12-22 22:22:13 +00:00
biorn
b718e5ab1f
update to 1.0pre5
...
ok pvalchev@
2004-10-18 06:48:08 +00:00
brad
77638ea326
- disable the Vidix support
...
- instead of passing --target for powerpc just make the configure
script recognize macppc as another name for a powerpc system
ok MAINTAINER
2004-06-22 08:13:11 +00:00
biorn
7a365f9f2c
Take it to 1.0pre4
...
ok brad@
2004-05-06 07:27:36 +00:00
avsm
a7f1ff3d04
support amd64, ok and tweaks maintainer, pvalchev@
2004-03-04 12:57:45 +00:00
biorn
3c9e5b5e7e
Update to 1.0pre3
...
Ok espie@ pvalchev@
2003-12-16 17:17:14 +00:00
brad
551c4f96e6
upgrade to mplayer 1.0pre2
...
based on diff from MAINTAINER
2003-11-02 23:30:27 +00:00
sturm
d0e57c8908
SECURITY UPDATE to 0.92
...
fixes a remotely exploitable buffer overflow in ASX headers that could
be used to make mplayer run arbitrary code
from maintainer Bjoern Sandell
2003-09-25 20:59:01 +00:00
brad
95cfbeb116
use a reasonable default CD/DVD-ROM device name of /dev/rcd0a instead
...
of Linux's /dev/cdrom.
2003-04-21 15:29:16 +00:00
wilfried
55a5eee945
update to 0.90; from maintainer Bjorn Sandell <biorn@dce.chalmers.se>
...
No big changes; iconv flavor is gone, remove sparc64 from supported
architectures
2003-04-17 10:35:07 +00:00
brad
6f08bc466e
upgrade to mplayer 0.90rc4
...
based on diff from MAINTAINER for 0.90rc3
2003-02-16 07:25:18 +00:00
brad
bf500972f4
upgrade to mplayer 0.90rc2
...
- with PLIST changes from me
--
From: MAINTAINER
2003-01-03 23:06:35 +00:00
espie
a6c7690c2f
Update to 0.90rc1.
...
From maintainer, Bjorn.
PP fix from niklas@
2002-12-22 14:19:47 +00:00
espie
049cbc6a78
update to mplayer 0.90pre10, from maintainer.
2002-11-13 17:54:35 +00:00
espie
b8aacd5cbf
0.90pre9, update from Bjorn Sandell, and fix mplayer-fontmaker shadows.
2002-10-28 17:56:08 +00:00
pvalchev
f51b582efd
Update to mplayer-0.90pre8; from biorn@dce.chalmers.se
2002-10-14 09:50:48 +00:00
espie
c285da2c08
cdparanoia support, actually needs correct cddb support for OpenBSD...
...
(seems it's not quite used yet, as it insists on going thru a cache)
2002-08-18 13:17:50 +00:00
espie
5e87cd8588
Update to 0.90pre6, mostly from maintainer.
2002-08-18 11:26:48 +00:00
espie
f1c812e4fc
Update to 0.90pre5
...
Most work by Biorn, some testing by pval and me.
2002-06-27 22:03:49 +00:00
espie
0edb7a6ec2
revert. not yet.
2002-06-04 11:35:09 +00:00