[svn] / branches / dev-api-4 / xvidcore / build / win32 / libxvidcore.dsp Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/build/win32/libxvidcore.dsp

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1352 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 6 11:27:43 2004 UTC (20 years, 1 month ago) by suxen_drol
File length: 36731 byte(s)
Diff to previous 1301
generate implibs (win32\bin\xvidcore.lib.a)

Revision 1301 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 2 13:18:28 2004 UTC (20 years, 3 months ago) by syskin
File length: 36673 byte(s)
Diff to previous 1253
dynamic linking in win32

Revision 1253 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 10 15:07:42 2003 UTC (20 years, 3 months ago) by edgomez
File length: 35670 byte(s)
Diff to previous 1228
* copyright fix(?)
* ending new lines missing (gcc)
* added $Id$ field

Revision 1228 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 29 18:07:45 2003 UTC (20 years, 4 months ago) by edgomez
File length: 35443 byte(s)
Diff to previous 1222
Fixed csp asm building?

Revision 1222 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 22 15:31:28 2003 UTC (20 years, 4 months ago) by edgomez
File length: 35443 byte(s)
Diff to previous 1209
Pushed again some lost changes and TODO updated

Revision 1209 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 15 03:10:42 2003 UTC (20 years, 4 months ago) by suxen_drol
File length: 35659 byte(s)
Diff to previous 1197
qpel_mmx.asm missing from libxvidcore.dsp
updated TODO.

Revision 1197 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 2 23:02:52 2003 UTC (20 years, 4 months ago) by edgomez
File length: 35413 byte(s)
Diff to previous 1195
* Added Dmitry SSE2 iDCT code back.
* Plugged Dmitry iDCT as default for SSE2
* Fixed a bug in xvid_bench that was making it would test some CPU
  instruction set w/o host CPU support. xvidcore init was simply
  discarding irrelevant cpu flags.

Revision 1195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 29 12:41:41 2003 UTC (20 years, 5 months ago) by edgomez
File length: 34638 byte(s)
Diff to previous 1190
* Added sse2 f/iDCT code from skal
* Added hooking in xvid.c

Revision 1190 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 27 01:03:06 2003 UTC (20 years, 5 months ago) by edgomez
File length: 33869 byte(s)
Diff to previous 1182
* Ported the ffmpeg fDCT functions (mmx and xmm).
* Modified the skal's versions a bit to allow rolling loops.
* Activated Skal's fDCTs (unrolled versions) for mmx _and_ xmm
  (old code was ignoring xmm versions)
