From owner-freebsd-multimedia@FreeBSD.ORG Fri May 4 13:13:17 2007 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E71D416A400 for ; Fri, 4 May 2007 13:13:17 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mail.atsec.com (mail.atsec.com [195.30.252.105]) by mx1.freebsd.org (Postfix) with ESMTP id 518A013C447 for ; Fri, 4 May 2007 13:13:17 +0000 (UTC) (envelope-from se@freebsd.org) Received: (qmail 9909 invoked by uid 10125); 4 May 2007 12:46:35 -0000 X-SpaceNet-Virusscan: Sophos Version: 4.17; Last IDE Update: 2007-05-04 12:10 no information about results Received: from p50879bae.dip0.t-ipconnect.de (HELO ?192.168.0.12?) (80.135.155.174) by mail.atsec.com with SMTP; 4 May 2007 12:46:35 -0000 X-SpaceNet-Authentification: SMTP AUTH verified Message-ID: <463B2B26.6010609@FreeBSD.org> Date: Fri, 04 May 2007 14:46:30 +0200 From: Stefan Esser User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Michael Johnson References: In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: multimedia@freebsd.org Subject: Re: ffmpeg-devel needs your testing X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2007 13:13:18 -0000 Michael Johnson wrote: > We have all known bugs and arch builds fixed for ffmpeg-devel, > and we need your testing for ffmpeg-devel! The plan is to merge > multimedia/ffmpeg-devel -> multimedia/ffmpeg if no major problems > are found in the next few days. While img_convert() has been declared deprecated for a while, it seems to have finally been disabled in the version installed by ffmpeg-devel. This will obviously impact any program using that function, which has been superseded by (the much more complex) sws_scale(). I know that this breaks multimedia/dvbcut, but that is a C++ program, and AFAIK the ffmpeg developers want to drop support for C++ in one of the next versions, anyway. This leaves me wondering, if we could keep the last working ffmpeg as ffmpeg-old for programs like dvbcut, that rely on it. Regards, STefan