Log of /branches/release-1_3-branch/xvidcore/build/win32
Directory Listing
Revision
1928 -
Directory Listing
Modified
Tue Dec 28 19:19:57 2010 UTC (12 years, 5 months ago) by
Isibaar
get rid off compiler warnings
Revision
1925 -
Directory Listing
Modified
Mon Dec 27 16:39:33 2010 UTC (12 years, 5 months ago) by
This commit was manufactured by cvs2svn to create branch
'release-1_3-branch'.
Revision
1907 -
Directory Listing
Modified
Tue Nov 16 14:58:42 2010 UTC (12 years, 6 months ago) by
Isibaar
Original Path:
trunk/xvidcore/build/win32
Had accidentally overwritten the VS 2005 project files by VS 2008 ones -> Restore previous version.
Revision
1851 -
Directory Listing
Modified
Wed Jan 7 16:22:02 2009 UTC (14 years, 4 months ago) by
Isibaar
Original Path:
trunk/xvidcore/build/win32
added quotes around nasm include paths to fix problems with directory names containing spaces
Revision
1773 -
Directory Listing
Modified
Sat Apr 28 16:30:26 2007 UTC (16 years, 1 month ago) by
syskin
Original Path:
trunk/xvidcore/build/win32
Correction to out-of-bounds memory access in d_mv_bits; an assertion showing that d_mv_bits is still wrong; VC8 project files
Revision
1646 -
Directory Listing
Modified
Fri Oct 7 15:02:28 2005 UTC (17 years, 7 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/build/win32
minor xvid_{enc,dec}_raw fixes:
- fix clock resolution (thanks yuri khan)
- link vfw32.lib for win32 avifile support
- honour avifile stream length
Revision
1426 -
Directory Listing
Modified
Tue Apr 13 21:20:45 2004 UTC (19 years, 1 month ago) by
suxen_drol
Original Path:
trunk/xvidcore/build/win32
static library for msvc (for xvid_bench)
added xvid_encraw_static, xvid_decraw_static projects
win32 stdin warning for xvid_decraw
fixed xvid_decraw compile warnings and div0 error
Revision
824 -
Directory Listing
Modified
Sun Feb 9 19:32:52 2003 UTC (20 years, 3 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 (20 years, 10 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 (21 years, 2 months ago) by
suxen_drol
Original Path:
trunk/xvidcore/build/win32
added *.h to msvc project, removed __declspec(align(..)) for _MSC_VER <= 1200