[cvs] / xvidcore / src / utils / emms.h Repository:
ViewVC logotype

Log of /xvidcore/src/utils/emms.h

Parent Directory Parent Directory


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

Revision 1.16.4.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 14:00:09 2008 UTC (15 years, 3 months ago) by Isibaar
Branch: release-1_2-branch
CVS Tags: release-1_2_2
Changes since 1.16: +6 -1 lines
Diff to previous 1.16 , to next main 1.17
missing PUSH/POP_XMM6_XMM7 in quant_h263_intra_sse2
WIN64 XMM6/XMM7 bench

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 13:44:55 2008 UTC (15 years, 3 months ago) by Isibaar
Branch: MAIN
CVS Tags: HEAD, rc1_1_3_0, release-1_3_0, release-1_3_1, tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.16: +6 -1 lines
Diff to previous 1.16
WIN64 XMM6/XMM7 bench and asm optimization patch by Andrew Dunstan

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 23:02:15 2005 UTC (19 years, 2 months ago) by edgomez
Branch: MAIN
CVS Tags: release-1_1_0, release-1_1_0_final, release-1_1_1-final, release-1_1_2, release-1_1_3, release-1_1_3-final, release-1_2_0, tag-branching-1_2_0
Branch point for: release-1_1-branch, release-1_2-branch
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Preliminary x86_64 linux port

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 20:36:37 2004 UTC (19 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.14: +3 -0 lines
Diff to previous 1.14
Merged PPC port + 1.0 tree fixes

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:24 2004 UTC (20 years ago) by edgomez
Branch: MAIN
CVS Tags: release-1_0_0, release-1_0_1, release-1_0_2, release-1_0_3
Branch point for: release-1_0-branch
Changes since 1.13: +6 -17 lines
Diff to previous 1.13
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.13.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Aug 13 11:44:02 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.13.2.1: +3 -0 lines
Diff to previous 1.13.2.1 , to branch point 1.13 , to next main 1.17
Better architecture separation

Revision 1.13.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 13:55:32 2003 UTC (20 years, 9 months ago) by edgomez
Branch: dev-api-4
Changes since 1.13: +3 -17 lines
Diff to previous 1.13
Added legal header

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month 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.12: +25 -46 lines
Diff to previous 1.12
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 19:32:52 2003 UTC (21 years, 1 month 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.11: +3 -5 lines
Diff to previous 1.11
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.7.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Jan 5 03:31:26 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.7.2.1: +2 -3 lines
Diff to previous 1.7.2.1 , to branch point 1.7 , to next main 1.17
emms/femms moved to cpuid.asm

Revision 1.7.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Jan 4 06:14:33 2003 UTC (21 years, 2 months ago) by suxen_drol
Branch: dev-api-3
Changes since 1.7: +2 -7 lines
Diff to previous 1.7
global.h macro cleanup
cpu_detection cleanup, XVID_CPU_ASM added
sse2 stuff enabled, femms now utilized

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Nov 26 23:44:11 2002 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
ANSI C compliancy - thx Rick Foos

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Nov 17 00:51:10 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0
Changes since 1.9: +37 -15 lines
Diff to previous 1.9
License changed

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Oct 19 11:41:11 2002 UTC (21 years, 5 months ago) by edgomez
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 21:36:35 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.7: +3 -8 lines
Diff to previous 1.7
- Removed history
- Added copyright (definitive)

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 13:45:14 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
CVS Tags: branch-release-1-0, tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.6: +3 -1 lines
Diff to previous 1.6
added sse2 os triggers

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Jun 29 11:47:17 2002 UTC (21 years, 8 months ago) by ia64p
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
re-fixing check_cpu_features compiling / linking issue, hopefully it is sufficent for all platfroms, now

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jun 28 15:14:40 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
resync support, check_cpu_features() fixed

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jun 26 15:59:51 2002 UTC (21 years, 8 months ago) by ia64p
Branch: MAIN
Changes since 1.3: +12 -4 lines
Diff to previous 1.3
fixing a problem with check_cpu_features, that prevents compiling of the codec on platforms other than x86.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 22:38:08 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.2: +60 -1 lines
Diff to previous 1.2
- Added legal header
- The x86 specific function 'check_cpu_features' is  only declared
  when ARCH_X86 is defined

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Mar 8 02:44:58 2002 UTC (22 years ago) by Isibaar
Branch: core
CVS Tags: start, xvidcore
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.17
moved sources

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:58 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Branch point for: core
Initial revision

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