Commit Graph

196 Commits

Author SHA1 Message Date
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
ajacoutot
861a799ae0 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 20:46:00 +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
e7ec9f6135 bump PKGNAME for DESCR changes. Thanks jasper@ and phessler@. 2009-10-13 20:52:55 +00:00
edd
1d79cb70dd Remove a reference to the already removed ggi FLAVOR is DESC.
Reported by Bryan Linton, many thanks.

OK phessler@
2009-10-13 20:38:30 +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
7bc519938c Maintainer timeout. I guess I can take this.
OK pirofti@
2009-10-11 15:25:04 +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
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
mglocker
085e406ec1 Update to rtunes-0.8.
OK jasper@
2009-08-06 10:46:42 +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
naddy
2280327191 don't pick up libdca if installed 2009-07-13 19:35:58 +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
5c5ddc4ff7 Explicitely mention x264's major version and bump.
From Brad.
2009-04-15 09:54:45 +00:00
kili
76091f6c3b Some fixes after the x264 update.
From Brad.

"theoretically ok" ajacoutot@
2009-04-14 19:52:08 +00:00
sthen
6cae88a649 fix pkgspec for FLAVOR=sdl, reported by and based on a patch from David Coppa. 2009-03-17 08:24:33 +00:00
jasper
e7cc710bbe - enable .dv support in mplayer, seems to be working fine here
low impact on the port other than a new dependency

agreed by landry@ and biorn@ (MAINTAINER)
2009-03-08 22:45:16 +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
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
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
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
ajacoutot
1f3f66e311 - add the jack FLAVOR to DESCR
- bump
2008-10-11 11:07:32 +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
fgsch
d29d0487b6 no need for lame's no_x11 flavor anymore. 2008-03-25 17:29:57 +00:00
jasper
56745f5ada - explicitly disable libcdio, it can always later be enabled.
ok biorn@ (MAINTAINER)
2008-03-19 22:35:35 +00:00
espie
4826675824 very sloppy update, restore realplayer support 2008-02-18 16:37:38 +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
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
ajacoutot
0db4f8ce20 - fix WANTLIB and lowercase COMMENT 2007-11-09 15:49:12 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +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
kili
2aef0a40ea WANTLIB fix (Xcursor Xfixes Xi Xrandr).
Veryfied by bernd@ with a recent xenocara.
2007-04-28 11:09:51 +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