1db5c FreshPorts -- multimedia/x264
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
x264 0.125.2201 multimedia on this many watch lists=68 search for ports that depend on this port
Restricted RESTRICTED: example.y4m.bz2 file may not be mirrored
Library and tool for encoding H.264/AVC video streams
Maintained by: mm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Jan 2005 05:06:15
License: GPLv2


x264 is a free library for encoding H.264/AVC (aka MPEG-4 Part 10)
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

WWW:	http://www.videolan.org/x264.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/yasm
  2. shells/bash
  3. devel/binutils
  4. multimedia/gpac-libgpac
  5. devel/gmake
Required Libraries:
  1. multimedia/gpac-libgpac

This port is required by:

for Libraries for Run

To install the port: cd /usr/ports/multimedia/x264/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
===> The following configuration options are available for x264-0.125.2201:
     ASM=on: Assembly optimizations (devel/binutils)
     DEBUG=off: Install debug symbols
     GCC44=off: Use gcc 4.4+ (implies WITH_ASM)
     GPAC=on: Enable MPEG-4 Output
     PGO=on: Use Profile-Guided Optimization
     X11_OUTPUT=off: Enable X11 Output
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/x264/
  2. ftp://ftp.videolan.org/pub/videolan/x264/snapshots/

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
09 Oct 2012 22:43:06
Original commit files touched by this commit  0.125.2201
linimon search for other commits by this committer
Attempt to force this port to build only with gcc.  It is known to be
broken on clang.

However, setting USE_GCC=any appears to be insufficient: the too-clever
configure glop sees that clang is installed and attempts to use it
regardless.

This commit is thus a temporary measure.

Hat:		portmgr
07 Aug 2012 16:37:31
Original commit files touched by this commit  0.125.2201
mm search for other commits by this committer
Use shared description of PGO option

PR:		ports/170454
24 Jul 2012 17:27:57
Original commit files touched by this commit  0.125.2201
mm search for other commits by this committer
Fix fetchability of example.y4m.bz2

PR:		ports/170103
Reported by:	Sayetsky Anton
23 Jul 2012 19:27:25
Original commit files touched by this commit  0.125.2201
mm search for other commits by this committer
Update multimedia/x264 to 0.125.2201
Switch to new options framework
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.123.2189_2
dinoex search for other commits by this committer
- update png to 1.5.10
19 May 2012 07:31:11
Original commit files touched by this commit  0.123.2189_1
mm search for other commits by this committer
Bump PORTREVISION due to gpac-libgpac fix
25 Apr 2012 19:09:59
Original commit files touched by this commit  0.119.2113
mm search for other commits by this committer
Add missing patch
25 Apr 2012 14:19:00
Original commit files touched by this commit  0.123.2189
mm search for other commits by this committer
Update x264 to 0.123.2189
21 Dec 2011 23:49:00
Original commit files touched by this commit  0.119.2113
mm search for other commits by this committer
Add shells/bash to BUILD_DEPENDS and use bash to properly configure
as it uses constructs unsupported by /bin/sh.
21 Dec 2011 08:48:28
Original commit files touched by this commit  0.119.2113
mm search for other commits by this committer
Update x264 to 0.119.2113
10 Oct 2011 21:08:58
Original commit files touched by this commit  0.116.2076
mm search for other commits by this committer
Fix missing entry in distinfo for PGO option
10 Oct 2011 10:04:07
Original commit files touched by this commit  0.116.2076
mm search for other commits by this committer
Update x264 to 0.116.2076
23 Jun 2011 18:09:46
Original commit files touched by this commit  0.115.2000
mm search for other commits by this committer
Update to 0.115.2000
22 Mar 2011 08:08:48
Original commit files touched by this commit  0.110.1820
mm search for other commits by this committer
- Add LICENSE information (GPLv2)
12 Dec 2010 23:38:07
Original commit files touched by this commit  0.110.1820
mm search for other commits by this committer
- Update to 0.110.1820
30 Nov 2010 09:50:47
Original commit files touched by this commit  0.110.1804
mm search for other commits by this committer
- Update x264 to 0.110.1804
22 Nov 2010 15:36:31
Original commit files touched by this commit  0.0.20100624
mm search for other commits by this committer
- Clear ARCH and TARGET_ARCH in configure and make environment

