[svn] / branches / dev-api-3 / xvidcore / src / utils / mbfunctions.h Repository:
ViewVC logotype

Log of /branches/dev-api-3/xvidcore/src/utils/mbfunctions.h

Parent Directory Parent Directory


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

Revision 769 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 11 14:59:24 2003 UTC (21 years, 2 months ago) by chl
File length: 5695 byte(s)
Diff to previous 757
Major update: Support for GME/GMC with 2 warppoints

Revision 757 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 12:45:30 2003 UTC (21 years, 2 months ago) by syskin
File length: 5702 byte(s)
Diff to previous 701
goes together with MC update

Revision 701 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 9 10:47:05 2002 UTC (21 years, 3 months ago) by suxen_drol
File length: 5707 byte(s)
Diff to previous 698
rrv i-vop encoding

Revision 698 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 8 06:43:34 2002 UTC (21 years, 3 months ago) by suxen_drol
File length: 5669 byte(s)
Diff to previous 619
gcc -Wall cleanup

Revision 619 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 2 15:52:31 2002 UTC (21 years, 4 months ago) by chl
File length: 5669 byte(s)
Diff to previous 579
Basic support for translation-only GMC support (compatible to Divx5)
use general flag XVID_GMC to switch it on, the rest is done automatically.
!!! Combination with B-frames is completely untested !!!

Revision 579 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 5 21:37:44 2002 UTC (21 years, 5 months ago) by Isibaar
File length: 5663 byte(s)
Diff to previous 538
qpel support code

Revision 538 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 25 16:54:32 2002 UTC (21 years, 6 months ago) by h
File length: 5628 byte(s)
Diff to previous 392
interlacing mmx

Revision 392 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 18:44:41 2002 UTC (21 years, 6 months ago) by
File length: 5326 byte(s)
Diff to previous 384
This commit was manufactured by cvs2svn to create branch 'dev-api-3'.

Revision 384 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 19 19:19:40 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 5326 byte(s)
Diff to previous 368
x_pos, y_pos are not needed in MBTransQuantInterBVOP()

Revision 368 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 9 19:58:42 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 5387 byte(s)
Diff to previous 347
Added several MB-functions which do the same as MBTransQuantInter/Intra now,
but split into several routines. MBTransQuantInter2/Intra2 do the same as
-Inter/Intra but using the split up routines, MBTransQuantBVOP skips unneeded
decoding operations for B-VOPs.

Revision 347 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 28 13:06:46 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3472 byte(s)
Diff to previous 259
Modified SKIP mb behaviour for Pframes when Bframes are active: Check if
intermediate B-block can be skipped, too. Check for SKIP is now done
in encode_pframe(), not in MBCoding().

Revision 259 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 6 17:04:57 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3375 byte(s)
Diff to previous 195
Minor modifications for supporting multithreaded ME.
Without _SMP symbol there should be no changes in behaviour.

Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 2908 byte(s)
Diff to previous 136
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 2812 byte(s)
Diff to previous 82
FRAMEINFO

Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 00:38:29 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3112 byte(s)
Diff to previous 78
interlacing speedup - transfer strides used instead of manual field-to-frame conversion

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (22 years ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3122 byte(s)
Diff to previous 69
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 69 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3152 byte(s)
Diff to previous 3
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 2765 byte(s)
moved sources

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, 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