[cvs] / xvidcore / src / xvid.c Repository:
ViewVC logotype

Log of /xvidcore/src/xvid.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Links to release-1_1_3-final: (view) (download) (annotate)
Sticky Tag:

Revision 1.65.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 18:57:42 2007 UTC (16 years, 8 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_3, release-1_1_3-final
Changes since 1.65.2.4: +2 -2 lines
Diff to previous 1.65.2.4 , to branch point 1.65 , to next main 1.86 , to selected 1.36
- preparing Xvid 1.1.3...

Revision 1.65.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Nov 1 10:17:27 2006 UTC (17 years, 4 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_2
Changes since 1.65.2.3: +2 -2 lines
Diff to previous 1.65.2.3 , to branch point 1.65 , to selected 1.36
- upped version number to 1.1.2

Revision 1.65.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 19:11:37 2006 UTC (17 years, 8 months ago) by Isibaar
Branch: release-1_1-branch
CVS Tags: release-1_1_1-final
Changes since 1.65.2.2: +2 -2 lines
Diff to previous 1.65.2.2 , to branch point 1.65 , to selected 1.36
- bleh. increment build string

Revision 1.65.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 10 15:05:30 2006 UTC (17 years, 8 months ago) by Isibaar
Branch: release-1_1-branch
Changes since 1.65.2.1: +2 -2 lines
Diff to previous 1.65.2.1 , to branch point 1.65 , to selected 1.36
- Back ported several important bug fixes from head to release-1_1-branch

Revision 1.65.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 10:44:09 2005 UTC (18 years, 4 months ago) by suxen_drol
Branch: release-1_1-branch
CVS Tags: release-1_1_0, release-1_1_0_final
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 , to selected 1.36
release-1_1_0 version patch:
	set build string to "xvid-1.1.0"
	set XVID_VERSION to 1.1.0
	set XVID_BS_VERSION to 40
	remove XVID_UNSTABLE

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Tue Nov 22 10:23:01 2005 UTC (18 years, 4 months ago) by suxen_drol
Branch: MAIN
Branch point for: release-1_1-branch
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 , to selected 1.36
cleanings in code spotted by sparse (ed dot gomez at free dot fr>

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Tue Sep 13 12:12:15 2005 UTC (18 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.63: +25 -2 lines
Diff to previous 1.63 , to selected 1.36
Field interlaced decoding, contributed by Christoph Kuehnel

decoder.c
=========
- Some new defines for DIV
- <decoder_mb_decode> modified: had wrong address offsets for interlaced
- <decoder_mbinter_field> = new function for interlaced
- <get_motion_vector_interlaced> = new function for interlaced motion vector prediction
- <decoder_pframe> modified so that it differs between frame and field prediction

global.h
========
- For field motion prediction MACORBLOCK has new member that is the average of
  field1 and field2 motion vector = <mvs_avg>

xvid.c
======
- For field predicted macroblocks we need new field oriented transfer functions.
  For colour calculations they may only process 4 lines (one field from the colour
  macroblock that is 8x8). So I introduced 4 new function pointers:
  <transfer8x4_copy, interpolate8x4_ ...)

mbcoding.c
==========
- _DEBUG code; index is checked against 64

interpolate8x8.[c,h,asm]
===========================
- New 8x4 functions

mbpredicition.[c,h]
===============
- New function <get_pmv2_interlaced> for interlaced prediciton according to spec

mem_transfer.[c,h,asm]
==============
- New 8x4 function

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Mon May 23 12:06:02 2005 UTC (18 years, 10 months ago) by Skal
Branch: MAIN
Changes since 1.62: +3 -3 lines
Diff to previous 1.62 , to selected 1.36

	+ Added IEEE-1180 and Walken-compliant SSE2 Idct.
	Disabled by default (line 515 of xvid.c) until proven fully
	safe. Should give binary-equal results than the mmx and xmm
	versions.

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon Apr 4 23:49:37 2005 UTC (18 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.61: +4 -1 lines
Diff to previous 1.61 , to selected 1.36
New 1.1.0-beta2 release

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sun Jan 16 10:34:52 2005 UTC (19 years, 2 months ago) by edgomez
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60 , to selected 1.36
Marking 1.1.0-beta1

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 23:02:15 2005 UTC (19 years, 2 months ago) by edgomez
Branch: MAIN
Changes since 1.59: +74 -6 lines
Diff to previous 1.59 , to selected 1.36
Preliminary x86_64 linux port

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Dec 19 13:16:50 2004 UTC (19 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.58: +3 -1 lines
Diff to previous 1.58 , to selected 1.36
xmm-ed transfer8to16_2() - faster bvop-vhq

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Thu Dec 9 23:02:54 2004 UTC (19 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 , to selected 1.36
Merged fixes for PPC, should improve GNU gcc support nad fix a couple of bugs for wrong data alignment

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sun Dec 5 13:56:13 2004 UTC (19 years, 3 months ago) by syskin
Branch: MAIN
Changes since 1.56: +1 -26 lines
Diff to previous 1.56 , to selected 1.36
RRV removed from everything else

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Sun Oct 17 10:20:15 2004 UTC (19 years, 5 months ago) by edgomez
Branch: MAIN
Changes since 1.55: +13 -6 lines
Diff to previous 1.55 , to selected 1.36
Merged PPC work from christoph nageli

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 21:58:55 2004 UTC (19 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.54: +16 -1 lines
Diff to previous 1.54 , to selected 1.36
Decoder speedups: merge interpolation and dst averaging for bvop blocks, unify qpel framework (should slow things for PPC until new functions get merged)

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Jul 15 10:08:21 2004 UTC (19 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.53: +4 -1 lines
Diff to previous 1.53 , to selected 1.36
Dcoder's sse2 brightness code
xvid.h vbv comments

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu Apr 15 12:05:19 2004 UTC (19 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 , to selected 1.36
set versions to 1.1
version check for dec_frame_t->brightness

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 15:49:56 2004 UTC (19 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.51: +9 -7 lines
Diff to previous 1.51 , to selected 1.36
Optmized mem transfers, h263, plane sse

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 14:05:08 2004 UTC (19 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.50: +29 -24 lines
Diff to previous 1.50 , to selected 1.36
Merged 1.0 fixes

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 20:36:36 2004 UTC (19 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.49: +82 -41 lines
Diff to previous 1.49 , to selected 1.36
Merged PPC port + 1.0 tree fixes

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 11:11:28 2004 UTC (19 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.48: +8 -2 lines
Diff to previous 1.48 , to selected 1.36
brightness control

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Branch point for: release-1_0-branch
Changes since 1.47: +159 -500 lines
Diff to previous 1.47 , to selected 1.36
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 14:10:55 2003 UTC (20 years, 9 months ago) by Isibaar
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Changes since 1.46: +7 -5 lines
Diff to previous 1.46 , to selected 1.36
switched back to Walken idct

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Mon Jun 9 17:07:10 2003 UTC (20 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.45: +6 -6 lines
Diff to previous 1.45 , to selected 1.36
don't use Walken idct anymore, simple idct is now used by default instead

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Feb 21 00:00:57 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
Branch point for: Isibaar, dev-api-4
Changes since 1.44: +6 -4 lines
Diff to previous 1.44 , to selected 1.36
- better fix

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 22:46:18 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
Changes since 1.43: +62 -18 lines
Diff to previous 1.43 , to selected 1.36
- Fixes a couple of portability issues
- Activates tests even for plain C version

ToDo: Move tests flags to the xvid.h file and _document_ them.

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Feb 19 21:13:00 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
Changes since 1.42: +20 -34 lines
Diff to previous 1.42 , to selected 1.36
ANSI C'ification

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Feb 16 05:11:39 2003 UTC (21 years, 1 month ago) by suxen_drol
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41 , to selected 1.36
futher portab.h, ARCH_IS_xxx fixes

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:17 2003 UTC (21 years, 1 month ago) by edgomez
Branch: MAIN
CVS Tags: merged-dev-api-3
Changes since 1.40: +654 -133 lines
Diff to previous 1.40 , to selected 1.36
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.40 - (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.39: +10 -10 lines
Diff to previous 1.39 , to selected 1.36
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.39 - (view) (download) (annotate) - [select for diffs]
Sat Nov 16 23:38:16 2002 UTC (21 years, 4 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_0
Changes since 1.38: +37 -15 lines
Diff to previous 1.38 , to selected 1.36
License Change

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Oct 9 14:35:57 2002 UTC (21 years, 5 months ago) by ia64p
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 , to selected 1.36
tiny ia64 fix

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat Sep 21 03:07:56 2002 UTC (21 years, 6 months ago) by suxen_drol
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
pross email address updates

Revision 1.36 - (view) (download) (annotate) - [selected]
Wed Sep 4 22:08:45 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.35: +2 -0 lines
Diff to previous 1.35
Added $Id$ keyword again

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Sep 4 22:07:54 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.34: +0 -6 lines
Diff to previous 1.34 , to selected 1.36
Removed BFRAME code

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Sep 4 22:07:07 2002 UTC (21 years, 6 months ago) by edgomez
Branch: MAIN
Changes since 1.33: +8 -19 lines
Diff to previous 1.33 , to selected 1.36
Removed History, moved copyright.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Jul 23 12:59:57 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
CVS Tags: tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.32: +17 -4 lines
Diff to previous 1.32 , to selected 1.36
sad[16,8]_mmx, sad[16,8]_3dn, sad8_xmm

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sun Jul 21 23:34:08 2002 UTC (21 years, 8 months ago) by chl
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 , to selected 1.36
bframe encoding bugfixes, ME unification

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Jul 18 13:47:46 2002 UTC (21 years, 8 months ago) by suxen_drol
Branch: MAIN
Changes since 1.30: +87 -8 lines
Diff to previous 1.30 , to selected 1.36
sse/sse2 os support detection

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 11:15:15 2002 UTC (21 years, 8 months ago) by ia64p
Branch: MAIN
Changes since 1.29: +4 -1 lines
Diff to previous 1.29 , to selected 1.36
Global assembler optimization of halfpel8_refine, via inlinig of sad for ia64

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Jul 9 01:48:49 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.28: +12 -14 lines
Diff to previous 1.28 , to selected 1.36
undo my wrong

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Jul 9 01:44:44 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.27: +14 -12 lines
Diff to previous 1.27 , to selected 1.36
reupload

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Jul 9 01:37:21 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.26: +12 -14 lines
Diff to previous 1.26 , to selected 1.36
fix my wrong moment ago

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Jul 9 01:09:33 2002 UTC (21 years, 8 months ago) by chenm001
Branch: MAIN
Changes since 1.25: +14 -12 lines
Diff to previous 1.25 , to selected 1.36
help upload for roaming

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 13:21:34 2002 UTC (21 years, 8 months ago) by Isibaar
Branch: MAIN
Changes since 1.24: +5 -1 lines
Diff to previous 1.24 , to selected 1.36
Skal's tweaked dequant functions

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 09:38:13 2002 UTC (21 years, 8 months ago) by Isibaar
Branch: MAIN
Changes since 1.23: +5 -2 lines
Diff to previous 1.23 , to selected 1.36
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code

Revision 1.23 - (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.22: +1 -5 lines
Diff to previous 1.22 , to selected 1.36
fixing a problem with check_cpu_features, that prevents compiling of the codec on platforms other than x86.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 19:48:06 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21 , to selected 1.36
- transfer_8to16sub2_mmx activation
- Compile fixes (a missing image/font.h ???)
- Linux Makefile update to take care of last changes in feature
constants

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 03:58:32 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.20: +14 -7 lines
Diff to previous 1.20 , to selected 1.36
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Jun 21 16:12:47 2002 UTC (21 years, 9 months ago) by suxen_drol
Branch: MAIN
Changes since 1.19: +7 -1 lines
Diff to previous 1.19 , to selected 1.36
bframes patch

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 19:53:44 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.18: +4 -1 lines
Diff to previous 1.18 , to selected 1.36
- Added transfer_8to16sub2_xmm (B frames compensation)

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jun 14 13:27:52 2002 UTC (21 years, 9 months ago) by Isibaar
Branch: MAIN
Changes since 1.17: +27 -1 lines
Diff to previous 1.17 , to selected 1.36
ia64 changes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jun 13 21:35:01 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.16: +38 -38 lines
Diff to previous 1.16 , to selected 1.36
Cosmetic

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jun 13 13:18:57 2002 UTC (21 years, 9 months ago) by edgomez
Branch: MAIN
Changes since 1.15: +164 -95 lines
Diff to previous 1.15 , to selected 1.36
Added comments, documented all returned values

Revision 1.15 - (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.14: +45 -35 lines
Diff to previous 1.14 , to selected 1.36
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu May 2 22:35:08 2002 UTC (21 years, 10 months ago) by Isibaar
Branch: MAIN
Changes since 1.13: +11 -7 lines
Diff to previous 1.13 , to selected 1.36
sse2 idct/fdct

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Apr 24 12:21:43 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
Changes since 1.12: +6 -2 lines
Diff to previous 1.12 , to selected 1.36
sse2 quant_intra/dequant_intra/dev16/(faster)sad16

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Apr 17 10:54:19 2002 UTC (21 years, 11 months ago) by h
Branch: MAIN
Changes since 1.11: +7 -0 lines
Diff to previous 1.11 , to selected 1.36
beginnings of sse2 support (disabled)

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Apr 13 16:30:01 2002 UTC (21 years, 11 months ago) by suxen_drol
Branch: MAIN
Changes since 1.10: +2 -0 lines
Diff to previous 1.10 , to selected 1.36
bframe "support" code

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Apr 11 10:18:39 2002 UTC (21 years, 11 months ago) by canard
Branch: MAIN
Changes since 1.9: +3 -0 lines
Diff to previous 1.9 , to selected 1.36
PPC update

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Apr 4 13:57:55 2002 UTC (21 years, 11 months ago) by Isibaar
Branch: MAIN
CVS Tags: xvidcore
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 , to selected 1.36
reworked vlc tables

Revision 1.8 - (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.7: +3 -0 lines
Diff to previous 1.7 , to selected 1.36
SAD in Altivec

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 15:52:46 2002 UTC (21 years, 11 months ago) by canard
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6 , to selected 1.36
dct altivec

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 12:58:29 2002 UTC (21 years, 11 months ago) by canard
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5 , to selected 1.36
first bits of Altivec support

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Mar 21 23:59:48 2002 UTC (22 years ago) by canard
Branch: MAIN
Changes since 1.4: +3 -0 lines
Diff to previous 1.4 , to selected 1.36
Added first PPC asm port

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Mar 17 13:00:50 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 , to selected 1.36
added 3dnow hv interpolation

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Mar 17 08:20:02 2002 UTC (22 years ago) by h
Branch: MAIN
Changes since 1.2: +2 -0 lines
Diff to previous 1.2 , to selected 1.36
added interpolate8x8_halfpel_hv_xmm

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 16 15:52:50 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Changes since 1.1: +0 -4 lines
Diff to previous 1.1 , to selected 1.36
removed init_timer

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:33 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Branch point for: core
Diff to selected 1.36
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