Update libx264 to latest version, built with gcc-4.8.3

This commit is contained in:
BtbN 2014-09-12 17:06:33 +02:00
parent 061bd2ad52
commit 05942740d3
5 changed files with 19 additions and 20 deletions

View File

@ -33,6 +33,14 @@ D: Altivec asm
D: BeOS and MacOS X ports.
S: France
N: Fiona Glaser
E: fiona AT x264 DOT com
D: Maintainer
D: All areas of encoder analysis and algorithms
D: Motion estimation, rate control, macroblock & frame decisions, RDO, etc
D: x86 asm
S: USA
N: Gabriel Bouvigne
E: bouvigne AT mp3-tech DOT org
D: 2pass VBV
@ -47,31 +55,25 @@ E: henrik AT gramner DOT com
D: 4:2:2 chroma subsampling, x86 asm, Windows improvements, bugfixes
S: Sweden
N: Fiona Glaser
E: fiona AT x264 DOT com
D: x86 asm, 1pass VBV, adaptive quantization, inline asm
D: various speed optimizations, bugfixes
S: USA
N: Laurent Aimar
E: fenrir AT via.ecp DOT fr
E: fenrir AT videolan DOT org
C: fenrir
D: Intial import, former maintainer
D: x86 asm (mmx/mmx2)
S: France
N: Loren Merritt
E: lorenm AT u.washington DOT edu
E: pengvado AT akuvian DOT org
C: pengvado
D: maintainer
D: Maintainer
D: All areas of encoder analysis and algorithms
D: Motion estimation, rate control, macroblock & frame decisions, RDO, etc.
D: Motion estimation, rate control, macroblock & frame decisions, RDO, etc
D: Multithreading
D: x86 and x86_64 asm (mmx/mmx2/sse2)
D: x86 asm
S: USA
N: Mans Rullgard
E: mru AT inprovide DOT com
E: mru AT mansr DOT com
C: mru
D: Rate control
S: Southampton, UK
@ -91,10 +93,6 @@ D: Win32/VC 6.0 port
D: gcc asm to nasm conversion
S: China
N: Phil Jensen
E: philj AT csufresno DOT edu
D: SPARC asm
N: Radek Czyz
E: radoslaw AT syskin DOT cjb DOT net
D: Cached motion compensation

Binary file not shown.

Binary file not shown.

View File

@ -152,10 +152,11 @@ typedef struct
/* PowerPC */
#define X264_CPU_ALTIVEC 0x0000001
/* ARM */
/* ARM and AArch64 */
#define X264_CPU_ARMV6 0x0000001
#define X264_CPU_NEON 0x0000002 /* ARM NEON */
#define X264_CPU_FAST_NEON_MRC 0x0000004 /* Transfer from NEON to ARM register is fast (Cortex-A9) */
#define X264_CPU_ARMV8 0x0000008
/* Analyse flags */
#define X264_ANALYSE_I4x4 0x0001 /* Analyse i4x4 */

View File

@ -2,7 +2,7 @@
#define X264_GPL 1
#define X264_INTERLACED 0
#define X264_CHROMA_FORMAT 0
#define X264_REV 2452
#define X264_REV 2479
#define X264_REV_DIFF 0
#define X264_VERSION " r2452 08d36b3"
#define X264_POINTVER "0.142.2452 08d36b3"
#define X264_VERSION " r2479 dd79a61"
#define X264_POINTVER "0.142.2479 dd79a61"