Commit Graph

10 Commits

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