[svn] / trunk / xvidcore / src / bitstream / mbcoding.c Repository:
ViewVC logotype

Log of /trunk/xvidcore/src/bitstream/mbcoding.c

Parent Directory Parent Directory


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

Revision 677 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 3 months ago) by edgomez
File length: 18497 byte(s)
Diff to previous 655
ANSI C compliancy - thx Rick Foos

Revision 655 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 17 00:57:58 2002 UTC (21 years, 4 months ago) by edgomez
File length: 18395 byte(s)
Diff to previous 514
License changed

Revision 514 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 22 17:01:36 2002 UTC (21 years, 6 months ago) by edgomez
File length: 17368 byte(s)
Diff to previous 497
Removed DEBUGXXXs calls

Revision 497 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 02:26:12 2002 UTC (21 years, 6 months ago) by suxen_drol
File length: 17334 byte(s)
Diff to previous 469
msvc6 static vlc tables fix

Revision 469 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 10 22:52:13 2002 UTC (21 years, 6 months ago) by edgomez
File length: 17281 byte(s)
Diff to previous 465
Added headers, removed unused code

Revision 465 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 10 21:29:03 2002 UTC (21 years, 6 months ago) by edgomez
File length: 19928 byte(s)
Diff to previous 454
- Respect const qualifier changes in vlc_codes.h

Revision 454 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 15:40:02 2002 UTC (21 years, 6 months ago) by edgomez
File length: 19910 byte(s)
Diff to previous 453
- Little mistake in previous commit fixed, all bframe functions have been disabled

Revision 453 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 15:39:01 2002 UTC (21 years, 6 months ago) by edgomez
File length: 19911 byte(s)
Diff to previous 451
- Moved get_coeff from vlc_codes.h
- Disabled MBCodingBVOP with #ifdef 0 #endif (Will be removed completly when i'm sure it doesn't hurt)

Revision 451 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 14:43:04 2002 UTC (21 years, 6 months ago) by edgomez
File length: 16784 byte(s)
Diff to previous 388
- Changed header
- Added static qualifier to local arrays
- Cosmetic

Revision 388 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 03:23:28 2002 UTC (21 years, 6 months ago) by h
File length: 18338 byte(s)
Diff to previous 347
interlacing bugfix (inter cbp behaviour)

Revision 347 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 28 13:06:46 2002 UTC (21 years, 7 months ago) by chl
File length: 18314 byte(s)
Diff to previous 338
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 338 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 23:07:45 2002 UTC (21 years, 7 months ago) by chl
File length: 18562 byte(s)
Diff to previous 335
New fields deltamv, directmv[4] in Macroblock for more logical B-frame ME

Revision 335 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 19:34:14 2002 UTC (21 years, 8 months ago) by chl
File length: 18560 byte(s)
Diff to previous 313
Added #ifdef _DISABLE_SKIP in MBCoding(). If this is defined, there
will be __no skipped macroblocks__ in P-frames!
This is of course bad (bigger files), but it's needed for clean B-frame
encoding until we have a workaround for the SKIP-flaw in the standard. :-(

Revision 313 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 18 23:52:40 2002 UTC (21 years, 8 months ago) by chl
File length: 18410 byte(s)
Diff to previous 252
Fixed for Bframes encoding and maybe decoding, too.

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
File length: 18250 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
File length: 18045 byte(s)
Diff to previous 209
resync support, check_cpu_features() fixed

Revision 209 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
File length: 17418 byte(s)
Diff to previous 195
ia64 changes

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: 17421 byte(s)
Diff to previous 161
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 161 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 6 03:51:43 2002 UTC (21 years, 10 months ago) by chenm001
File length: 17527 byte(s)
Diff to previous 153
fix some my B-frame decode error

Revision 153 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 2 00:36:50 2002 UTC (21 years, 10 months ago) by Isibaar
File length: 17526 byte(s)
Diff to previous 152
removed coeff clamping

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
File length: 17645 byte(s)
Diff to previous 136
#define BFRAMES

Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 10 months ago) by suxen_drol
File length: 17645 byte(s)
Diff to previous 133
FRAMEINFO

Revision 133 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 23 00:05:31 2002 UTC (21 years, 11 months ago) by chenm001
File length: 17654 byte(s)
Diff to previous 118
add some B-frame support

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
File length: 17622 byte(s)
Diff to previous 116
bframe "support" code

Revision 116 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 11 10:48:03 2002 UTC (21 years, 11 months ago) by Isibaar
File length: 11606 byte(s)
Diff to previous 114
AC vlc coding bugfix, thanks to Vivien Chappelier

Revision 114 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 10 07:43:25 2002 UTC (21 years, 11 months ago) by Isibaar
File length: 11608 byte(s)
Diff to previous 100
decoder speedup

Revision 100 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 4 13:58:18 2002 UTC (21 years, 11 months ago) by Isibaar
File length: 13756 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
File length: 15138 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 (21 years, 11 months ago) by h
File length: 15005 byte(s)
Diff to previous 35
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 35 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 15:52:34 2002 UTC (22 years ago) by Isibaar
File length: 14368 byte(s)
Diff to previous 28
removed debug output

Revision 28 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 15 09:20:03 2002 UTC (22 years ago) by Isibaar
File length: 14446 byte(s)
Diff to previous 17
INTRA_Q/INTER_Q mcbpc bugfix

Revision 17 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 9 15:57:02 2002 UTC (22 years ago) by edgomez
File length: 14332 byte(s)
Diff to previous 15
Fixed implicit declaration of malloc - #include <stdlib.h>

Revision 15 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 9 15:29:26 2002 UTC (22 years ago) by edgomez
File length: 14292 byte(s)
Diff to previous 3
Fixed  gcc warning about '/*' into comments

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
File length: 14292 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