PR:             ports/151224
Submitted by:   Olivier Cochard-Labbé <olivier@cochard.me>
24 Jul 2010 15:30:17
Original commit files touched by this commit  0.0.20100624
mm search for other commits by this committer
- Update x264 to 20100624 (build 98)
28 May 2010 08:44:41
Original commit files touched by this commit  0.0.20100222_2
mm search for other commits by this committer
- Make assembly optimization deselectable (devel/binutils) [1]
- Fix CFLAGS and LDFLAGS

PR:             ports/147097 [1]
Submitted by:   Pavel Gubin <pg@2lazy.ru> [1]
23 Apr 2010 13:15:41
Original commit files touched by this commit  0.0.20100222_1
mm search for other commits by this committer
- Fix configure issues on i386 [1]
- Rework patches

PR:             ports/145959 [1]
Submitted by:   Mark Andrews <marka@isc.org> [1]
22 Apr 2010 10:38:19
Original commit files touched by this commit  0.0.20100222
mm search for other commits by this committer
- Fix BUILD_DEPENDS (make more clear we need devel/binutils)
21 Apr 2010 12:52:56
Original commit files touched by this commit  0.0.20100222
mm search for other commits by this committer
- Update to snapshot 20100222 (library version 85)
18 Apr 2010 09:32:10
Original commit files touched by this commit  0.0.20090119_2
mm search for other commits by this committer
- Add CONFLICTS with x264-dev
- Make COMMENT line shorter
- Remove obsolete OPTIMIZED_CFLAGS from OPTIONS
- Fix CONFIGURE_ARGS if mp4 output is not requested
- Bump PORTREVISION
10 Mar 2010 11:05:44
Original commit files touched by this commit  0.0.20090119_1
mm search for other commits by this committer
- Fix powerpc support
- Bump PORTREVISION

Submitted by:   stas
03 Feb 2010 20:14:59
Original commit files touched by this commit  0.0.20090119
mm search for other commits by this committer
- Update to snapshot 20090119
- This is the last snapshot with compatible library ver. 65
- Add patch for log2f(x) support
- Take maintainership
22 Nov 2009 20:28:29
Original commit files touched by this commit  0.0.20081218
lioux search for other commits by this committer
- Fix build on systems where GCC stack protection (aka Propolice)
  was enabled for userland on src/share/mk/bsd.sys.mk
  (SVN rev 180012 on 2008-06-25 21:33:28Z by ru)
- For OSVERSION >= 800040, add -fstack-protector to LDFLAGS
01 Apr 2009 03:58:01
Original commit files touched by this commit  0.0.20081218
lioux search for other commits by this committer
o Use Y4M_VIDEO_DISTFILE instead of Y4M_VIDEO variable when applicable
o No PORTREVISION bump since there was no functionality change
31 Mar 2009 19:53:07
Original commit files touched by this commit  0.0.20081218
pav search for other commits by this committer
- Restore sample video checksums in distinfo

Reported by:    itetcu
31 Mar 2009 13:58:18
Original commit files touched by this commit  0.0.20081218
pav search for other commits by this committer
- Update x264 to 0.0.20081218
- Remove x264-gtk

PR:             ports/132780
Submitted by:   Bapt <baptiste.daroussin@gmail.com>

- Update libquicktime to 1.1.1 to fix build with new x264

Submitted by:   kwm

- Chase x264 shlib bump
25 Mar 2009 14:10:21
Original commit files touched by this commit  0.0.20080409_2
lioux search for other commits by this committer
Mark MAKE_JOBS_SAFE for SMP compilation
17 Mar 2009 13:23:12
Original commit files touched by this commit  0.0.20080409_2
lioux search for other commits by this committer
Fix WITH_PGO fetch by actually using MASTER_SITES:n on PGO distfiles
as intended.

PR:             132638
Submitted by:   Dan Pritts <danpritts@yahoo.com>
02 Mar 2009 14:11:45
Original commit files touched by this commit  0.0.20080409_2
lioux search for other commits by this committer
Fix post-extract target when WITH_PGO. Forgot about DIST_SUBDIR.
27 Feb 2009 01:51:39
Original commit files touched by this commit  0.0.20080409_2
lioux search for other commits by this committer
o Add PGO option to enable Profile-Guided Optimization build support.
o Add DIST_SUBDIR since a y4m video sample fetched when WITH_PGO
  has a name that is too generic.
