Commit Graph

18 Commits

Author SHA1 Message Date
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