From owner-freebsd-ports@FreeBSD.ORG Wed Dec 21 08:51:15 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1BFF1065672; Wed, 21 Dec 2011 08:51:15 +0000 (UTC) (envelope-from lists@yamagi.org) Received: from mail.yamagi.org (unknown [IPv6:2a01:4f8:121:2102:1::7]) by mx1.freebsd.org (Postfix) with ESMTP id 323B88FC1B; Wed, 21 Dec 2011 08:51:15 +0000 (UTC) Received: from happy.home.yamagi.org (unknown [IPv6:2001:5c0:150f:8700:16da:e9ff:fe0f:8071]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.yamagi.org (Postfix) with ESMTPSA id 9680D1666334; Wed, 21 Dec 2011 09:51:13 +0100 (CET) Date: Wed, 21 Dec 2011 09:51:06 +0100 From: Yamagi Burmeister To: thomas.e.zander@googlemail.com Message-Id: <20111221095106.fafeba7f.lists@yamagi.org> In-Reply-To: References: X-Mailer: Sylpheed 3.1.2 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__21_Dec_2011_09_51_06_+0100_j2KA3uGErsT=WlC2" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org, multimedia@freebsd.org Subject: Re: CFT: mplayer and mencoder updates X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2011 08:51:15 -0000 --Signature=_Wed__21_Dec_2011_09_51_06_+0100_j2KA3uGErsT=WlC2 Content-Type: multipart/mixed; boundary="Multipart=_Wed__21_Dec_2011_09_51_06_+0100_.SdsBFGF6bt/+mCY" --Multipart=_Wed__21_Dec_2011_09_51_06_+0100_.SdsBFGF6bt/+mCY Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi :) 1. The BLURAY is option is broken: cc -MD -MP -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=3Dgnu99 -Werror-implicit-function-declaration -O4 -march=3Dx86-64 -mtune=3Dgeneric -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/schroedinger-1.0 -I/usr/local/include/orc-0.4 -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/drm -c -o stream/stream_bluray.o stream/stream_bluray.c: In function 'bluray_stream_control': stream/stream_bluray.c:119: error: too many arguments to function 'bd_get_title_info'=20 stream/stream_bluray.c:140: error: too many arguments to function 'bd_get_title_info'=20 stream/stream_bluray.c:159: error: too many arguments to function 'bd_get_title_info' stream/stream_bluray.c:178: error: too many arguments to function 'bd_get_title_info'=20 stream/stream_bluray.c: In function 'bluray_stream_open':=20 stream/stream_bluray.c:239: error: too many arguments to function 'bd_get_titles'=20 stream/stream_bluray.c:253: error: too many arguments to function 'bd_get_title_info'=20 stream/stream_bluray.c:287: error: too many arguments to function 'bd_get_title_info stream/stream_bluray.c=20 ---- 2. ASS subtitles are distorted and missaligned when playing in fullscreen on multi monitor setups. This is not the case with=20 the plain, unpatched upstream source build from svn. A screenshot says more than 1000 words: http://deponie.yamagi.org/freebsd/debug/mplayer/mplayer_ass.png I'll try to track this down to a patch or option, but it'll have to wait until early january.=20 ---- The mplayer internal sound volume (that one that's adjusted with the / and * keys) is reseted to the default value when the stream is reinitialized. This happends at least at: - Fast forwarding or backwarding - Resuming after pause - DVD chapter change Especially the last one is very annoying. Patching this is easy by saving the current volume level before closing the OSS device and=20 set it again after reopening it. An updated patch-libao2-ao_oss.c is attached, in case that it's eaten my the mailing list a copy can be found here: http://deponie.yamagi.org/freebsd/patches/patch-libao2-ao_oss.c Thanks, Yamagi :) On Mon, 19 Dec 2011 23:35:42 +0100 Thomas Zander wrote: > on http://www.rrr.de/~riggs/mplayer/m20111219.tar.bz2 you can find the > draft of updates to the mplayer and mencoder ports. >=20 > Please have a look, play with it and let me know what you think. > I tested it on 8.2 STABLE i386 and amd64 only so far, so I hope it > works for 9 and 10 as well. >=20 > As always, comments, suggestions and especially patches are more than wel= come. >=20 > Best regards > Riggs > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.= org" >=20 --=20 Homepage: www.yamagi.org XMPP: yamagi@yamagi.org GnuPG/GPG: 0xEFBCCBCB --Multipart=_Wed__21_Dec_2011_09_51_06_+0100_.SdsBFGF6bt/+mCY-- --Signature=_Wed__21_Dec_2011_09_51_06_+0100_j2KA3uGErsT=WlC2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk7xnf8ACgkQWTjlg++8y8tcfQCgyoOhiVAmEF00omHfk864MA8/ wUgAn03/NEsQ+01TS2PtxXgjWxbjhSSz =QCC+ -----END PGP SIGNATURE----- --Signature=_Wed__21_Dec_2011_09_51_06_+0100_j2KA3uGErsT=WlC2--