[cvs] / xvidcore / build / generic / sources.inc Repository:
ViewVC logotype

Log of /xvidcore/build/generic/sources.inc

Parent Directory Parent Directory


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

Revision 1.3.2.18 - (view) (download) (annotate) - [select for diffs]
Wed Dec 10 15:07:41 2003 UTC (20 years, 4 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.17: +1 -0 lines
Diff to previous 1.3.2.17 , to branch point 1.3 , to next main 1.16
* copyright fix(?)
* ending new lines missing (gcc)
* added $Id$ field

Revision 1.3.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.3.2.16: +1 -0 lines
Diff to previous 1.3.2.16 , to branch point 1.3
* 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.3.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.3.2.15: +1 -0 lines
Diff to previous 1.3.2.15 , to branch point 1.3
* Added sse2 f/iDCT code from skal
* Added hooking in xvid.c

Revision 1.3.2.15 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 22:23:03 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.14: +18 -23 lines
Diff to previous 1.3.2.14 , to branch point 1.3
* Applied same style to all asm files
* Replaced current sad sse2 operators with skal's ones
* Removed old and unused colorspace asm files

Revision 1.3.2.14 - (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.3.2.13: +2 -2 lines
Diff to previous 1.3.2.13 , to branch point 1.3
* 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.3.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 13:02:35 2003 UTC (20 years, 6 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.12: +5 -5 lines
Diff to previous 1.3.2.12 , to branch point 1.3
Quantization namespace and API changes

Revision 1.3.2.12 - (view) (download) (annotate) - [select for diffs]
Sun Sep 28 13:21:59 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.11: +83 -86 lines
Diff to previous 1.3.2.11 , to branch point 1.3
New build system for *nix platforms. It now uses an 'out of source' tree
build process that is much cleaner. This requires a VPATH support.

This patch includes some small fixes to the configure script, mainly for
MacOSX.

Revision 1.3.2.11 - (view) (download) (annotate) - [select for diffs]
Wed Sep 10 22:18:59 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.10: +8 -3 lines
Diff to previous 1.3.2.10 , to branch point 1.3
Motion Estimation module splitting.

Revision 1.3.2.10 - (view) (download) (annotate) - [select for diffs]
Wed Sep 10 19:27:23 2003 UTC (20 years, 7 months ago) by chl
Branch: dev-api-4
Changes since 1.3.2.9: +0 -1 lines
Diff to previous 1.3.2.9 , to branch point 1.3
Removed SMP

Revision 1.3.2.9 - (view) (download) (annotate) - [select for diffs]
Sat Aug 23 15:11:23 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.8: +2 -0 lines
Diff to previous 1.3.2.8 , to branch point 1.3
basic fixes so everything sohould build fine on every platform

Revision 1.3.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 23:01:43 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.7: +6 -0 lines
Diff to previous 1.3.2.7 , to branch point 1.3
Fixed the build system for IA64 and _others_ archs

Revision 1.3.2.7 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 15:47:59 2003 UTC (20 years, 10 months ago) by chl
Branch: dev-api-4
Changes since 1.3.2.6: +1 -0 lines
Diff to previous 1.3.2.6 , to branch point 1.3
3 warp point GME - first commit

Revision 1.3.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 18:06:49 2003 UTC (20 years, 10 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.5: +0 -1 lines
Diff to previous 1.3.2.5 , to branch point 1.3
Lumimasking code moved to the plugin file

Revision 1.3.2.5 - (view) (download) (annotate) - [select for diffs]
Sat May 17 13:57:03 2003 UTC (20 years, 11 months ago) by suxen_drol
Branch: dev-api-4
Changes since 1.3.2.4: +0 -1 lines
Diff to previous 1.3.2.4 , to branch point 1.3
ratecontrol.c removed from sources.inc

Revision 1.3.2.4 - (view) (download) (annotate) - [select for diffs]
Tue May 13 00:13:09 2003 UTC (20 years, 11 months ago) by edgomez
Branch: dev-api-4
Changes since 1.3.2.3: +1 -2 lines
Diff to previous 1.3.2.3 , to branch point 1.3
Last pete's changes break the tree, this makes the tree builds even if it's not really usable (neither xvid_encraw nor vfw have been updated due to possible further changes)

Revision 1.3.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 25 10:52:14 2003 UTC (21 years, 1 month ago) by suxen_drol
Branch: dev-api-4
Changes since 1.3.2.2: +1 -0 lines
Diff to previous 1.3.2.2 , to branch point 1.3
2pass2

Revision 1.3.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Mar 23 09:35:25 2003 UTC (21 years, 1 month ago) by suxen_drol
Branch: dev-api-4
Changes since 1.3.2.1: +6 -3 lines
Diff to previous 1.3.2.1 , to branch point 1.3
added fixed,cbr,2pass1 plugins

Revision 1.3.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Mar 19 22:33:17 2003 UTC (21 years, 1 month ago) by edgomez
Branch: dev-api-4
Changes since 1.3: +3 -0 lines
Diff to previous 1.3
Update sources

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

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 21:56:31 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1, release-0_9_2
Branch point for: release-0_9_1-fixes
Changes since 1.1: +1 -3 lines
Diff to previous 1.1
patch-13
    More "unknown compiler" friendly portab.h file.
patch-14
    The PPC port is now disabled because it is outdated.
patch-15
    Added the configure bootstrap script.
patch-16
    Changed linking option on PPC platforms (-flat_namespace)
patch-17
    Added IA64 DCT source choice according to the compiler basename.
patch-18
    Fixed xvid_encraw help message.
patch-19
    Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
    Removed BFrame outdated bframe/qpel decoding.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 19:32:52 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
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)

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