[svn] / branches / dev-api-4 / xvidcore / src / bitstream / mbcoding.h Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/src/bitstream/mbcoding.h

Parent Directory Parent Directory


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

Revision 1169 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 3 16:57:55 2003 UTC (20 years, 5 months ago) by edgomez
File length: 2390 byte(s)
Diff to previous 1165
Removed BIGLUT support and fixes to sysKin last commit

Revision 1165 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 3 13:47:24 2003 UTC (20 years, 5 months ago) by syskin
File length: 2546 byte(s)
Diff to previous 1142
interlacing support for bvops

Revision 1142 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 10 22:19:00 2003 UTC (20 years, 6 months ago) by edgomez
File length: 2536 byte(s)
Diff to previous 1054
Motion Estimation module splitting.

Revision 1054 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 13:55:56 2003 UTC (20 years, 9 months ago) by edgomez
File length: 2456 byte(s)
Diff to previous 1053
Added legal header

Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 01:25:19 2003 UTC (20 years, 9 months ago) by edgomez
File length: 1378 byte(s)
Diff to previous 1011
ISO C89 comment style

Revision 1011 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 9 22:03:13 2003 UTC (20 years, 10 months ago) by chl
File length: 1375 byte(s)
Diff to previous 995
New Trellis Quant by Skal, moved from mbcoding to mbtransquant

Revision 995 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 27 19:47:48 2003 UTC (20 years, 10 months ago) by chl
File length: 1555 byte(s)
Diff to previous 886
Trellis based R-D optimal quantization (H263, INTER)

Revision 886 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:49:29 2003 UTC (21 years, 1 month ago) by
File length: 1375 byte(s)
Diff to previous 851
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

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/bitstream/mbcoding.h
File length: 1375 byte(s)
Diff to previous 655
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 655 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 17 00:57:58 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/src/bitstream/mbcoding.h
File length: 3351 byte(s)
Diff to previous 469
License changed

Revision 469 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 10 22:52:13 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/bitstream/mbcoding.h
File length: 684 byte(s)
Diff to previous 252
Added headers, removed unused code

Revision 252 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 30 10:46:29 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/bitstream/mbcoding.h
File length: 980 byte(s)
Diff to previous 248
resync patch

Revision 248 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 28 15:14:40 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/bitstream/mbcoding.h
File length: 1016 byte(s)
Diff to previous 195
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/bitstream/mbcoding.h
File length: 924 byte(s)
Diff to previous 152
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 152 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 1 13:00:02 2002 UTC (21 years, 10 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/bitstream/mbcoding.h
File length: 859 byte(s)
Diff to previous 118
#define BFRAMES

Revision 118 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/bitstream/mbcoding.h
File length: 859 byte(s)
Diff to previous 100
bframe "support" code

Revision 100 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 4 13:58:18 2002 UTC (21 years, 11 months ago) by Isibaar
Original Path: trunk/xvidcore/src/bitstream/mbcoding.h
File length: 678 byte(s)
Diff to previous 78
reworked vlc tables

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (21 years, 11 months ago) by edgomez
Original Path: trunk/xvidcore/src/bitstream/mbcoding.h
File length: 688 byte(s)
Diff to previous 3
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/bitstream/mbcoding.h
File length: 687 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