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
martynas
e20d316825
make gmplayer work after xcb import. ok matthieu@
2009-09-13 18:20:55 +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
kili
76091f6c3b
Some fixes after the x264 update.
...
From Brad.
"theoretically ok" ajacoutot@
2009-04-14 19:52: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
sthen
861090a2f7
- SECURITY; fix http://www.trapkit.de/advisories/TKADV2009-004.txt
...
for the internal ffmpeg. From Brad.
- sync WANTLIB (gio)
2009-01-29 17:28:13 +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
naddy
7b8a6ade2a
SECURITY fix for Real demuxer heap overflow (CVE-2008-3827).
...
ok biorn@, robert@
2008-10-01 16:01:51 +00:00
jakemsr
8a039dc0a7
- simpler faad related patching
...
- in MESSAGE, end sentence with a period
- bump PKGNAME
ok brad@
2008-09-15 22:13:02 +00:00
brad
2290578106
Enable V4L2 input support.
...
.e.g. mplayer tv:// -tv driver=v4l2:device=/dev/video0
ok robert@
2008-09-03 12:20:52 +00:00
jakemsr
f0e6e48090
* stop mplayer from picking up installed FFmpeg headers
...
* update WANTLIB
* add @bin markers
* bump PKGNAME
feedback/ok brad@
2008-07-09 02:19:36 +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
fgsch
3e4a910d69
fix tremor on archs where sizeof(int) != sizeof(int *) by adding the missing
...
prototypes. fix from mplayer svn via biorn@ (maintainer).
2008-03-30 20:39:41 +00:00
espie
4826675824
very sloppy update, restore realplayer support
2008-02-18 16:37:38 +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
jakemsr
785ec1fe86
security patches for
...
- buffer overflow in stream_cddb.c
- buffer overflow in url.c
- buffer overflow in demux_mov.c
- stack overflow in demux_audio.c
from brad@, ok maintainer
also remove reference to rtunes_ao.diff from distinfo. this patch is
not used now because it does not apply.
2008-02-11 00:22:03 +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
a922a320c5
- add a workaround to prevent mencoder crashing in several places
...
ok biorn@ (maintainer)
2007-11-12 07:08:24 +00:00
robert
fe103f439d
fix a buffer overflow in mplayer's CDDB parsing code;
...
http://secunia.com/advisories/24302/
from Brad
2007-06-07 07:28:36 +00:00
ajacoutot
c2b0a0cb83
- add live555 support
...
- regen patches while here
from brad
ok robert@
2007-04-19 08:37:09 +00:00
robert
88d299f7f1
- Fix heap overflow in DMO loader. (CVE-2007-1246)
...
- regen patches while here
pulled from MPlayer SVN by Brad <brad@comstyle.com>
2007-04-13 23:13:21 +00:00
ajacoutot
ddf8a134fa
- add support for x264
...
- regen patches while here
"go for it" naddy@
2007-04-08 17:33:39 +00:00
espie
df6efb0282
enable xvidcore
...
tweak default dvd device to match OpenBSD.
2007-01-22 15:04:04 +00:00
robert
26c85981d5
fix a buffer overflow found in the code used to handle RealMedia RTSP
...
streams by applying the patches provided by the MPlayer team;
from Brad <brad@comstyle.com>
2007-01-02 09:01:58 +00:00
biorn
76637ed9ac
Bring back CPU extentions on amd64.
...
"lock ok" sturm@
2006-08-16 15:17:15 +00:00
biorn
ffab7ac294
- bring back internal tremor
...
- aviod picking up audio/faac
ok sturm@ pvalchev@
2006-08-09 08:15:24 +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
biorn
ab106edf48
Protect from integer overflows. See CVE-2006-1502
2006-04-06 21:47:43 +00:00
biorn
472654946c
Fix a potential buffer overflow in the ASF demuxer.
...
ok pvalchev@
2006-02-23 11:34:54 +00:00
biorn
a70bd55dd7
Add support for
...
- version 2 audio atoms in QuickTime containers, from mplayer cvs requested by
David Hill (dhill at mindcry org)
- setting volumem via /dev/mixer, from Mike Belopuhov (mkb at crypt org ru)
2006-01-22 06:28:25 +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
fgsch
05be7b910f
we don't have USER_LDT anymore; talk about machdep.userldt instead.
...
maintainer ok
2005-12-28 15:22:35 +00:00
biorn
6a664a3a92
Fix breakage in internal faad2 detection. Noted by jolan@
2005-11-23 00:05:39 +00:00
espie
dab83dc1f0
continue gracefully if we don't manage to find an audio stream in some
...
cases.
2005-10-16 21:29:30 +00:00
espie
a50d545ff2
copy aspect ratio over if we have it.
2005-10-10 15:37:24 +00:00
espie
7a7d9e645d
the combination of unaligned acces and inline swap32 does not work on
...
i386. This fixes at least two videos for me...
2005-10-01 13:40:35 +00:00
fgsch
b412403b9c
fix a crash when playing some wmv files; maintainer ok.
2005-09-08 16:35:00 +00:00
espie
6906deb604
fix a few more obvious coredumps and bad dereferences.
2005-09-04 23:51:51 +00:00
biorn
66966fa462
Fix a potential heap overflow when playing uncompressed pcm audio.
...
ok pvalchev@
2005-08-29 06:53:54 +00:00
espie
d36666f229
Two bug-fixes.
...
- allows realmedia streams to work.
- fix af resample=wrongvalue.
Okay pvalchev@
2005-08-27 21:11:49 +00:00
espie
957b96a95f
the linux realmedia codec can't work: our dlopen won't load them correctly.
...
More annoyingly, it abort()s the current process (thanks dale),
so comment them out, add the win32 codecs, and use them instead.
For some strange reason, the audio codec insists on being launched
from its own directory.
With this change, realmedia playing works.
okay sturm@, okay pvalchev@
2005-08-12 22:59:15 +00:00