[svn] / branches / release-1_0-branch / xvidcore / src / prediction / mbprediction.c Repository:
ViewVC logotype

Log of /branches/release-1_0-branch/xvidcore/src/prediction/mbprediction.c

Parent Directory Parent Directory


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

Revision 1467 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 4 11:54:42 2004 UTC (19 years, 9 months ago) by edgomez
File length: 13705 byte(s)
Diff to previous 1446 , to selected 652
DC clipping bug take #2

Revision 1446 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 3 23:28:29 2004 UTC (19 years, 10 months ago) by edgomez
File length: 13813 byte(s)
Diff to previous 1387 , to selected 652
Wrong DC prediction fixed

Revision 1387 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 23:56:55 2004 UTC (20 years ago) by
File length: 13323 byte(s)
Diff to previous 1382 , to selected 652
This commit was manufactured by cvs2svn to create branch
'release-1_0-branch'.

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 13323 byte(s)
Diff to previous 851 , to selected 652
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 12975 byte(s)
Diff to previous 723 , to selected 652
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 723 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 15 01:21:12 2002 UTC (21 years, 3 months ago) by edgomez
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 10893 byte(s)
Diff to previous 677 , to selected 652
Another series of warnings for aggressive compilers

Revision 677 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 10849 byte(s)
Diff to previous 652
ANSI C compliancy - thx Rick Foos

Revision 652 - (view) (download) (annotate) - [selected]
Modified Sun Nov 17 00:35:33 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 10801 byte(s)
Diff to previous 499
License changed

Revision 499 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 03:11:36 2002 UTC (21 years, 6 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 9773 byte(s)
Diff to previous 445 , to selected 652
pross email address updates

Revision 445 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 7 13:43:00 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 9776 byte(s)
Diff to previous 254 , to selected 652
- Added headers
- Added copyrights
- Removed old getpmv functions

Revision 254 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 3 12:32:50 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 11518 byte(s)
Diff to previous 252 , to selected 652
get_pmv2/get_pmvdata2

Revision 252 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 30 10:46:29 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 15061 byte(s)
Diff to previous 248 , to selected 652
resync patch

Revision 248 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 28 15:14:40 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/prediction/mbprediction.c
File length: 11426 byte(s)
Diff to previous 195 , to selected 652
resync support, check_cpu_features() fixed

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/prediction/mbprediction.c
File length: 11101 byte(s)
Diff to previous 136 , to selected 652
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/prediction/mbprediction.c
File length: 11261 byte(s)
Diff to previous 78 , to selected 652
FRAMEINFO

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/prediction/mbprediction.c
File length: 11268 byte(s)
Diff to previous 3 , to selected 652
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 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/prediction/mbprediction.c
File length: 11186 byte(s)
Diff to selected 652
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