[svn] / trunk / xvidcore / src / utils / mbfunctions.h Repository:
ViewVC logotype

Log of /trunk/xvidcore/src/utils/mbfunctions.h

Parent Directory Parent Directory


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

Revision 1795 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 26 01:04:34 2008 UTC (15 years, 4 months ago) by Isibaar
File length: 2915 byte(s)
Diff to previous 1586 , to selected 686
Unified elf64/win64 X86_64 support

Revision 1586 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 5 23:02:15 2005 UTC (19 years, 2 months ago) by edgomez
File length: 2943 byte(s)
Diff to previous 1382 , to selected 686
Preliminary x86_64 linux port

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
File length: 2853 byte(s)
Diff to previous 937 , to selected 686
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 937 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 22 14:04:48 2003 UTC (21 years ago) by syskin
File length: 3141 byte(s)
Diff to previous 851 , to selected 686
cleanups; dark blocks prevented in bframes; warning: bframes have lower quality due to thresholding: decrease quantizer (150/0 for example);

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
File length: 5695 byte(s)
Diff to previous 686
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 686 - (view) (download) (annotate) - [selected]
Modified Thu Nov 28 07:27:37 2002 UTC (21 years, 4 months ago) by suxen_drol
File length: 7153 byte(s)
Diff to previous 654
smp remove patch <rickf at ebenchmarks.com>

Revision 654 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 17 00:51:11 2002 UTC (21 years, 4 months ago) by edgomez
File length: 7410 byte(s)
Diff to previous 603 , to selected 686
License changed

Revision 603 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 19 11:41:12 2002 UTC (21 years, 5 months ago) by edgomez
File length: 6380 byte(s)
Diff to previous 583 , to selected 686
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)

Revision 583 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 7 08:11:06 2002 UTC (21 years, 5 months ago) by chl
File length: 6357 byte(s)
Diff to previous 429 , to selected 686
Bugfix for parameters of MBQuantIntra() [unused code]

Revision 429 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 22:44:00 2002 UTC (21 years, 6 months ago) by edgomez
File length: 6361 byte(s)
Diff to previous 420 , to selected 686
Little mistake

Revision 420 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 21:13:22 2002 UTC (21 years, 6 months ago) by edgomez
File length: 6360 byte(s)
Diff to previous 384 , to selected 686
- Header changed
- Small cosmetic schanges

Revision 384 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 19 19:19:40 2002 UTC (21 years, 7 months ago) by chl
File length: 5326 byte(s)
Diff to previous 368 , to selected 686
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
File length: 5387 byte(s)
Diff to previous 347 , to selected 686
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
File length: 3472 byte(s)
Diff to previous 259 , to selected 686
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
File length: 3375 byte(s)
Diff to previous 195 , to selected 686
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
File length: 2908 byte(s)
Diff to previous 136 , to selected 686
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
File length: 2812 byte(s)
Diff to previous 82 , to selected 686
FRAMEINFO

Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 00:38:29 2002 UTC (22 years ago) by h
File length: 3112 byte(s)
Diff to previous 78 , to selected 686
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
File length: 3122 byte(s)
Diff to previous 69 , to selected 686
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
File length: 3152 byte(s)
Diff to previous 3 , to selected 686
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
File length: 2765 byte(s)
Diff to selected 686
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