[cvs] / xvidcore / build / win32 / libxvidcore.dsp Repository:
ViewVC logotype

Log of /xvidcore/build/win32/libxvidcore.dsp

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to dev-api-4: (view) (download) (annotate)
Sticky Tag:

Revision 1.7.2.23 - (view) (download) (annotate) - [select for diffs]
Fri Feb 6 11:27:43 2004 UTC (20 years, 3 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.22: +2 -2 lines
Diff to previous 1.7.2.22 , to branch point 1.7 , to next main 1.16 , to selected 1.6
generate implibs (win32\bin\xvidcore.lib.a)

Revision 1.7.2.22 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 13:18:28 2004 UTC (20 years, 4 months ago) by syskin
Branch: dev-api-4
Changes since 1.7.2.21: +36 -26 lines
Diff to previous 1.7.2.21 , to branch point 1.7 , to selected 1.6
dynamic linking in win32

Revision 1.7.2.21 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 15:07:41 2003 UTC (20 years, 5 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.20: +12 -0 lines
Diff to previous 1.7.2.20 , to branch point 1.7 , to selected 1.6
* copyright fix(?)
* ending new lines missing (gcc)
* added $Id$ field

Revision 1.7.2.20 - (view) (download) (annotate) - [select for diffs]
Sat Nov 29 18:07:45 2003 UTC (20 years, 5 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.19: +6 -6 lines
Diff to previous 1.7.2.19 , to branch point 1.7 , to selected 1.6
Fixed csp asm building?

Revision 1.7.2.19 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 15:31:28 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.18: +13 -25 lines
Diff to previous 1.7.2.18 , to branch point 1.7 , to selected 1.6
Pushed again some lost changes and TODO updated

Revision 1.7.2.18 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 03:10:42 2003 UTC (20 years, 6 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.17: +47 -37 lines
Diff to previous 1.7.2.17 , to branch point 1.7 , to selected 1.6
qpel_mmx.asm missing from libxvidcore.dsp
updated TODO.

Revision 1.7.2.17 - (view) (download) (annotate) - [select for diffs]
Sun Nov 2 23:02:52 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.16: +31 -0 lines
Diff to previous 1.7.2.16 , to branch point 1.7 , to selected 1.6
* 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 1.7.2.16 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 12:41:41 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.15: +31 -0 lines
Diff to previous 1.7.2.15 , to branch point 1.7 , to selected 1.6
* Added sse2 f/iDCT code from skal
* Added hooking in xvid.c

Revision 1.7.2.15 - (view) (download) (annotate) - [select for diffs]
Mon Oct 27 01:03:06 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.14: +6 -6 lines
Diff to previous 1.7.2.14 , to branch point 1.7 , to selected 1.6
* 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 1.7.2.14 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 16:48:58 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.13: +6 -6 lines
Diff to previous 1.7.2.13 , to branch point 1.7 , to selected 1.6
Handles nasm include path weirdness

CodingStyle (forgiven bit from last patcheset)

Revision 1.7.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 13:02:35 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.12: +22 -26 lines
Diff to previous 1.7.2.12 , to branch point 1.7 , to selected 1.6
Quantization namespace and API changes

Revision 1.7.2.12 - (view) (download) (annotate) - [select for diffs]
Thu Sep 11 12:33:12 2003 UTC (20 years, 8 months ago) by syskin
Branch: dev-api-4
Changes since 1.7.2.11: +1440 -1440 lines
Diff to previous 1.7.2.11 , to branch point 1.7 , to selected 1.6
working

Revision 1.7.2.11 - (view) (download) (annotate) - [select for diffs]
Wed Sep 10 22:18:59 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.7.2.10: +1440 -1437 lines
Diff to previous 1.7.2.10 , to branch point 1.7 , to selected 1.6
Motion Estimation module splitting.

Revision 1.7.2.10 - (view) (download) (annotate) - [select for diffs]
Fri Aug 22 15:52:35 2003 UTC (20 years, 9 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.7.2.9: +45 -6 lines
Diff to previous 1.7.2.9 , to branch point 1.7 , to selected 1.6
qpel mmx MC code

Revision 1.7.2.9 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 09:06:16 2003 UTC (20 years, 10 months ago) by Isibaar
Branch: dev-api-4
Changes since 1.7.2.8: +22 -14 lines
Diff to previous 1.7.2.8 , to branch point 1.7 , to selected 1.6
added gmc.[c,h]

Revision 1.7.2.8 - (view) (download) (annotate) - [select for diffs]
Tue Jun 10 10:10:45 2003 UTC (20 years, 11 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.7: +0 -8 lines
Diff to previous 1.7.2.7 , to branch point 1.7 , to selected 1.6
adapt_quant.h and adapt_quant.c removed from msvc project

Revision 1.7.2.7 - (view) (download) (annotate) - [select for diffs]
Sat May 17 13:19:09 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.6: +0 -4 lines
Diff to previous 1.7.2.6 , to branch point 1.7 , to selected 1.6
* 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 1.7.2.6 - (view) (download) (annotate) - [select for diffs]
Wed May 14 11:49:16 2003 UTC (21 years ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.5: +3 -7 lines
Diff to previous 1.7.2.5 , to branch point 1.7 , to selected 1.6
removed plugin_{cbr, fixed}.c from build files; added plugin_single.c

Revision 1.7.2.5 - (view) (download) (annotate) - [select for diffs]
Tue Mar 25 10:52:14 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.4: +4 -0 lines
Diff to previous 1.7.2.4 , to branch point 1.7 , to selected 1.6
2pass2

Revision 1.7.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Mar 23 09:35:25 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.3: +12 -0 lines
Diff to previous 1.7.2.3 , to branch point 1.7 , to selected 1.6
added fixed,cbr,2pass1 plugins

Revision 1.7.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Mar 16 12:04:13 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.2: +4 -0 lines
Diff to previous 1.7.2.2 , to branch point 1.7 , to selected 1.6
dquant cleanup
xvid_pluing_lumimasking added
xvid_encraw -lumimasking option added

Revision 1.7.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 15 14:32:56 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7.2.1: +22 -6 lines
Diff to previous 1.7.2.1 , to branch point 1.7 , to selected 1.6
enc_encode CLOSE_GOP fixed, further cleanup
XVID_REQORIGINAL plugin support
plugin examples: xvid_plugin_psnr, xvid_plugin_dump

Revision 1.7.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 08:49:44 2003 UTC (21 years, 3 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.7: +10 -14 lines
Diff to previous 1.7 , to selected 1.6
++api v1.-127.0

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:17 2003 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
CVS Tags: cvs-head, merged-dev-api-3, tag-merging-20040322
Branch point for: Isibaar, dev-api-4
Changes since 1.6: +412 -110 lines
Diff to previous 1.6
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.6 - (view) (download) (annotate) - [selected]
Thu Feb 13 12:50:43 2003 UTC (21 years, 3 months ago) by suxen_drol
Branch: MAIN
CVS Tags: release-0_9_1, release-0_9_2
Branch point for: release-0_9_1-fixes
Changes since 1.5: +1072 -1072 lines
Diff to previous 1.5
line feed fixup

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 19:32:52 2003 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 , to selected 1.6
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 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Nov 27 21:08:34 2002 UTC (21 years, 5 months ago) by edgomez
Branch: MAIN
Branch point for: dev-api-3
Changes since 1.3: +1072 -1072 lines
Diff to previous 1.3 , to selected 1.6
Added 2 last projects and added a workspace

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Sep 21 15:16:48 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
CVS Tags: branch-release-1-0, release-0_9_0
Changes since 1.2: +559 -0 lines
Diff to previous 1.2 , to selected 1.6
msvc dsp fix

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 21 02:29:39 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.1: +513 -1076 lines
Diff to previous 1.1 , to selected 1.6
removed smb_motionest.h reference

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Sep 20 18:27:03 2002 UTC (21 years, 8 months ago) by edgomez
Branch: MAIN
Diff to selected 1.6
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, select a symbolic revision name using the selection box, or choose 'Use Text Field' and 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