o Add RESTRICTED specifically for the same y4m video sample when
  WITH_PGO. This sample cannot be mirrored even though the port may
  still be both packaged and redistributed.
o Be pedantic when declaring port variables to insure slave port
  safety
o No PORTREVISION bump since there was neither functionality nor
  PLIST change
06 Jun 2008 14:33:40
Original commit files touched by this commit  0.0.20080409_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.0.20080409_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
10 Apr 2008 13:32:02
Original commit files touched by this commit  0.0.20080409
ahze search for other commits by this committer
Fix build on i386 by switching to yasm instead of nasm

Reported by:    Andrei V. Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
                miwi
                Boris Samorodov <bsam@ipt.ru>
10 Apr 2008 01:01:26
Original commit files touched by this commit  0.0.20080409
ahze search for other commits by this committer
Update to 2008-04-09 snapshot

Requested by:   Roman Divacky <rdivacky@freebsd.org>
20 Mar 2008 09:51:43
Original commit files touched by this commit  0.0.20070913
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
16 Sep 2007 18:07:52
Original commit files touched by this commit  0.0.20070913
ahze search for other commits by this committer
Update to 20070913 snapshot
09 Jul 2007 17:25:57
Original commit files touched by this commit  0.0.20070708
ahze search for other commits by this committer
Update to 0.0.20070708
01 Jun 2007 14:05:53
Original commit files touched by this commit  0.0.20070531
ahze search for other commits by this committer
- Update to 20070531 snapshot
- Remove optional GTK2 support for a x264-gtk slave port
19 May 2007 20:32:57
Original commit files touched by this commit  0.0.20070402_3
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
01 May 2007 22:26:45
Original commit files touched by this commit  0.0.20070402_2
ahze search for other commits by this committer
Build and install avc2avi

PR:             ports/112186
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
03 Apr 2007 13:28:50
Original commit files touched by this commit  0.0.20070402_1
ahze search for other commits by this committer
- Fix linking for amd64 machines that dont have sse3
03 Apr 2007 13:14:58
Original commit files touched by this commit  0.0.20070402
ahze search for other commits by this committer
- Update to 20070402 snapshot
- Depend on yasm>=0.6.0 on amd64 (sse3) & sparc64
- Don't pass off sparc64 as an amd64 machine
03 Apr 2007 02:27:03
Original commit files touched by this commit  0.0.20070331
nork search for other commits by this committer
Add missing "g" to respect PTHREAD_LIBS.
01 Apr 2007 21:55:41
Original commit files touched by this commit  0.0.20070331
ahze search for other commits by this committer
Remove 4.x checks
01 Apr 2007 21:37:24
Original commit files touched by this commit  0.0.20070331
ahze search for other commits by this committer
Update to 20070331
20 Dec 2006 17:12:55
Original commit files touched by this commit  0.0.20061030
ahze search for other commits by this committer
Bump min. version of gpac

Reported by:    Eugene Grosbein <eugen@kuzbass.ru>
PR:             ports/106981
06 Nov 2006 20:52:12
Original commit files touched by this commit  0.0.20061030
ahze search for other commits by this committer
Mark BROKEN on 4.x, does not build

Reported by:    pointyhat via kris
31 Oct 2006 02:28:05
Original commit files touched by this commit  0.0.20061030
ahze search for other commits by this committer
- Update to 0.0.20061030
07 Oct 2006 01:52:16
Original commit files touched by this commit  0.0.20060926_2
ahze search for other commits by this committer
- Disable gtk frontend of 4.x

Reported by:    kris mail
01 Oct 2006 15:40:18
Original commit files touched by this commit  0.0.20060926_2
ahze search for other commits by this committer
- Remove unneeded patch
- Fix plist

