50 Commits

Author SHA1 Message Date
naddy
dafbfe8566 build PIC code on all archs; from Brad 2018-11-02 23:37:03 +00:00
ajacoutot
be0bbc0221 Update to x264-20180908.
This update enables 10-bit depth support.

from Brad (maintainer)
2018-09-16 06:37:15 +00:00
sthen
de2c24835a use clock_gettime, from Brad. 2018-07-01 21:10:10 +00:00
ajacoutot
300d15d554 Enable some ports and adjust for atomic ops on arm.
from Brad
2018-01-20 11:42:59 +00:00
jca
8bd354bb9c Give those a chance on non-clang archs
Looks like this is broken since the transition to COMPILER.
2017-12-20 18:28:48 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
sthen
a6aa8b1216 update to x264-20170717, from Brad 2017-08-10 12:01:20 +00:00
ajacoutot
b774798289 Drop MODULES and use COMPILER instead.
from Brad (maintaine) with input from espie@
2017-06-12 08:54:55 +00:00
ajacoutot
079f9042e5 Use atomic ops on aarch64.
from Brad (maintainer)
2017-03-01 08:53:46 +00:00
ajacoutot
0ed07e1e75 Update to x264-20170125.
from Brad (maintainer)
2017-01-26 03:16:57 +00:00
ajacoutot
40e26390e0 Update to x264-20160930. 2016-10-03 08:04:37 +00:00
ajacoutot
6635918b1b Update to x264-20160508.
from Brad (maintainer)
2016-05-09 06:09:09 +00:00
naddy
8dee10176b remove simple instances of NO_SHARED_LIBS 2016-03-10 22:51:45 +00:00
ajacoutot
86adc8f24c Use __sync atomic op on sparc64.
from Brad (maintainer)
2016-01-02 07:49:19 +00:00
ajacoutot
9655763532 Enable the use of built-in atomic ops on mips64.
from Brad (maintainer)
2015-12-25 07:51:36 +00:00
ajacoutot
04c1948976 Update to x264-20150728.
from brad (maintainer)
2015-08-13 07:35:21 +00:00
ajacoutot
6619783cf4 Use __sync_fetch_and_add on a few more archs other than i386 (amd64,
powerpc, alpha, sparc).

from brad (maintainer)
2015-07-06 21:54:33 +00:00
kettenis
b20f22ef55 Drop local changes that build the static library without -fPIC. These days
most of our architectures default to PIE, which for all practical purpose
is equivalent to PIC.  This also brings back -Bsymbolic, which is needed
on amd64 to work around the fact that some of the assembler code generates
R_X86_64_PC32 relocations that binutils 2.17 complains about (rightly so).

Set REVISION to reflect that this actually changes the generated binaries.

ok ajacoutot@
2015-05-11 19:30:20 +00:00
brad
62a5ac322a Update to x264-20141218. 2015-01-07 08:53:07 +00:00
jasper
1dddebc95a remove instances of MODCLANG_LANGS=c as 'c' is already the default.
nb: it leaves cases where multiple languages (such as 'c' and 'c++') to make
it clear what the full list is.

ok brad@
2014-10-15 17:33:51 +00:00
brad
64e8373cad Update to x264-20140525.
ok juan@
2014-06-02 22:01:02 +00:00
brad
34e8ba7fa8 Also build with Clang on i386.
ok ajacoutot@
2014-05-31 01:54:17 +00:00
brad
fa76add991 Have amd64 use Clang + the integrated assembler to build the ASM support
within x264. Enabling the ASM support results in a huge performance
improvement.

