Log of /trunk/xvidcore/build/win32
Directory Listing
Revision
2177 -
Directory Listing
Modified
Sun Nov 3 11:50:49 2019 UTC (4 years, 10 months ago) by
Isibaar
- Fix of various long-standing bitstream decoder bugs (Credit to OSS-Fuzz).
- Some minor decoder cleanups and improved robustness.
Revision
2094 -
Directory Listing
Modified
Thu Sep 25 17:41:11 2014 UTC (9 years, 11 months ago) by
Isibaar
Enabled multi-threaded builds in MSVC by default
Revision
1976 -
Directory Listing
Modified
Mon May 16 10:05:03 2011 UTC (13 years, 4 months ago) by
Isibaar
- Fix issue with CR/LF
Revision
1928 -
Directory Listing
Modified
Tue Dec 28 19:19:57 2010 UTC (13 years, 8 months ago) by
Isibaar
get rid off compiler warnings
Revision
1907 -
Directory Listing
Modified
Tue Nov 16 14:58:42 2010 UTC (13 years, 10 months ago) by
Isibaar
Had accidentally overwritten the VS 2005 project files by VS 2008 ones -> Restore previous version.
Revision
1906 -
Directory Listing
Modified
Tue Nov 16 14:42:07 2010 UTC (13 years, 10 months ago) by
Isibaar
Clean-up for vbv_peakrate handling (many thanks to Lasse Collin)
Revision
1894 -
Directory Listing
Modified
Sun Oct 10 19:24:24 2010 UTC (13 years, 11 months ago) by
Isibaar
PSNR-HVS-M quality metric
Revision
1883 -
Directory Listing
Modified
Tue Mar 9 10:00:30 2010 UTC (14 years, 6 months ago) by
Isibaar
app-level multi-threading for xvid_encraw
Revision
1851 -
Directory Listing
Modified
Wed Jan 7 16:22:02 2009 UTC (15 years, 8 months ago) by
Isibaar
added quotes around nasm include paths to fix problems with directory names containing spaces
Revision
1827 -
Directory Listing
Modified
Sun Nov 30 16:38:31 2008 UTC (15 years, 9 months ago) by
Isibaar
VC8 win32 / x64 project files
Revision
1796 -
Directory Listing
Modified
Wed Nov 26 02:12:41 2008 UTC (15 years, 9 months ago) by
Isibaar
updated MSVC project files
Revision
1773 -
Directory Listing
Modified
Sat Apr 28 16:30:26 2007 UTC (17 years, 4 months ago) by
syskin
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
1734 -
Directory Listing
Modified
Fri Oct 13 08:39:31 2006 UTC (17 years, 11 months ago) by
Isibaar
- Updated the MSVC project files plus some minor compilation fixes
Revision
1711 -
Directory Listing
Modified
Sat Jun 17 13:08:05 2006 UTC (18 years, 3 months ago) by
Isibaar
- Enabled Skal's new SIMD optimizations for GMC
Revision
1646 -
Directory Listing
Modified
Fri Oct 7 15:02:28 2005 UTC (18 years, 11 months ago) by
suxen_drol
minor xvid_{enc,dec}_raw fixes:
- fix clock resolution (thanks yuri khan)
- link vfw32.lib for win32 avifile support
- honour avifile stream length
Revision
1506 -
Directory Listing
Modified
Sun Jul 18 11:51:44 2004 UTC (20 years, 2 months ago) by
syskin
VHQ for bframes
Revision
1493 -
Directory Listing
Modified
Thu Jul 15 10:09:30 2004 UTC (20 years, 2 months ago) by
suxen_drol
Dcoder's sse2 brightness code
xvid.h vbv comments
Revision
1435 -
Directory Listing
Modified
Fri Apr 16 09:09:33 2004 UTC (20 years, 5 months ago) by
suxen_drol
removed libxvidcore_static.def
Revision
1432 -
Directory Listing
Modified
Thu Apr 15 19:44:06 2004 UTC (20 years, 5 months ago) by
edgomez
Merging 1.0 fixes, fix for h263 mmx quant
Revision
1426 -
Directory Listing
Modified
Tue Apr 13 21:20:45 2004 UTC (20 years, 5 months ago) by
suxen_drol
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
1398 -
Directory Listing
Modified
Fri Apr 2 21:29:21 2004 UTC (20 years, 5 months ago) by
edgomez
Merged 1.0 branch fixes
Revision
1397 -
Directory Listing
Modified
Thu Apr 1 11:11:28 2004 UTC (20 years, 5 months ago) by
suxen_drol
brightness control
Revision
1385 -
Directory Listing
Modified
Mon Mar 22 23:49:11 2004 UTC (20 years, 6 months ago) by
edgomez
xvidcore 1.0.0 rc3 merge back to HEAD
Revision
1382 -
Directory Listing
Modified
Mon Mar 22 22:36:25 2004 UTC (20 years, 6 months ago) by
edgomez
xvidcore 1.0.0 rc3 merge back to HEAD
Revision
860 -
Directory Listing
Modified
Sun Feb 16 05:11:39 2003 UTC (21 years, 7 months ago) by
suxen_drol
futher portab.h, ARCH_IS_xxx fixes
Revision
851 -
Directory Listing
Modified
Sat Feb 15 15:22:19 2003 UTC (21 years, 7 months ago) by
edgomez
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too
Revision
842 -
Directory Listing
Modified
Thu Feb 13 12:50:43 2003 UTC (21 years, 7 months ago) by
suxen_drol
line feed fixup
Revision
824 -
Directory Listing
Modified
Sun Feb 9 19:32:52 2003 UTC (21 years, 7 months ago) by
edgomez
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
682 -
Directory Listing
Modified
Wed Nov 27 21:08:34 2002 UTC (21 years, 9 months ago) by
edgomez
Added 2 last projects and added a workspace
Revision
564 -
Directory Listing
Modified
Sat Sep 28 15:47:46 2002 UTC (21 years, 11 months ago) by
edgomez
Added to project
Revision
546 -
Directory Listing
Modified
Fri Sep 27 18:26:59 2002 UTC (21 years, 11 months ago) by
edgomez
Updated - unix2dos applied
Revision
505 -
Directory Listing
Modified
Sat Sep 21 15:16:48 2002 UTC (22 years ago) by
suxen_drol
msvc dsp fix
Revision
498 -
Directory Listing
Modified
Sat Sep 21 02:29:39 2002 UTC (22 years ago) by
suxen_drol
removed smb_motionest.h reference
Revision
494 -
Directory Listing
Modified
Fri Sep 20 18:27:03 2002 UTC (22 years ago) by
edgomez
Old files renamed
Revision
493 -
Directory Listing
Modified
Fri Sep 20 18:25:34 2002 UTC (22 years ago) by
edgomez
renamed to libxvidcore.dsp
Revision
492 -
Directory Listing
Modified
Fri Sep 20 17:28:52 2002 UTC (22 years ago) by
edgomez
Removed in favour of xvidcore.dsw
Revision
367 -
Directory Listing
Modified
Fri Aug 9 10:45:05 2002 UTC (22 years, 1 month ago) by
suxen_drol
sse2 dequant funcs revamped
Revision
329 -
Directory Listing
Modified
Tue Jul 23 12:59:57 2002 UTC (22 years, 2 months ago) by
suxen_drol
sad[16,8]_mmx, sad[16,8]_3dn, sad8_xmm
Revision
295 -
Directory Listing
Modified
Fri Jul 12 12:26:55 2002 UTC (22 years, 2 months ago) by
suxen_drol
XVID_ENC_PARAM->num_threads
Revision
262 -
Directory Listing
Modified
Sun Jul 7 09:45:40 2002 UTC (22 years, 2 months ago) by
Isibaar
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code
Revision
234 -
Directory Listing
Modified
Sun Jun 23 03:58:32 2002 UTC (22 years, 3 months ago) by
suxen_drol
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c
Revision
206 -
Directory Listing
Modified
Fri Jun 14 12:26:06 2002 UTC (22 years, 3 months ago) by
suxen_drol
msvc asm{} codingstyle fix
Revision
168 -
Directory Listing
Modified
Thu May 9 00:15:51 2002 UTC (22 years, 4 months ago) by
chenm001
add low_delay decode support
Revision
156 -
Directory Listing
Modified
Fri May 3 00:45:10 2002 UTC (22 years, 4 months ago) by
chenm001
add B-frame decode support
Revision
118 -
Directory Listing
Modified
Sat Apr 13 16:30:02 2002 UTC (22 years, 5 months ago) by
suxen_drol
bframe "support" code
Revision
68 -
Directory Listing
Modified
Mon Mar 25 20:01:54 2002 UTC (22 years, 6 months ago) by
suxen_drol
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 (22 years, 6 months ago) by
h
change release compilation inlining mode to "any suitable" - runs faster (just)
Revision
22 -
Directory Listing
Modified
Mon Mar 11 01:16:26 2002 UTC (22 years, 6 months ago) by
Isibaar
no message
Revision
3 -
Directory Listing
Added
Fri Mar 8 02:46:11 2002 UTC (22 years, 6 months ago) by
Isibaar
moved sources