Reported by:    Kostik Belousov <kostikbel@gmail.com>
Pointyhat to:   me
01 Oct 2006 04:02:16
Original commit files touched by this commit  0.0.20060926_1
ahze search for other commits by this committer
- Update to 0.0.20060926
- Add an option for a gtk encoder frontend
10 Aug 2006 00:26:02
Original commit files touched by this commit  0.0.20060808
ahze search for other commits by this committer
- Depend on gpac>=0.4.0.r2,1
09 Aug 2006 15:13:13
Original commit files touched by this commit  0.0.20060808
ahze search for other commits by this committer
- Fix plist
09 Aug 2006 15:12:23
Original commit files touched by this commit  0.0.20060808
ahze search for other commits by this committer
- Update to 0.0.20060808
22 Jun 2006 03:03:33
Original commit files touched by this commit  0.0.20060621
ahze search for other commits by this committer
- Update to 0.0.20060621
09 Jun 2006 18:00:35
Original commit files touched by this commit  0.0.20060605
ahze search for other commits by this committer
- Transfer MAINTAINER to multimedia@

Approved by:    dhw (postmaster, for using multimedia@ as maintainer)
                gnome (gstreamer ports)
05 Jun 2006 23:25:34
Original commit files touched by this commit  0.0.20060605
ahze search for other commits by this committer
- Update to 0.0.20060605
- Don't extract .svn dirs
30 May 2006 01:01:33
Original commit files touched by this commit  0.0.20060528
ahze search for other commits by this committer
- Disable gpac support on 4.x to fix build

Reported by:    pointyhat via kris
28 May 2006 22:48:48
Original commit files touched by this commit  0.0.20060528
ahze search for other commits by this committer
- Update to 0.0.20060528
- Use shared gpac lib
22 May 2006 01:37:17
Original commit files touched by this commit  0.0.20060521
ahze search for other commits by this committer
- Update to 0.0.20060521
- Enable pthreads
11 May 2006 12:12:23
Original commit files touched by this commit  0.0.20060509
ahze search for other commits by this committer
- Fix build on 4.x

PR:             97131
Submitted by:   Sven Berkvens-Matthijsse
10 May 2006 11:44:28
Original commit files touched by this commit  0.0.20060509
ahze search for other commits by this committer
- Update to 0.0.20060509

patch-muxers submitted by:      lioux
17 Jan 2006 20:23:18
Original commit files touched by this commit  0.0.20060112_1
ahze search for other commits by this committer
- Disable pthreads for now

Requested by:   Thomas E. Zander <riggs@rrr.de>
14 Jan 2006 02:51:50
Original commit files touched by this commit  0.0.20060112
ahze search for other commits by this committer
- Update to 0.0.20060112
29 Dec 2005 21:17:40
Original commit files touched by this commit  0.0.20051228
ahze search for other commits by this committer
- Remove BROKEN on 4.x, now installs
- Update to 0.0.20051228

PR:     90923
25 Dec 2005 07:42:06
Original commit files touched by this commit  0.0.20051224
ahze search for other commits by this committer
- Update to 0.0.20051224
16 Dec 2005 01:53:53
Original commit files touched by this commit  0.0.20051212
ahze search for other commits by this committer
- Mark broken on 4.x

Pointed out by: kris via pointyhat
12 Dec 2005 23:17:25
Original commit files touched by this commit  0.0.20051212
ahze search for other commits by this committer
- Update to 0.0.20051212
30 Nov 2005 04:21:56
Original commit files touched by this commit  0.0.20051129
ahze search for other commits by this committer
- Update to 0.0.20051129
15 Nov 2005 02:44:33
Original commit files touched by this commit  0.0.20051114
ahze search for other commits by this committer
- Update to 0.0.20051114
09 Nov 2005 07:09:47
Original commit files touched by this commit  0.0.20051029
ahze search for other commits by this committer
- Add SHA256
- Add SIZE to a few ports
30 Oct 2005 17:33:53
Original commit files touched by this commit  0.0.20051029
ahze search for other commits by this committer
- Update to 0.0.20051029
16 Oct 2005 15:58:57
Original commit files touched by this commit  0.0.20051015
ahze search for other commits by this committer
- Update to 0.0.20051015
09 Oct 2005 20:37:39
Original commit files touched by this commit  0.0.20051004
ahze search for other commits by this committer
- Chase move of gpac-libgpac
05 Oct 2005 04:43:20
Original commit files touched by this commit  0.0.20051004
ahze search for other commits by this committer
- Update to 0.0.20051004
- Use vlc.org's snapshots now
03 Oct 2005 01:07:19
Original commit files touched by this commit  0.0.20051002
ahze search for other commits by this committer
- Update to 0.0.20051002
14 Sep 2005 09:20:43
Original commit files touched by this commit  0.0.20050914
ahze search for other commits by this committer
- Update to 0.0.20050914 (svn snapshot)
- Add new option, WITH_X11_OUTPUT, adds x11 output.
12 Jul 2005 22:24:33
Original commit files touched by this commit  0.0.20050712
ahze search for other commits by this committer
- Update to 0.0.20050712
13 Jun 2005 05:01:59
Original commit files touched by this commit  0.0.20050612
ahze search for other commits by this committer
- Update to 0.0.20050612
03 Jun 2005 04:11:38
Original commit files touched by this commit  0.0.20050531_1
ahze search for other commits by this committer
- Update to 0.0.20050531
21 May 2005 16:23:20
Original commit files touched by this commit  0.0.20050518
ahze search for other commits by this committer
- Attempt to fix build on alpha and maybe others.

