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

Log of /branches/dev-api-3/xvidcore/src/bitstream/mbcoding.c

Parent Directory Parent Directory


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

Revision 543 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 26 01:54:54 2002 UTC (21 years, 6 months ago) by h
File length: 18612 byte(s)
Diff to previous 530 , to selected 15
alternate-vertical-scan encoding/decoding support

Revision 530 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 23 20:36:02 2002 UTC (21 years, 6 months ago) by chl
File length: 18331 byte(s)
Diff to previous 392 , to selected 15
sysKin Motion Estimation and minor changes to support it.
I hope it doesn't break too much...

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: 18338 byte(s)
Diff to previous 388 , to selected 15
This commit was manufactured by cvs2svn to create branch 'dev-api-3'.

Revision 388 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 03:23:28 2002 UTC (21 years, 6 months ago) by h
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 18338 byte(s)
Diff to previous 347 , to selected 15
interlacing bugfix (inter cbp behaviour)

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/bitstream/mbcoding.c
File length: 18314 byte(s)
Diff to previous 338 , to selected 15
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, 8 months ago) by chl
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 18562 byte(s)
Diff to previous 335 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 18560 byte(s)
Diff to previous 313 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 18410 byte(s)
Diff to previous 252 , to selected 15
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, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 18250 byte(s)
Diff to previous 248 , to selected 15
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/bitstream/mbcoding.c
File length: 18045 byte(s)
Diff to previous 209 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 17418 byte(s)
Diff to previous 195 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 17421 byte(s)
Diff to previous 161 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 17527 byte(s)
Diff to previous 153 , to selected 15
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, 11 months ago) by Isibaar
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 17526 byte(s)
Diff to previous 152 , to selected 15
removed coeff clamping

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

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/bitstream/mbcoding.c
File length: 17645 byte(s)
Diff to previous 133 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 17654 byte(s)
Diff to previous 118 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 17622 byte(s)
Diff to previous 116 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 11606 byte(s)
Diff to previous 114 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 11608 byte(s)
Diff to previous 100 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 13756 byte(s)
Diff to previous 78 , to selected 15
reworked vlc tables

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/bitstream/mbcoding.c
File length: 15138 byte(s)
Diff to previous 69 , to selected 15
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/bitstream/mbcoding.c
File length: 15005 byte(s)
Diff to previous 35 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 14368 byte(s)
Diff to previous 28 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 14446 byte(s)
Diff to previous 17 , to selected 15
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 14332 byte(s)
Diff to previous 15
Fixed implicit declaration of malloc - #include <stdlib.h>

Revision 15 - (view) (download) (annotate) - [selected]
Modified Sat Mar 9 15:29:26 2002 UTC (22 years ago) by edgomez
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
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
Original Path: trunk/xvidcore/src/bitstream/mbcoding.c
File length: 14292 byte(s)
Diff to selected 15
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