Log of /branches/dev-api-4/xvidcore/build/win32
Directory Listing
Revision
1018 -
Directory Listing
Modified
Wed May 14 11:49:16 2003 UTC (21 years, 4 months ago) by
suxen_drol
removed plugin_{cbr, fixed}.c from build files; added plugin_single.c
Revision
942 -
Directory Listing
Modified
Tue Mar 25 11:01:48 2003 UTC (21 years, 5 months ago) by
suxen_drol
2pass2
Revision
939 -
Directory Listing
Modified
Sun Mar 23 09:35:25 2003 UTC (21 years, 5 months ago) by
suxen_drol
added fixed,cbr,2pass1 plugins
Revision
926 -
Directory Listing
Modified
Sun Mar 16 12:05:09 2003 UTC (21 years, 6 months ago) by
suxen_drol
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added
Revision
920 -
Directory Listing
Modified
Sat Mar 15 14:32:56 2003 UTC (21 years, 6 months ago) by
suxen_drol
enc_encode CLOSE_GOP fixed, further cleanup
XVID_REQORIGINAL plugin support
plugin examples: xvid_plugin_psnr, xvid_plugin_dump
Revision
890 -
Directory Listing
Modified
Sat Feb 22 08:49:45 2003 UTC (21 years, 6 months ago) by
suxen_drol
++api v1.-127.0
Revision
886 -
Directory Listing
Modified
Fri Feb 21 14:49:29 2003 UTC (21 years, 6 months ago) by
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.
Revision
824 -
Directory Listing
Modified
Sun Feb 9 19:32:52 2003 UTC (21 years, 7 months ago) by
edgomez
Original Path:
trunk/xvidcore/build/win32
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
262 -
Directory Listing
Modified
Sun Jul 7 09:45:40 2002 UTC (22 years, 2 months ago) by
Isibaar
Original Path:
trunk/xvidcore/build/win32
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code
Revision
68 -
Directory Listing
Modified
Mon Mar 25 20:01:54 2002 UTC (22 years, 5 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/build/win32
added *.h to msvc project, removed __declspec(align(..)) for _MSC_VER <= 1200