* Removed the SSE2 versions (they'll be back later)
* .data -> .rodata
* Applied announced asm CodingStyle to the dct dir
  (I'll have to add a section with the said CodingStyle)

Revision 1182 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 21 16:48:58 2003 UTC (20 years, 5 months ago) by edgomez
File length: 33833 byte(s)
Diff to previous 1174
Handles nasm include path weirdness

CodingStyle (forgiven bit from last patcheset)

Revision 1174 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 7 13:02:35 2003 UTC (20 years, 5 months ago) by edgomez
File length: 33827 byte(s)
Diff to previous 1143
Quantization namespace and API changes

Revision 1143 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 11 12:33:12 2003 UTC (20 years, 6 months ago) by syskin
File length: 33819 byte(s)
Diff to previous 1142
working

Revision 1142 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 10 22:19:00 2003 UTC (20 years, 6 months ago) by edgomez
File length: 35259 byte(s)
Diff to previous 1125
Motion Estimation module splitting.

Revision 1125 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 22 15:52:35 2003 UTC (20 years, 7 months ago) by Isibaar
File length: 33878 byte(s)
Diff to previous 1093
qpel mmx MC code

Revision 1093 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 24 09:06:16 2003 UTC (20 years, 8 months ago) by Isibaar
File length: 32923 byte(s)
Diff to previous 1062
added gmc.[c,h]

Revision 1062 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 10:10:45 2003 UTC (20 years, 9 months ago) by suxen_drol
File length: 32699 byte(s)
Diff to previous 1031
adapt_quant.h and adapt_quant.c removed from msvc project

Revision 1031 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 17 13:26:51 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 32851 byte(s)
Diff to previous 1018
* dynamic bvop decision stats bug fixed
* added runtime debug level option. this only only activated when _DEBUG is defined.
  level is specified globaly, via "xvid_glb_init_t.debug" and XVID_DEBUG_xxx defines.
  references to previous DPRINTF_LEVEL_xxx's have been replaced throughout libxvidcore
* futher bitrate zone fixes for plugin_2pass2.c
* removed old ratecontrol.c from msvc project
* xvid_encraw.c specifc:
  * added "-max_key_interval integer" option
  * renamed -debug to -vop_debug
  * added "-debug integer" option, which sets xvid_gbl_init_t.debug field
  * s/length/len/ status line
* vfw specific:
  * zone/bitrate typos fixed ("you eediot")
  * renamed "debug" regkey to "vop_debug"
  * added "debug" regeky and textbox which sets xvid_gbl_init_t.debug field

Revision 1018 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 11:49:16 2003 UTC (20 years, 10 months ago) by suxen_drol
File length: 32927 byte(s)
Diff to previous 942
removed plugin_{cbr, fixed}.c from build files; added plugin_single.c

Revision 942 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 25 11:01:48 2003 UTC (21 years ago) by suxen_drol
File length: 33003 byte(s)
Diff to previous 939
2pass2

Revision 939 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 23 09:35:25 2003 UTC (21 years ago) by suxen_drol
File length: 32923 byte(s)
Diff to previous 926
added fixed,cbr,2pass1 plugins

Revision 926 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 16 12:05:09 2003 UTC (21 years ago) by suxen_drol
File length: 32687 byte(s)
Diff to previous 920
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added

Revision 920 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 15 14:32:56 2003 UTC (21 years ago) by suxen_drol
File length: 32602 byte(s)
Diff to previous 890
enc_encode CLOSE_GOP fixed, further cleanup
XVID_REQORIGINAL plugin support
plugin examples: xvid_plugin_psnr, xvid_plugin_dump

Revision 890 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 22 08:49:45 2003 UTC (21 years, 1 month ago) by suxen_drol
File length: 32320 byte(s)
Diff to previous 886
++api v1.-127.0

Revision 886 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:49:29 2003 UTC (21 years, 1 month ago) by
File length: 32430 byte(s)
Diff to previous 851
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/build/win32/libxvidcore.dsp
File length: 32430 byte(s)
Diff to previous 842
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 842 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 13 12:50:43 2003 UTC (21 years, 1 month ago) by suxen_drol
Original Path: trunk/xvidcore/build/win32/libxvidcore.dsp
File length: 25262 byte(s)
Diff to previous 824
line feed fixup

Revision 824 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 9 19:32:52 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/build/win32/libxvidcore.dsp
File length: 26040 byte(s)
Diff to previous 682
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 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 27 21:08:34 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/build/win32/libxvidcore.dsp
File length: 25940 byte(s)
Diff to previous 505
Added 2 last projects and added a workspace

Revision 505 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 15:16:48 2002 UTC (21 years, 6 months ago) by suxen_drol
Original Path: trunk/xvidcore/build/win32/libxvidcore.dsp
File length: 24868 byte(s)
Diff to previous 498
msvc dsp fix

Revision 498 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 02:29:39 2002 UTC (21 years, 6 months ago) by suxen_drol
Original Path: trunk/xvidcore/build/win32/libxvidcore.dsp
File length: 10455 byte(s)
Diff to previous 494
removed smb_motionest.h reference

Revision 494 - (view) (download) (annotate) - [select for diffs]
Added Fri Sep 20 18:27:03 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/build/win32/libxvidcore.dsp
File length: 26024 byte(s)
Old files renamed

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4