From owner-freebsd-multimedia@FreeBSD.ORG Sun Jan 29 17:11:04 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F34F9106564A for ; Sun, 29 Jan 2012 17:11:04 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from outrelay03.libero.it (outrelay03.libero.it [212.52.84.103]) by mx1.freebsd.org (Postfix) with ESMTP id 853D88FC13 for ; Sun, 29 Jan 2012 17:11:04 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B020C.4F257DA6.0133,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail68 (172.31.0.31) by outrelay03.libero.it (8.5.140) (authenticated as barbara.xxx1975@libero.it) id 4F200111007384D1; Sun, 29 Jan 2012 18:11:02 +0100 Message-ID: <7437262.19339411327857062810.JavaMail.defaultUser@defaultHost> Date: Sun, 29 Jan 2012 18:11:02 +0100 (CET) From: Barbara To: MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 79.40.53.72 Cc: freebsd-multimedia@freebsd.org Subject: Re: last mplayer and h264 videos X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2012 17:11:05 -0000 > >On Sat, Jan 21, 2012 at 19:07, Barbara wrote: > >> BTW, I've just checked that the patch that should solve the problem as posted >> in ffmpeg mailing list should be included in our version of mplayer, so >> probably the symptoms are similar or equal, the cause is not. > >This patch has been fixed in ffmpeg ages ago (Feb 2011). It should be >included in the ffmpeg build we use in mplayer. Do you know whether >anyone had this problem with ffmpeg h264 after the fix date? > >I couldn't find a single h264 file on my hard drive that shows the >same problem when played. Maybe someone else on the list has >encountered it? > >RIggs > I've found the problem, at least for me, as it seems I'm the only one experiencing this. The problem is OCFLAGS. Building the port WITHOUT_OCFLAGS results in mplayer reproducing the example video with no problem. Picking the first cc command from the build output, the *different* (omitting the same for both) flags are: WITHOUT_OCFLAGS: -O2 -pipe -fno-strict-aliasing -march=prescott -O WITH_OCFLAGS: -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant- decls -Werror-implicit-function-declaration -O4 -pipe -march=i486 - mtune=generic -ffast-math Barbara