From owner-cvs-all@FreeBSD.ORG Wed Jan 12 04:57:18 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6244B16A4CE; Wed, 12 Jan 2005 04:57:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D88043D2F; Wed, 12 Jan 2005 04:57:18 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0C4vIGo042091; Wed, 12 Jan 2005 04:57:18 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0C4vIXP042090; Wed, 12 Jan 2005 04:57:18 GMT (envelope-from ahze) Message-Id: <200501120457.j0C4vIXP042090@repoman.freebsd.org> From: Michael Johnson Date: Wed, 12 Jan 2005 04:57:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia Makefile ports/multimedia/x264 Makefile distinfo pkg-descr ports/multimedia/x264/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 04:57:18 -0000 ahze 2005-01-12 04:57:18 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/x264 Makefile distinfo pkg-descr multimedia/x264/files patch-Makefile Log: Add x264 x264 is a free library for encoding H.264/AVC video streams. Encoder features * CAVLC/CABAC * Multi-references * Intra: all modes (4x4 and 16x16 with all predictions) * Inter P: all partitions (from 16x16 down to 4x4) * Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT) * Ratecontrol: constant quantizer, constant bitrate, or multipass ABR * Scene cut detection Revision Changes Path 1.103 +1 -0 ports/multimedia/Makefile 1.1 +62 -0 ports/multimedia/x264/Makefile (new) 1.1 +2 -0 ports/multimedia/x264/distinfo (new) 1.1 +12 -0 ports/multimedia/x264/files/patch-Makefile (new) 1.1 +12 -0 ports/multimedia/x264/pkg-descr (new)