ok sthen@ espie@
2014-01-10 19:31:51 +00:00
brad
8c6aa61ebd Update to x264-20131002.
ok ajacoutot@
2013-10-06 20:38:52 +00:00
naddy
c7e055641a kill direct and indirect references to GCC2_ARCHS 2013-08-07 15:37:07 +00:00
brad
1ea8cd0ecf Move this up to the top. 2013-07-05 21:32:21 +00:00
espie
4609ceb204 heck, even configure says it won't build 2013-07-05 06:34:46 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
brad
42c72159c7 Update to x 264 20130302.
ok ajacoutot@
2013-03-09 09:31:12 +00:00
brad
e3e1b6d923 Update to x264-20121114.
ok ajacoutot@
2012-11-23 03:53:37 +00:00
jasper
4272ee15d5 Remove -pthread patching.
from brad
2012-08-27 09:34:42 +00:00
ajacoutot
2effdf8b9c Update to x264-20120520.
from Brad (maintainer)
2012-05-25 07:45:33 +00:00
ajacoutot
106788a9a6 Update to x264-20111027.
from Brad, maintainer
2011-11-07 15:53:08 +00:00
ajacoutot
9a3bf40840 Update to x264-20110830.
from Brad (maintainer)
bulk testing by jasper@
2011-09-14 09:23:49 +00:00
jasper
4b58a16831 - no need to use the gcc3 module anymore on sparc
from brad
2011-07-11 12:13:03 +00:00
sthen
38143b0412 fix license markers, from Brad 2011-06-24 20:10:27 +00:00
jakemsr
c24c1fd9fa update to x264-20110225
from Brad (MAINTAINER)
2011-03-12 21:07:09 +00:00
jakemsr
36eed127e1 update to x264-snapshot-20101023-2245
works with upcoming mplayer update as well as current ports
from Brad (MAINTAINER)
2010-11-06 23:05:48 +00:00
sebastia
e05e99aa77 build with gcc3 on sparc
OK landry@ sthen@
MAINTAINER OKed x264
2010-06-15 10:07:41 +00:00
jakemsr
51ce2b6bbe update to x264-snapshot-20100511-2245
this is an ABI/API change.  there will be fallout, but patches
exist and will be committed rsn ...

mostly from MAINTAINER
2010-05-26 21:18:17 +00:00
kili
1c274146f6 Update to a newer snapshot.
From Brad (new maintainer).

"theoretically ok" ajacoutot@
2009-04-14 19:50:47 +00:00
brad
acf00b96dc - Add support for x264 detecting the number of CPUs via the
hw.ncpu sysctl.
- Switch the AltiVec code from using the signals method of
  presence detection to using the machdep.altivec sysctl.

ok kili@
2008-08-28 15:23:31 +00:00
brad
7117b44c59 - Don't use ${CONFIGURE_SHARED} since this isn't autoconf proper
- Add missing --prefix
- Remove no longer used pre-configure target
2008-08-22 12:43:33 +00:00
jakemsr
750433f77a - fix build on macppc
- we have isfinite() now

ok brad
2008-08-20 01:44:44 +00:00
sthen
323cf44154 shared library and PKGNAME bumps due to use of isinf/isnan/nan
following libc/libm changes
2008-07-25 20:25:59 +00:00
brad
57f2cafc36 Upgrade to x264 snapshot 20080713.
Also remove ajacoutot@ as maintainer per his request.

ok jakemsr@
2008-07-22 20:24:04 +00:00
ajacoutot
53a08955f5 - really use nasm to build x264 under i386 and use yasm under amd64
- dont't add -fPIC to $CFLAGS automatically (even though we set --enable-pic) ;
this is handled in the Makefile so that we can build the static lib from
non-pic objects

Tested by sthen and myself
2007-07-20 20:11:48 +00:00
ajacoutot
2789e2ec04 - regen distinfo to base64 encoded
spotted by martynas@
2007-04-27 06:27:20 +00:00
ajacoutot
867e47f00d - use -pthread instead of -lpthread when linking
- kill a hardcoded /usr/X11R6 in configure
- generate x264.pc with proper libraries (add -m, use -pthread instead
of -lpthread)

from jakemsr (Jacob Meuser)
2007-04-23 10:20:48 +00:00
ajacoutot
803ba42b08 Import x264-20070325
x264 is a free library for encoding H264/AVC video streams.

This program requires a processor with recent instructions (MMX/SSE for
i386, AltiVec for powerpc).

Encoder features:
 * CAVLC/CABAC
 * Multi-references
 * Intra: all macroblock types (16x16, 8x8, and 4x4 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, single or multipass ABR, optional VBV
 * Scene cut detection
 * Adaptive B-frame placement
 * B-frames as references / arbitrary frame order
 * 8x8 and 4x4 adaptive spatial transform
 * Lossless mode
 * Custom quantization matrices
 * Parallel encoding of multiple slices
 * Interlacing


based on an original submission by Nikns Siankin <nikns at secure dot lv>
help and ok naddy@ steven@
2007-04-08 17:31:01 +00:00