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

Log of /trunk/xvidcore/src/decoder.c

Parent Directory Parent Directory


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

Revision 233 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 22 07:23:10 2002 UTC (21 years, 9 months ago) by suxen_drol
File length: 35820 byte(s)
Diff to previous 208 , to selected 146
minor fixes: bframe N_VOP support, custom quant bug, BFRAME inc_frame_num()

Revision 208 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 14 13:21:35 2002 UTC (21 years, 9 months ago) by Isibaar
File length: 35463 byte(s)
Diff to previous 195 , to selected 146
some small fixes

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: 35284 byte(s)
Diff to previous 179 , to selected 146
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 179 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 20 17:12:53 2002 UTC (21 years, 10 months ago) by Isibaar
File length: 34597 byte(s)
Diff to previous 168 , to selected 146
#define BFRAMES

Revision 168 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 9 00:15:51 2002 UTC (21 years, 10 months ago) by chenm001
File length: 34531 byte(s)
Diff to previous 162 , to selected 146
add low_delay decode support

Revision 162 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 6 03:58:09 2002 UTC (21 years, 10 months ago) by chenm001
File length: 34159 byte(s)
Diff to previous 161 , to selected 146
no message

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: 34174 byte(s)
Diff to previous 156 , to selected 146
fix some my B-frame decode error

Revision 156 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 3 00:45:10 2002 UTC (21 years, 11 months ago) by chenm001
File length: 34104 byte(s)
Diff to previous 148 , to selected 146
add B-frame decode support

Revision 148 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 28 23:35:25 2002 UTC (21 years, 11 months ago) by edgomez
File length: 17836 byte(s)
Diff to previous 146
sad values can be negative (Cristoph post scriptum to a mail in the dev maillist)

Revision 146 - (view) (download) (annotate) - [selected]
Modified Sun Apr 28 22:12:45 2002 UTC (21 years, 11 months ago) by edgomez
File length: 17837 byte(s)
Diff to previous 133
Cosmetic, added the RCS Id field

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: 17745 byte(s)
Diff to previous 110 , to selected 146
add some B-frame support

Revision 110 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 8 23:50:15 2002 UTC (21 years, 11 months ago) by Isibaar
File length: 17056 byte(s)
Diff to previous 100 , to selected 146
interlacing bugfix

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: 17016 byte(s)
Diff to previous 81 , to selected 146
reworked vlc tables

Revision 81 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 00:37:57 2002 UTC (22 years ago) by h
File length: 17062 byte(s)
Diff to previous 78 , to selected 146
interlacing fix and speedup - compensated data wasn't being used in block reconstruction

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (22 years ago) by edgomez
File length: 16862 byte(s)
Diff to previous 73 , to selected 146
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 73 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 12:24:41 2002 UTC (22 years ago) by canard
File length: 16828 byte(s)
Diff to previous 69 , to selected 146
LINUX: proper alignement on the stack

Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
File length: 16518 byte(s)
Diff to previous 42 , to selected 146
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 42 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 20 14:02:59 2002 UTC (22 years ago) by Isibaar
File length: 14316 byte(s)
Diff to previous 41 , to selected 146
alignment stuff

Revision 41 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 20 00:28:02 2002 UTC (22 years ago) by Isibaar
File length: 14252 byte(s)
Diff to previous 12 , to selected 146
xvid_malloc/xvid_free

Revision 12 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 9 14:45:40 2002 UTC (22 years ago) by edgomez
File length: 14165 byte(s)
Diff to previous 3 , to selected 146
In some circumstances acpred_flag was used unitialized - now it's set to zero

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