Log of /branches/release-0_9_1-fixes/xvidcore/build
Directory Listing
Revision
1102 -
Directory Listing
Modified
Mon Jul 28 13:19:47 2003 UTC (19 years, 7 months ago) by
edgomez
Increased the version number
Revision
1024 -
Directory Listing
Modified
Wed May 14 23:32:54 2003 UTC (19 years, 10 months ago) by
edgomez
Added module building for MacOSX.
Revision
969 -
Directory Listing
Modified
Fri Apr 4 16:57:51 2003 UTC (19 years, 11 months ago) by
edgomez
Applied fix for MacOSX build and install
Revision
928 -
Directory Listing
Modified
Mon Mar 17 23:24:21 2003 UTC (20 years ago) by
edgomez
Backport of build file fixes from CVS_HEAD
Revision
847 -
Directory Listing
Modified
Thu Feb 13 17:31:35 2003 UTC (20 years, 1 month ago) by
This commit was manufactured by cvs2svn to create branch
'release-0_9_1-fixes'.
Revision
830 -
Directory Listing
Modified
Tue Feb 11 21:56:31 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/build
patch-13
More "unknown compiler" friendly portab.h file.
patch-14
The PPC port is now disabled because it is outdated.
patch-15
Added the configure bootstrap script.
patch-16
Changed linking option on PPC platforms (-flat_namespace)
patch-17
Added IA64 DCT source choice according to the compiler basename.
patch-18
Fixed xvid_encraw help message.
patch-19
Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
Removed BFrame outdated bframe/qpel decoding.
Revision
825 -
Directory Listing
Modified
Sun Feb 9 19:48:40 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/build
Helper script to generate the configure script and all needed files
Revision
824 -
Directory Listing
Modified
Sun Feb 9 19:32:52 2003 UTC (20 years, 1 month ago) by
edgomez
Original Path:
trunk/xvidcore/build
I made all these changes on my own working copy until i had
something really usable wihtout regressions for most users.
I think its place is now in CVS. Here is a ChangeLog summary
generated from my local patches.
base-0
Imported xvidcore 0.9.0 into arch repository
patch-1
Updated to current stable CVS_HEAD
patch-2
Changed build system for Unix OSes
patch-3
Fixes for the new build system in sources.
patch-4
Fixed options and added the --disable-assembly option
patch-5
Fixed a BSD checking in nasm output format.
patch-6
Fixed the "ar" "s" option for some platforms.
patch-7
Changed the way I add strings into variables.
patch-8
Fixed portab.h for _DEBUG target and GCC/ICC compilers.
patch-9
Added Altivec detection (Guillaume Morin)
patch-10
Fixed MacOSX build.
patch-11
Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
patch-12
DivX4 compatibility layer has been turned into an option (default:disable).
ToDo:
- Fix IA64 assembly file selection.
- Do I disable PPC assembly code ? (according to Guillaume, it needs to be updated)
Revision
508 -
Directory Listing
Modified
Sun Sep 22 10:27:52 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/build
Changed profiling option, added arcs profiling, branch probabilities, and test coverage
Revision
507 -
Directory Listing
Modified
Sun Sep 22 10:19:51 2002 UTC (20 years, 6 months ago) by
edgomez
Original Path:
trunk/xvidcore/build
Removed SMP cflag and added BFRAMES_DEC (lacks real testing).
Revision
334 -
Directory Listing
Modified
Wed Jul 24 11:30:01 2002 UTC (20 years, 8 months ago) by
chl
Original Path:
trunk/xvidcore/build
Added motion/x86_asm/sad_3dn.asm because it was missing (good reason!)
Revision
301 -
Directory Listing
Modified
Tue Jul 16 17:42:36 2002 UTC (20 years, 8 months ago) by
ia64p
Original Path:
trunk/xvidcore/build
fix for a bug in the ia64 idct, that prevents compilation with intel ecc
Revision
298 -
Directory Listing
Modified
Tue Jul 16 11:02:17 2002 UTC (20 years, 8 months ago) by
ia64p
Original Path:
trunk/xvidcore/build
Global assembler optimization of halfpel8_refine, via inlinig of sad
Revision
276 -
Directory Listing
Modified
Tue Jul 9 21:39:19 2002 UTC (20 years, 8 months ago) by
chl
Original Path:
trunk/xvidcore/build
Added pentium/pentiumpro switches. Slightly faster for 2.95 than i686
Revision
262 -
Directory Listing
Modified
Sun Jul 7 09:45:40 2002 UTC (20 years, 8 months ago) by
Isibaar
Original Path:
trunk/xvidcore/build
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code
Revision
236 -
Directory Listing
Modified
Sun Jun 23 19:48:06 2002 UTC (20 years, 9 months ago) by
edgomez
Original Path:
trunk/xvidcore/build
- transfer_8to16sub2_mmx activation
- Compile fixes (a missing image/font.h ???)
- Linux Makefile update to take care of last changes in feature
constants
Revision
234 -
Directory Listing
Modified
Sun Jun 23 03:58:32 2002 UTC (20 years, 9 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/build
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c
Revision
207 -
Directory Listing
Modified
Fri Jun 14 13:06:33 2002 UTC (20 years, 9 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/build
updated Makefile.djgpp, added DECLARE_ALIGNED_MATRIX to portab.h for unknown/other platform
Revision
205 -
Directory Listing
Modified
Fri Jun 14 08:26:04 2002 UTC (20 years, 9 months ago) by
ia64p
Original Path:
trunk/xvidcore/build
IA64 assembler files, initial version, only partly optimized
Revision
191 -
Directory Listing
Modified
Sun Jun 9 12:18:23 2002 UTC (20 years, 9 months ago) by
edgomez
Original Path:
trunk/xvidcore/build
Added lot of new gcc features for 3.1 and added comments. We can set environment variables to preset CC and CFLAGS now
Revision
68 -
Directory Listing
Modified
Mon Mar 25 20:01:54 2002 UTC (21 years ago) by
suxen_drol
Original Path:
trunk/xvidcore/build
added *.h to msvc project, removed __declspec(align(..)) for _MSC_VER <= 1200
Revision
33 -
Directory Listing
Modified
Sat Mar 16 14:13:51 2002 UTC (21 years ago) by
h
Original Path:
trunk/xvidcore/build
change release compilation inlining mode to "any suitable" - runs faster (just)