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

Log of /xvidcore/src/portab.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to tag-branching-20020904: (view) (download) (annotate)
Sticky Tag:

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Aug 18 14:06:06 2002 UTC (21 years, 7 months ago) by Isibaar
Branch: MAIN
CVS Tags: branch-release-1-0, tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.25: +6 -2 lines
Diff to previous 1.25
shatty's beos patch

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Jul 10 15:27:37 2002 UTC (21 years, 8 months ago) by ia64p
Branch: MAIN
Changes since 1.24: +33 -0 lines
Diff to previous 1.24
Inserted preliminary support for intel's ecc in portab.h

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Jul 10 14:05:08 2002 UTC (21 years, 8 months ago) by ia64p
Branch: MAIN
Changes since 1.23: +11 -5 lines
Diff to previous 1.23
bswap with ia64-asm

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Jun 30 10:46:29 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.22: +53 -29 lines
Diff to previous 1.22
resync patch

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Jun 20 14:05:57 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.21: +33 -1 lines
Diff to previous 1.21
bframe patch

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.20: +33 -7 lines
Diff to previous 1.20
ia64 changes

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 13:06:33 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
updated Makefile.djgpp, added DECLARE_ALIGNED_MATRIX to portab.h for unknown/other platform

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 12:26:06 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
msvc asm{} codingstyle fix

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon May 6 03:51:43 2002 UTC (21 years, 10 months ago) by chenm001
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
fix some my B-frame decode error

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Apr 25 06:55:00 2002 UTC (21 years, 10 months ago) by suxen_drol
Branch: MAIN
Changes since 1.15: +15 -0 lines
Diff to previous 1.15
FRAMEINFO

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Apr 21 02:30:24 2002 UTC (21 years, 11 months ago) by knhor
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
knhor - 020420 - add freebsd support

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Apr 7 11:57:47 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.13: +5 -1 lines
Diff to previous 1.13
debug output for cbr

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Mar 30 16:21:47 2002 UTC (21 years, 11 months ago) by canard
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
PPC trivial fixes

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Mar 30 00:58:20 2002 UTC (21 years, 11 months ago) by canard
Branch: MAIN
Changes since 1.11: +19 -0 lines
Diff to previous 1.11
SAD in Altivec

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Mar 29 19:26:19 2002 UTC (21 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Little fix

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 23:38:50 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
win32 fix - #define can't immediately follow #define ;-)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 20:57:24 2002 UTC (21 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.8: +23 -16 lines
Diff to previous 1.8
Big patch, use it with care (tests done with GNU/Linux) :
 - Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
 - Lot of "New line at end of file missing" warnings fixed (gcc3)
 - All 2d arrays have been turned into 1d arrays
   To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
   (read portab.h)

Win32 users should give feedback.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 12:24:41 2002 UTC (21 years, 11 months ago) by canard
Branch: MAIN
Changes since 1.7: +6 -2 lines
Diff to previous 1.7
LINUX: proper alignement on the stack

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 20:01:54 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.6: +4 -0 lines
Diff to previous 1.6
added *.h to msvc project, removed __declspec(align(..)) for _MSC_VER <= 1200

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 17:27:06 2002 UTC (22 years ago) by edgomez
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
Added GNU CC alignment

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 13:44:29 2002 UTC (22 years ago) by canard
Branch: MAIN
Changes since 1.4: +8 -2 lines
Diff to previous 1.4
BSWAP,EMMS macro for LinuxPPC

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 14:02:48 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.3: +9 -0 lines
Diff to previous 1.3
alignment stuff

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Mar 16 22:28:37 2002 UTC (22 years ago) by chl
Branch: MAIN
Changes since 1.2: +10 -0 lines
Diff to previous 1.2
Disabled DEBUG-messages in Linux, if _DEBUG not set

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 16 14:15:10 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.1: +8 -1 lines
Diff to previous 1.1
disable win32 debug output in release builds (encodes 0.7% faster)

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:32 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