Repoted by:     pointyhat via kris
19 May 2005 09:48:27
Original commit files touched by this commit  0.0.20050518
ahze search for other commits by this committer
- Fix extract on 4.x from me being stupid.

Reported by:    pav via irc.
19 May 2005 03:00:39
Original commit files touched by this commit  0.0.20050518
ahze search for other commits by this committer
- Update to 0.0.20050518
04 May 2005 07:59:46
Original commit files touched by this commit  0.0.20050421_1
ahze search for other commits by this committer
- Add missing configure args.
04 May 2005 07:55:56
Original commit files touched by this commit  0.0.20050421_1
ahze search for other commits by this committer
- Add new OPTION, WITH_GPAC, on by default. This enables you to
  export H.264 media in mpeg4 wrapper.
- Bump PORTREVISION
03 May 2005 18:05:14
Original commit files touched by this commit  0.0.20050421
ahze search for other commits by this committer
- Fix debug support, it was backwards.
23 Apr 2005 18:27:20
Original commit files touched by this commit  0.0.20050421
ahze search for other commits by this committer
- Attempt to fix build on amd64 by disabling MMX/SSE code.
  gcc complains that  -fPIC is needed to link the shared lib,
  but I have no idea how to do this with yasm? with out disabling the
  shared library and just making a static library.

Pointed out by: krismail
22 Apr 2005 14:18:03
Original commit files touched by this commit  0.0.20050421
ahze search for other commits by this committer
- Add support for sparc64 [1]
- use LDFLAGS instead of -lm

Submitted by:   kwm via irc [1]
21 Apr 2005 13:06:03
Original commit files touched by this commit  0.0.20050421
ahze search for other commits by this committer
- Update to 0.0.20050421 (cvs snapshot)
03 Feb 2005 09:46:52
Original commit files touched by this commit  0.0.20050125
ahze search for other commits by this committer
Fix build on at least amd64 and maybe others.

Build test by:  pav
31 Jan 2005 02:08:44
Original commit files touched by this commit  0.0.20050125
ahze search for other commits by this committer
- Readd ONLY_FOR_ARCHS=i386

Tested by:      pav (amd64)
Reported by:    pointyhat
26 Jan 2005 02:34:05
Original commit files touched by this commit  0.0.20050125
ahze search for other commits by this committer
- Update to 0.0.20050125
25 Jan 2005 04:56:49
Original commit files touched by this commit  0.0.20041029_1
ahze search for other commits by this committer
Utilize ONLY_FOR_ARCHS for i386 for the time being.

Reported by:    pointyhat via kris
20 Jan 2005 07:04:42
Original commit files touched by this commit  0.0.20041029_1
ahze search for other commits by this committer
- Link to ASM files so shared library actually works.
20 Jan 2005 06:49:37
Original commit files touched by this commit  0.0.20041029_1
ahze search for other commits by this committer
- Build and install Shared library
- Bump PORTREVISION
14 Jan 2005 02:38:21
Original commit files touched by this commit  0.0.20041029
ahze search for other commits by this committer
Attempt to fix build on amd64

Reported by:    pointyhat via kris
12 Jan 2005 05:10:44
Original commit files touched by this commit  0.0.20041029
ahze search for other commits by this committer
Install forgotten header file

Number of commits found: 101 (showing only 100 on this page)

1 | 2  »  

2861
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours6
new 7 days31
new fortnight62
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0